Upgrade Ubuntu from 9.04 to 12.04

First Verify the version of Ubuntu that you are running:

sudo lsb_release -a
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install update-manager-core
Update Jaunty 9.04 to Karmic 9.10
update /etc/apt/sources.list and replace "jaunty" with "karmic"
$ sudo apt-get update
$ sudo do-release-upgrade

if do-release-upgrade is not working just do a 
apt-get upgrade
Update Karmic 9.10 to Lucid 10.04 
update /etc/apt/sources.list and replace "karmic" with "lucid"
$ sudo apt-get update
$ sudo do-release-upgrade

if do-release-upgrade is not working just do a 
apt-get upgrade

From Version 10.04 to 12.04 the Upgrade Get easier:
All you have to do is run the following command:

sudo do-release-upgrade

and follow the prompts.

Useful Links

List of Ubuntu Releases
http://en.wikipedia.org/wiki/List_of_Ubuntu_releases

How to update Ubuntu server from 9.04 to 10.04
http://thanhsiang.org/faqing/node/156

Lucid to Maverick
http://www.ubuntugeek.com/how-to-upgrade-from-ubuntu-10-04-lucid-to-ubuntu-10-10-maverick-desktop-and-server.html

Unable to Access any Console through the VMware Infrastructure Client

If you are getting a blank (white) screen anytime that you click on console in your VMware infrastructure client, you are not alone. The solution is to remove any VMware product that you have installed on that PC and re-install them starting with the VI Client 2.5.

vSphere Client displays a white screen when accessing the virtual machine console
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1026153

Margin auto does not seem to work in IE

Solution:

Verify that you have the right DOCTYPE. 

This is what a DOCTYPE  looks like
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Well it you do not specify a DOCTYPE, IE automatically uses quirks mode and quirks mode apparently does not support auto-magin centering.

http://ycsoftware.net/difference-between-quirks-mode-and-strict-mode/
http://www.quirksmode.org/css/quirksmode.html

How Do I Access the Email Headers in Outlook 2010?

In past versions, once just had to just right click on an email in outlook and click on Internet Options and Voila. Apparently that is too easy and that is why Microsoft decide to move it somewhere else. Here is how to access it now:

1. You have to actually open the email

2. You have to go to "File" menu bar


3. You have to Click on "Properties"

What was wrong with the “right click” Verstion?