March 17, 2009
To set the default browser, use update-alternatives as shown below:
paul@dell1525:~$ sudo update-alternatives –config x-www-browser
There are 2 alternatives which provide `x-www-browser’.
Selection Alternative
———————————————–
1 /usr/bin/firefox-3.0
*+ 2 /usr/bin/seamonkey
Press enter to keep [...]
Read the full article →
May 12, 2008
I’ve been a little frustrated with the lack of my usual Firefox plugins due to most of them not being available for Firefox 3, so I’ve decided to install Firefox 2.
It seems apparently easy:
sudo apt-get install firefox-2
Now, I can run Firefox 2 from the command line with
firefox-2
Firefox 3 still works, by running ‘firefox’ - so [...]
Read the full article →