Tuesday 10 August 2010

Find Linux / UNIX Kernel Version

This command works under all Linux distroubtions and other UNIX like operating systems such as FreeBSD, OpenBSD, Solaris, HP UX etc. Type the following command to see running kernel version:
$ uname -r
Output:
2.6.22-14-generic
Where,
2 : Kernel version
6 : The major revision of the kernel
22 : The minor revision of the kernel
14 : Immediate fixing / bug fixing for critical error
generic : Distribution specific sting. For example, Redhat appends string such as EL5 to indicate RHEL 5 kernel.
Another common usage:
$ uname -mrsn
Output:
Linux moon.nixcraft.in 2.6.18-53.1.4.el5 x86_64
/proc/version file
You can also obtain kernel version from /proc/version file:
$ less /proc/version
$ more /proc/version
$ cat /proc/version
Output:
Linux version 2.6.18-53.1.4.el5 (brewbuilder@hs20-bc2-3.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14))

installing gns3 on ubuntu

1. sudo apt-get install dynagen python-qt4
2. cd /opt
sudo wget http://space.dl.sourceforge.net/project/gns-3/GNS3/0.7.2/GNS3-0.7.2-src.tar.bz2
sudo tar -xjvf GNS3-0.7.2-src.tar.bz2 && rm GNS3-0.7.2-src.tar.bz2
sudo mv GNS3-0.7.2-src /opt/GNS3

Monday 9 August 2010

Fix the Firefox Slow Problem in Ubuntu 10.04

Open your Firefox and type about:config at URL address bar and hit enter. To make a False into True, select the line to change, and double click. On the 2nd option change, right click and select Modify
- network.http.pipelining > Make it True
- network.http.pipelining.maxrequests > Make it 8 or 10
- network.http.proxy.pipelining > Make it True
- network.dns.disableIPv6 > Make it True

Tuesday 3 August 2010

Install Vmware Converter in Ubuntu

Download VMware Converter
First download VMware Converter free of charge from the VMware web site, you will need an account.
Installation
After the download is complete move to the directory where the file is located and untar the file. The version of VMware Converter may vary.

tar xvzf VMware-converter-4.x.x-x.tar.gz
Now move to the new directory.

cd vmware-converter-distrib
And execute the installation script.
sudo ./vmware-install.pl
Un-install ?
If for some reason you decided to un-install VMware Converter navigate to /usr/bin and execute the un-install script.
cd /usr/bin

sudo ./vmware-uninstall-conveter.pl