Showing posts with label VMware. Show all posts
Showing posts with label VMware. Show all posts

Monday, October 13, 2008

Installing VMware Tools in 8.10 Beta

Following the advice of a couple of different posts I was able to install VMware Tools in Intrepid Ibex. Make sure you have the virtual machine up and running. Click on Install VMware Tools... in the VM menu. This will mount an iso that contains the VMware Tools package. Go ahead and close the Nautilus window that popped up and open a terminal. Execute the next lines of code to install VMware Tools on your 8.10 guest. Please note that the * is a placeholder for your version of VMware Tools.

sudo aptitude isntall build-essential linux-headers
cp -a /media/cdrom/VMwareTools-* /tmp/
cd /tmp/
tar -vxzf VMwareTools*
cd vmare-tools-distrib/
sudo ./vmware-install.pl

Make sure you pick the resolution that you want the virtual machine to run in. When I ran these lines it did not compile the network and file sharing driver. When I am able to get those two parts of VMware tools working then I will edit this post with the method. At least for now I have a better display driver.

Sunday, October 12, 2008

Test Driving Ubuntu 8.10 Beta

There are many great features available in the next release of Ubuntu. Since I have been using 8.04 since its release I wanted to check out the next release. I chose to do this through the virtual interface of VMware. I know there other solutions available such as Virtualbox, Parallels, etc. I already had VMware Server installed and I didn't want to install another solution.



The features are listed on this page. I tested out the tabs feature and the eject button of nautilus. I also set up encrypted private directories which work very well. All of the features can be read on that page mentioned above. I can't wait for the release of Intrepid Ibex. I will certainly be downloading this release on the day that it is released.