You want to learn about Linux, start from learning what not to do. Here is one for the starting point. So moral of the story is if someone asks you to do something and you dont know what that command will do, then dont do it. If your inner thing does not allow you not [...]
Configure sendmail for SMTP relay with your ISP
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 by: www.cri.ch The following article explains the setup of sendmail for forwarding mails to your ISP\’s smtp server. It is assumed that you have sendmail up-to-date and configured properly. Note: this setup does not work [...]
Script to generate a html file with link to all files in directory
ls -1 |awk -F\”.\” \’{print \”<p><a href=\”\”,$_,\”\”> \”,$2,\”.\”,$3,\” </a></p>\” ;}\’ > index1.html And if you want to do it recursively ls -1R |awk -F\”.\” \’{print \”<p><a href=\”\”,$_,\”\”> \”,$2,\”.\”,$3,\” </a></p>\” ;}\’ > index1.html Sphere: Related Content Technorati Tags: html, index, Linux, one liner, one lliner, script










