Category Archives: Linux

How to – Install Webmin on solaris

I like to use web-min some time on Linux and Unix to make easy to use my work . wget http://prdownloads.sourceforge.net/webadmin/webmin-1.580.pkg.gz This download link will change sometime so kindly refer here and select Solaris package format and follow the steps to complete the install if necessary, switch to the root user with: su root On […]

Ubuntu : How to install asterisk 10 on ubuntu 12.04 LTS

Ubuntu : How to install asterisk 10 on ubuntu 12.04 LTS Step:1 To start off with make sure that Ubuntu is up to date. $sudo aptitude update && aptitude dist-upgrade Step:2 Install deps and build tools so that we can compile Asterisk 10 on Ubuntu $sudo aptitude install -y build-essential linux-headers-`uname -r` libxml2-dev ncurses-dev libsqlite3-dev […]

Linux :How to Check Apache Version

Note this will show the Apache version not the distro specific package version. Apache version command: httpd -v The above Apache check version command should display an output similar to the following: Apache check version -bash-3.2#httpd -v The command httpd -v should find the Apache version on any Linux version, if you need to find […]

Ubuntu : How To Restore Missing Minimize and Maximize Buttons To Gnome Shell (3.x) Ubuntu 12.04

How To Restore Missing Minimize and Maximize Buttons To Gnome Shell (3.4) Ubuntu 12.04 When opening windows under Gnome Shell, you will notice that only the close button is displayed by default. If you want to restore the maximize & minimize buttons to the window under Ubuntu 12.04 (Gnome Shell 3.4), then follow these simple […]

How to -Disable Gnome Desktop Icons

Run gconf-editor from the terminal or go to the GNOME menu bar -> Applications -> System Tools -> Configuration Editor Disable just those icons:       navigate to /apps/nautilus/desktop       uncheck computer_icon_visible       uncheck home_icon_visible       uncheck network_icon_visible       uncheck trash_icon_visible       uncheck Disable […]

Ubuntu :How to Install Skype on AMD 64-bit Ubuntu 12.04 Precise

I try to install skype got error message and found some solutions to fix this issue in easy way . simple installation guide on installing Skype for Linux in Ubuntu 12.04 64-bit Step : 1 First install the dependencies by this command in a terminal window $sudo apt-get install lsb-core ia32-libs libqt4-dbus libqt4-network libqt4-xml libasound2 […]

ubuntu : Top things to do after installing Ubuntu 12.04 LTS Precise Pangolin

Top things to do after installing Ubuntu 12.04 LTS Precise Pangolin 1. First install updates   and upgrades sudo apt-get update && sudo apt-get upgrade 2. Install Synaptic Package Manager Synaptic Package Manager, which was dropped with the release of Oneiric 11.10. Both of these, however, are still the first choice for me over the […]