Microsoft is ready to hit into show business !

Does this video mean that Microsoft is going to hit yet another frontier in their evolution?
According to this video I can presume that investing into the show business with the lead performer Steve Ballmer would be better investment for Microsoft then wasting money on software engineers which are constantly creating new fixes to window’s [...]

Enable amarok mp3 codec support with ubuntu linux package

By default mp3 support is not enabled for amarok music player. In order to enable amarok mp3 codec support on ubuntu linux you need to install the following package:

apt-get install libxine1-ffmpeg
Once package and its prerequisites are installed may need to restart amarok.

Convert virtual machine from vmware.vmdk to virtualbox.vdi

Easiest way to convert virtual machine from vmware.vmdk to virtualbox.vdi is to use these two tools: qemu and vditool
Navigate to you vmware machine which you would like to convert. Then run following command:
qemu-img convert -f vmdk vmware.vmdk -O raw virtualbox.bin
then you need to download vditool from:
http://www.virtualbox.org/download/testcase/vditool
make vditool executable:

chmod +x vditool
Use vditool to convert virtual images:
./vditool [...]