How do I uninstall deb packages under Ubuntu Linux using GUI or CLI (command line) methods?
[continue reading…]
gui tool
Q. How do I find out which table is consuming resources under MySQL Database server from UNIX shell prompt?
[continue reading…]
Q. I’ve download ed .tbz file. How do I open .tbz file under Linux / UNIX operating system using a shell prompt or GUI application?
[continue reading…]
[continue reading…]
Q. My Firefox version is 2.0.0.0 and I’d like to update the same to latest version. How do I upgrade my Firefox on Linux?
A. You can easily upgrade firefox on Linux.
Please note that installing Firefox 2 will overwrite your existing installation of Firefox. You won’t lose any of your bookmarks or browsing history, but some of your extensions and other add-ons might not work until updates for them are made available.
Update Firefox on Ubuntu / Debian Linux
You can use APT package handling utility i.e. apt-get command. You can also use a GUI package tool called Update Manager:
Just type the following two commands at terminal:
$ sudo apt-get update
$ sudo apt-get install firefox
You can also use GUI tool: Click on System > Administration > Update Manger > Click on Check button see for updates
Update Firefox on Fedora / Redhat / CentOS Linux
Use yum tool or gui tool for the same purpose:
# yum update
# yum update firefox
Update firefox from official Mozilla site
You can download firefox from official website. Just follow these firefox installation instructions.
[continue reading…]
Q. How do I configure Fedora Linux sound card using GUI and command line tools?
A. You can use GUI tool called redhat-config-soundcard to configure sound under Fedora or Red Hat enterprise Linux or Cent OS etc.
Just type the following command:
redhat-config-soundcard &
If you didn’t hear any sound use aumix to setup sound volume:
aumix &
Or try GUI tool:
gnome-volume-control &