I just finished the first version of a throttling program that uses the environmental variable LD_PRELOAD to overwrite the read/recv and write/send (and many others) in order to throttle the banwidth used by that program.
It's just a test but it still works surprisingly well (for one day of coding :)
If, for some reason, you need to totally disable sharing in rtorrent (and every other application using libtorrent) and look as if you always had 0% of the files you are downloading, download the source of libtorrent and patch it with the attached diff.
This animation was made with Blender using fluid physics engine and some python scripts to fine-tune displacement maps. The making of it took me 9 days, starting with totally no knowledge in blender whatsoever :)
This is something that has been bugging me for a very long time.
When you click on a directory with your mouse, konqueror shows you an opening animation first, and THEN proceeds to open the directory.
If you want to gain the time wasted to show the animation, you can disable it by doing the following:
Uswsusp is a program that allows you to suspend your computer to ram, to disk or even to both disk and then ram. This allows you to resume your work quickly if your battery is still working. If not, your computer will still be able to resume from disk.
Unfortunately, the Ubuntu package does not contain the s2ram binary that just suspends to ram (I don't need s2both nor s2disk on my stationary computer, I just want it to suspend to ram).
To be able to use s2ram on Ubuntu, you have to compile uswsusp by yourself.
Since Hardy uses a 2.4.24 kernel, you can't compile the vmmon module which is needed to install VMWare Server 1.0.5.
When you try to run FreeBSD on VMware you'll notice that the clock falls behind the real time of the host.
To fix it, open /boot/loader.conf and add the following line:
and reboot your virtual machine.