Sunday, March 21, 2010

Programmers' everydays life :)

Test Driven Development

Sunday, March 14, 2010

Sunday, March 7, 2010

Disk docking damages your HD!!!

99_chron_dysk.sh

#!/bin/sh
hdparm -B 255 /dev/sda

Saturday, March 6, 2010

How to split a large mp3 file into some smaller?

Sometimes I come across the issue that I want to listen to some mp3s on my mobile phone but the file is larger than the storage size on my cell. I 'googled' and I found mp3splt application. It's really easy in use and makes your like much better than it used to be:)

For example if you want to split some file into 10 others you should simply type the following code in your shell window and voila

mp3splt -t 10.00 zaga.mp3

Search This Blog