Archive for June 2008

Malaysia Proton Persona Club Online

I’ve been long enough in Malaysia to start thinking of getting a car for my family.  Having two kids, younger daughter is 1 year plus and elder 3 year plus, makes traveling quite unpleasant experience. You have to  make sure everybody sits in the taxi, the bags, baby things and toys all of it must [...]

How to install VMware Server on Ubuntu 8.04

Another note to myself.

wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.tar.gz
apt-get install build-essential linux-kernel-devel linux-headers-generic xinetd
tar -xzvf VMware-server-1.0.6-91891.tar.gz
cd vmware-server-distrib && ./vmware-install.pl
ln -sf /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc_s.so /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1 && ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0

That’s it.