Making money online. Need proof?

I came across "Cheques Gallery" a few days back. The blog has a good collection of images of cheques and notes from contributors who have been successfully making money online through their blogs or other content. Going through the site and looking at all the various $$ signs or bling as I call it got me all fired up to start blogging quality content and not just mambo jumbo. ...

2007-03-01 · 1 min · Danesh Manoharan

Bash and command line keyboard shortcuts

Shortcut keys for the bash and commad line interface. Ctrl + A - Moves cursor to begining of line. Ctrl + E - Moves cursor to end fo line. Ctrl + K - Clears command line from cursor position till end of line. Ctrl + U - Clears command line from cursor position till begining of line. Ctrl + W - Clears first word to the left from cursor position. ...

2007-02-28 · 1 min · Danesh Manoharan

-bash: /usr/bin/crontab: Permission denied

" -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 in the group file (/etc/group). Let’s assume mu login is “elf”. Make sure you are “root”. #usermod -G trusted elf This will add the user to the “trusted” group. ...

2007-02-27 · 1 min · Danesh Manoharan

Screen | Linux Command

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 to download files from the internet using my putty console all the time. Imagine downloading a 500mb file and then suddenly putty crashes causing my session to terminate along with it. There goes my 500mb file download!! I so wished I had known about the “Screen” program then. ...

2007-02-26 · 2 min · Danesh Manoharan

New Banner | Site Update

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.

2007-02-22 · 1 min · Danesh Manoharan