Ubuntu 12 installation log
- Hardware
- VMWare vSphere ESXi 5.0
- OS
- Ubuntu 12.04.1 LTS Desktop x64 (Download here)
- Installation
- Create a VM inside VMWare (Guest OS: Ubuntu 64 bit)
- Upload the ISO downloaded to the datastore
- Mount the ISO as the CD-ROM "Datastore ISO File"
- Follow the on screen instrution to install
- VMWare Tools
- install VMWare Tools as usual
- Open the Console, select VM - Guest - Install/Upgrade VMWare Tools
- The VMWare tools is presented to the Guest OS as a CD-ROM
- Ubuntu should be able to recognize it and mount the CDROM.
- Unzip the VMWare-Tools-x.x.x.tar.gz to a folder.
- open a terminal
- go inside the folder (usually called vmware-tools-distrib)
- run: sudo ./vmware-intall.pl
- accept all default options.
- Problem: Cannot use "Fit Guest Now" function
- Solution:Try...sudo apt-get remove xserver-xorg-video-vmwarefollowed by...sudo apt-get install xserver-xorg-video-vmware
- Install Ruby on Rails
- follows the instruction at this blog (sudobits)
- Install IDE from Aptana Studio 3
- Connect Ubuntu from Xming at Windows
- Download and install Xming
- Follow the instruction to install Xming
- Run XLaunch with the below options (Reference from Standford.edu)
- Multiple Windows
- Set display number to 0 (if you have GUI (e.g. gdm or lightdm) running in the server, start with Display number = 1, or even bigger ID)
- Start a program
- start program = gnome-terminal
- Using putty (plink.exe)
- Enter server host name/IP, user id and password
- accept all the default options.
- save the configuration for later use.
- Enable XDCMP on LightDM
- edit /etc/lightdm/lightdm.conf
- Add the below section:
[XDMCPServer] enabled=true
- TODO
- (To be continue)
Comments