VMware provides a completely virtualized set of hardware to the guest operating system,include the hardware for a video adapter, a network adapter, and hard disk adapters.
Download the VMware software from following link:
VMware Player(free):http://www.vmware.com/products/player/
VMware server(free):http://www.vmware.com/products/server/
VMware workstation:http://www.vmware.com/products/ws/
VMware ESX:http://www.vmware.com/products/vi/esx/
To install VMware tools,first open a terminal window and type following code:
wget http://chrysaor.info/scripts/ubuntu904vmtools.sh
Then execute it by command:
sudo bash ./ubuntu904vmtools.sh
It will take a little time to finish running the command above,reboot and then you are done if you are using VMware server or workstation,for more about it,refer to chrysaor.info
Howto install VMware Tools on ubuntu 9.04
Related Posts:
How to Change Ubuntu Server from DHCP to a Static IP AddressIf the Ubuntu Server installer has set your server to use DHCP, you will want to change it to a static IP address so that people can actually use it. … Read More
Simple Linux Socket Programming in UbuntuNormally, people start learning programming with some simple typical Hello World sample. However, I'm searching for some challenge as my first try. So… Read More
How to Set Ubuntu Server IPConfiguring Ubuntu Server IP have never been any easier. Just edit the /etc/network/interfaces file using any text editor on the server. By default, y… Read More
How to Speed Up your Internet Speed in UbuntuDid you know that you can boost up your internet speed in Ubuntu Gutsy Gibbon 7.10 by some simple changes in a test file? Have a try on these... O… Read More
Extracting RAR files in UbuntuRAR files is common package and compression format that is used by people who share files in rapidshare. As one of rapidshare fan, I always found the … Read More
0 comments:
Post a Comment