” -bash: /usr/bin/crontab: Permission denied “. I was getting this error earlier today while trying to add cron jobs for my login on my SLES 10 box at work. Turns out that all users in SLES 10 by default have no access to cron. The fix is to add the user to the “trusted” group [...]
When you run commands and programs in a command prompt on Linux, the programs or commands only run while the command prompt session is open but as soon as the command prompt session is terminated for whatever reason, the commands or programs running within the command prompt session will also get terminated. I use wget [...]
Just put up my new banner curtosy of my best pal Alan Bernard. He’s got tallent and an upcoming star in art so make sure to check his site “http://alanbernard.com/binations/” for new stuff. I had a post up about his Ts before. Check it out.
A short introdution to name pipes as I see them. In the Linux world name pipes are typically used to permit communications between 2 unrelated processes. Name pipes are also known as FIFOs (first in, first out), normally used to establish a one-way flow of data.(half-duplex). Name pipes have a path name of a file [...]
WordPress 2.1.1 and 2.0.9 were released yesterday. Bugfixes for 2.1.1, 30 in total and secuity fixes for 2.0.9. The fixes in 2.1.1 are centered around encoding, XML-RPC, object cache and th eHTML code itself wherelse in 2.0.9 the fixes were to prevent XSS which is commonly known as cross-site scripting. Download WordPress 2.1.1 from wordPress [...]