Script to run handbrake recursively through a folder tree

Handbrake is a fantastic tool for (among other uses), converting videos into mobile formats. It is extremely easy to use and can usually get a video properly converted in just a few clicks. To get Videos encoded for use on my phone, I use the "iPhone & iPod Touch" preset. It …

more ...

Write zero's to disk Infinite loop

I was bored... So this is a little bash script i wrote that will write zero's to a hard disk infinately until you press CTRL+C. It uses dcfldd instead of plain dd because i like the progress output it provides.

 1
 2
 3
 4
 5
 6
 7
 8
 9 …
more ...