USB in Virtual Machine

Insert your usb key  after firing up your virtual machine 2.06.
You will see the the “Found new hard ware pop up”
Click not this time
highlight “Install software automatically recommended”
The software that your are installing is not verified by windows will pop up
Hit continue any way
The wizard has installed software for your virtual machine pop’s up and you are all done.
Hit finish
Unplug your usb and plug it in again.
You should be able to see your usb mounted on the desktop.

This worked for me.

Windows XP home is the host

Ubuntu 8.04 is the guest OS

Fonts in Ubuntu

I was trying to read some south asian news papers and the fonts were giving me problems.

Finally had to install the fonts manually using CLI

Download the ttf font file.

Copy it to /usr/share/fonts

Make sure you are root

“sudo cp file.ttf /usr/share/fonts”

“sudo fc-cache -f -v”

This should update your font cache.

Make sure you close your browser and restart it.