Raspberry Pi automate certain tasks – script example

2014-03-10 2 min read Raspberry Pi
Now, if you have followed these : fetchmail ssmtp Then you already have a working system for sending and receiving mail. Now, you can set the mda in the fetmailrc to a script which can do few things for you. The script below will get a page and mail it to you, if you have the subject as “get” and send “wake on LAN” to desired PC if you have subject as “wol”. Continue reading

some interesting alias

2011-09-27 1 min read Linux
For this time, I will just give you a link to to bashrc file. http://hayne.net/MacDev/Bash/aliases.bash Head over there and see some very interesting aliase’s. Related articles Bryan Quigley: Windows Cant Handle the Hardware (bryanquigley.com) semantic grep (github.com) Aliases and shortcuts (macstarter.com)

The power of find command in Linux – advanced.

2010-05-24 2 min read Linux
Generally whoever uses Linux, would know about the find command. Find the man page <a href="http://amit.themafia.info/phpMan.php?parameter=find&mode=man" target="_blank">here. There are also lots of blogs, tutorials and other articles on find command on the web, so why write another one. Because it&#8217;s worth every word spent on it 🙂 find is a very powerful command, let&#8217;s see how (options for find command from man page and usage): –depth — Process each directory&#8217;s contents before the directory itself. Continue reading