Friday, September 7, 2012

Remove Duck-duck go as search engine in Linux Mint

After you did your steps here, you may want the other short cut for finding things in the URL bar... (you know you can do this, don't you?)

We can search whatever that we need in the URL column at the browser. The default search engine is Duck Duck Go. We can change to Google by in the /home/user by deleting the .mozilla folder

To recreate again the profile, open up your browser and now the default search engine is no longer Duck Duck Go

Wednesday, September 5, 2012

Ubuntu/Mint MySQL installation problem

This is always happens when I did not use my MySQL for long and start to forget how to enable it right away. Read it here

Monday, September 3, 2012

Changing default browser in Gnome

In case you need to change the default browser in your Gnome environment;


najmi@vostro:~$ sudo update-alternatives --config gnome-www-browser
[sudo] password for najmi:
There are 3 choices for the alternative gnome-www-browser (providing /usr/bin/gnome-www-browser).

  Selection    Path                       Priority   Status
------------------------------------------------------------
* 0            /usr/bin/google-chrome      120       auto mode
  1            /usr/bin/chromium-browser   40        manual mode
  2            /usr/bin/firefox            40        manual mode
  3            /usr/bin/google-chrome      120       manual mode

Press enter to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/bin/firefox to provide /usr/bin/gnome-www-browser (gnome-www-browser) in manual mod
e.




List all

najmi@vostro:~$ sudo update-alternatives --config gnome-www-browser
There are 3 choices for the alternative gnome-www-browser (providing /usr/bin/gnome-www-browser).

  Selection    Path                       Priority   Status
------------------------------------------------------------
  0            /usr/bin/google-chrome      120       auto mode
  1            /usr/bin/chromium-browser   40        manual mode
* 2            /usr/bin/firefox            40        manual mode
  3            /usr/bin/google-chrome      120       manual mode

Press enter to keep the current choice[*], or type selection number:


Just enter to exit.