user-avatar
Today is Thursday
April 30, 2026

Archives: 12 June 2009

June 12, 2009

how to add more than one homepage in firefox

by viggy — Categories: linux, tech, ubuntu — Tags: , , Leave a comment


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.

June 12, 2009

how to extract a .tar.bz2 file?

by viggy — Categories: Uncategorized — Tags: , , Leave a comment

@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)