Bitcoin donations are welcome:14snQXeLcnJtWUduKZ6rC2MHdPYrYar1Tw

Friday, April 15, 2011

Splitting files with mencoder Linux Debian

mencoder full.avi -ovc copy -oac copy -endpos 01:00:00 -o part1.avi
mencoder full.avi -ovc copy -oac copy -ss 01:00:00 -o part2.avi

Thursday, April 7, 2011

rtorrent with web frontend and categories

Yes, it's possible..

What you need is to install rutorrent (webfrontend) and two plugins get(?) and autotools..

Friday, April 1, 2011

Solution: Flash drive identified as SDA during ubuntu install

Problem: My Gigabyte motherboard identified my USB Flash Drive as SDA, so it swapped place with my drive which appeared as SDB during install.

This is only a problem when it comes to the MBR installation, which will be installed to sda, nomather if you chose to install your system to sdb.

Fix?
Boot your system again, but remember to keep your usb drive inside the first time you boot. Then simply run this cmd:

sudo grub-install /dev/sda

Just make sure your linux drive this time is identified as sda :)