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 [...]
Posted on June 6, 2008, 8:27 am, by Arstan, under
Linux.
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.