Jul 15

This post is password protected. To view it please enter your password below:


Tagged with:
Apr 08
Tagged with:
Apr 08

Good articles..

Tagged with:
Feb 23

A long time I don’t update my blog, I’m busy and I don’t have a time to test new software. My harddisk have less space to keep my important data, It’s time to upgrade ( I have 80 GB on my Macbook)
Preparation

  • Carbon Copy Cloner
  • Screw Driver and Torx T8 screw driver
  • New Harddisk and Harddisk case ( HDD 250GB 7200RPM 2749 Baht, and SmartDrive USB Firewire 1250 Baht)

Continue reading »

Tagged with:
Sep 08

Before install vmware-tools these you need for compilation:

sudo apt-get install linux-headers-`uname -r`
umount /dev/cdrom
mount /dev/cdrom
cp /cdrom/VMwareTools-*.tar.gz /tmp

Then download open-vm-tools from sourceforge : http://sourceforge.net/projects/open-vm-tools/
This module use for build vmxnet, vmhgfs.

wget http://nchc.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2008.09.03-114782.tar.gz
cp open-vm-tools-* /tmp
sudo apt-get install libproc-dev libdumbnet-dev libicu-dev
cd /tmp
tar zxf open-vm-tools-*
./configure –without-x
make
cd modules/linux
for i in *; do mv ${i} ${i}-only; tar -cf ${i}.tar ${i}-only; done
cd ../../..
mv -f open-vm-tools-*/modules/linux/*.tar vmware-tools-distrib/lib/modules/source/

Then goto vmware-tools-distrib

cd vmware-tools-distrib/
sudo ./vmware-install.pl

After that Enter for default value to pass.
When complete maybe restart your Guest OS, before use vmxnet.

ref: Thank you for this post.

Tagged with:
preload preload preload