Installing vmware and setup package dependancies on Fedora

1. Download vmware package (.rpm)
2. Install using rpm package manager
rpm -Uvh VMware-xxxxx.rpm (xxxxx = installation file)
3. Run config program
vmware-config.pl
- problems during configuration:
a.) None of the pre-built vmmon modules for VMware Workstation is suitable for your running kernel. Do you want this program to [...]

Set / configure DNS client with resolv.conf

DNS client (resolver) configuration file: /etc/resolv.conf
To configure your dns client setting, open /etc/resolve.conf and add entries as follow:
search mysite.com -> (this entry is optional – add this only when you host your own local domain)
nameserver 192.168.1.1 -> [...]

Configure Multiple Virtual IP Addresses on linux

Creating virtual IP address is very easy task. All we need is root access to the ifconfig command. This commands will create virtual ip addresses on eth0-> eth0:0 and eth0:1 network interface:
ifconfig eth0:1 192.168.148.143
ifconfig eth0:2 192.168.148.144