Monthly Archives: March 2013

[Linux] Some simple but useful commands

–> echo previous process id to file: echo $! >> /path/to/pid-file/file.pid –> Force reboot when reboot command does not work [this is a abrupt reboot and DOES NOT gracefully shutdown]: echo 1 > /proc/sys/kernel/sysrq // enable use of sysrq echo … Continue reading

Posted in Thechy Stuff | Leave a comment

Originally posted on {apilevel.com}:
I had written a short post on Apache FTP Server in march and i have hinted about Ftplet in that post. Here is a descriptive example of how to write a Ftplet. First of all, some basics…

Posted in Thechy Stuff | Leave a comment