Posted on December 21st, 2007 by linux
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 [...]
Filed under: Administration, Fedora, Linux, Networks | No Comments »
Posted on December 21st, 2007 by linux
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 -> [...]
Filed under: Administration, Networks | No Comments »
Posted on December 21st, 2007 by linux
If your are concerned about your privacy in regards to internet browsing you may try use tor and the privoxy proxy server to hide your true identity while surfing the internet. The setup is very easy and is definitely worth to try.
First install tor and privoxy packages. On debian or ubuntu just simply type:
apt-get install [...]
Filed under: Administration, Security | No Comments »