Category Archives: Ubuntu

Adding “Open in Terminal” to the GNOME Context Menu

This feature was a fantastic that saved me a lot of time, Sometimes you might have wanted to open a folder in a terminal without cd’ing from the start in a terminal. Here is how it can be done. There … Continue reading

Posted in How to, Ubuntu | Tagged , , , | Leave a comment

How to auto mount NTFS partition at startup in Ubuntu?

Go to the following post, http://ubuntuforums.org/showpost.php?p=6482350&postcount=7

Posted in How to, Ubuntu | Tagged , , , , | Leave a comment

Stop blinking wifi led indicator

I was recently faced with this strange problem. The wifi led started to blink (blue and orange) even after a wireless connection was made. After searching and finding i got the solution for this. 1. Open a terminal and type the following: sudo … Continue reading

Posted in How to, Ubuntu | Tagged , , , | 1 Comment

Run Apache mvn (maven2) behind proxy

If you want to use maven2(mvn) behind a proxy then you have to do the following. 1. Go to settings.xml file which is located in /etc/maven2 sudo gedit /etc/maven2/settings.xml 2. Edit the file according to your proxy settings appropriate values. … Continue reading

Posted in How to, Ubuntu | Tagged , , , , , | Leave a comment