Tag Archives: Ubuntu

How to remove items from nautilus context menu

I installed a STUPID application and this STUPID application installed a STUPID item to my nautilus context menu so that whenever I right click any folder or file, I can send it to that STUPID application!! Anyway, whenever I click … Continue reading

Tagged , , | 1 Comment

Compile and Install VLC 0.9.9a on Ubuntu Hardy

Here is what I did to install VLC 0.9.9a on my Ubuntu Hardy: sudo apt-get build-dep vlcsudo apt-get install paranoia*sudo apt-get install libx264-dev wget http://www.live555.com/liveMedia/pub…-latest.tar.gztar xvfz live555-latest.tar.gzcd livesudo ./genMakefiles linuxsudo makecd ..sudo cp -r live /usr/lib wget http://download.videolan.org/pub/vid…0.9.9a.tar.bz2tar jxvf vlc-0.9.9a.tar.bz2cd … Continue reading

Tagged , | Leave a comment

Fix Keyboard Sound Controls; Ubuntu Hardy on IBM Thinkpad T60

I have a ThinkPad T60 (hda-intel sound) and I was noticing that the volume buttons produce very coarse/abrupt volume changes. I guessed that the volume buttons were changing some internal (direct to speaker) volume and, because of key mappings, were … Continue reading

Tagged , | Leave a comment

Latest Screenshot from my laptop

Tagged , | Leave a comment

Getting (compiling) the latest version of Beagle Indexing Service on Ubuntu Hardy

I couldn’t find pre-compiled packages (.deb) for the latest version of Beagle (0.3.9), so I thought about compiling it myself, I did the following: Downloaded the new source files from http://beagle-project.org/Main_Page (beagle and libbeagle) and extracted the files. Opened a … Continue reading

Tagged , , , | Leave a comment