You want to learn about Linux, start from learning what not to do. Here is one for the starting point. …Read the Rest
Archive for September, 2009
Configure sendmail for SMTP relay with your ISP
September 26, 2009
http://cri.ch/linux/docs/sk0009.html I have copied the document from the above link without modifications Author: Sven Knispel Updated: 05-01-2005Feedback welcome: linux@cri.ch Free service provided …Read the Rest
Script to generate a html file with link to all files in directory
September 26, 2009
ls -1 |awk -F\”.\” \’{print \”<p><a href=\”\”,$_,\”\”> \”,$2,\”.\”,$3,\” </a></p>\” ;}\’ > index1.html And if you want to do it recursively …Read the Rest










