Medibuntu if you don’t already know is the Ubuntu repository for non-free packages which can’t be bundled with Ubuntu for regal reasons. Acrobat reader, quick time player, windows specific video/audio codecs, DVD support and the list goes on. Adding the Medibuntu repository into your Ubuntu 8.10 is easy. 1. Fire up your terminal and run, [...]
Dropped my TwitterFox for twhirl today. Runs flawlessly on Ubuntu 8.10. Installation was a breeze, here’s the walkthrough. 1. Download Adobe AIR Beta from http://labs.adobe.com/downloads/air_linux.html 2. Install Adobe AIR danesh@pandora:~/Desktop$ ls adobeair_linux_b1_091508.bin danesh@pandora:~/Desktop$ chmod +x adobeair_linux_b1_091508.bin danesh@pandora:~/Desktop$ ./adobeair_linux_b1_091508.bin danesh@pandora:~/Desktop$ 3. Download twhirl from http://www.twhirl.org/project/twhirl 4. Double click the twhirl file to start the installation. The [...]
Hate the damn beep? Let’s get rid of it!! Run “lsmod” and look for pcspkr. If you find it then run “rmmod pcspkr“. Also, make sure to add this line to your “/etc/modprobe.d/blacklist” file to make the change is persistent accross reboots. #Remove beeping speaker blacklist pcspkr Output; [root@dingo ~]# lsmod | grep pcspkr [root@dingo [...]