Month: September 2007

Reboot Linux when hung

To Reboot Linux when hung hold down the Alt and SysRq (Print Screen) keys. While holding those down, type the…

Convert FLV file to MPEG

Convert FLV file to MPEG using ffmpeg ffmpeg -i myFile.flv -ab 56 -ar 22050 -b 500 -s 320×240 myFile.mpg

Find All Connected Harddisks

<p class=”intro”>If you have many IDE harddisks connected to the system(but not mounted), this command will find it. This will…

Watch a Log File for Changes using tail

This command will let you watch a log file for changes as soon as they happen