
It is very simple. Go to Edit->Preference. In the home page tab Enter the different links that you want to set as homepage with each seperated by “|” as shown in figure.
Archives: 12 June 2009
June 12, 2009
how to add more than one homepage in firefox
June 12, 2009
how to extract a .tar.bz2 file?
@courtsey http://www.linuxforums.org/forum/linux-newbie/28238-how-can-i-extract-tar-bz2-file.html#post143394
bunzip2 .tar.bz2 which unzips to .tar
tar -tvf .tar (view contents in tar file)
tar -xvf .tar (extract contents in tar file)

