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 […]
Category Archives: Linux
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 […]
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 […]
Just i wanted to install .bin packages on y Ubuntu for so,me reason .Here is the wa 😉 Download a bin file from Internet which one you want . Example i used filename.bin I downloaded and saved on my Downloads folder $ cd Downloads/ $sudo chmod +x filename.bin This command permits Ubuntu to execute the […]
How to setup FTP server in Ubuntu using vsftpd. $sudo apt-get install vsftpd Ok now that we have it installed its only using default settings which allow anyone with a system account to connect and download files .Upload is not allowed by default . So next lets change a line in the config to allow […]
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 […]
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 […]
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 […]
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 […]