Tag Archives: Ubuntu

Adding a software repository from Ubuntu PPA in Ubuntu Karmic and later

This new method is easier than the old one which required you to edit your software sources manually, and then get the key and import it. The new one is as follows: Go to the PPA page of your interest, … Continue reading

Tagged , , , , | Leave a comment

Workaround for Ubuntu Karmic Bug: Window List buttons do not always respond to mouse clicks

Here is the bug URL I got the solution from there as well, as this was an extremely annoying bug for me and I consider it a FATAL One! Open a terminal and run the following command: “nohup env GDK_NATIVE_WINDOWS=1 … Continue reading

Tagged , , , , | Leave a comment

Extract audio from a video file in Ubuntu

“mplayer -dumpaudio GummyBearSong.avi -dumpfile gummybear.mp3” Where: “GummyBearSong.avi” is the source video, in the example above it was 30 MB “gummybear.mp3” is the output audio file (in mp3 format), was about 3 MB in size Another method that worked flawlessly with … Continue reading

Posted in Linux | Tagged , , | 1 Comment

LAN Chat Server & Client in Ubuntu

“sudo apt-get install chatplus chatplus-server”

Tagged , , , | Leave a comment

How to unset an environment variable in Bash

“unset variable_name“

Tagged , , , | Leave a comment