I'm Aoddy.

If you lose yourself, you lose everything. — Michael Scofield

How to install VMWare server on Ubuntu server 8.10.

by aoddy on January 31, 2009

After I spent a lot of time to install VMWare ESXi on my server, I found problem about ESXi could not install on my disk RAID#1. Many people found this problem to : http://communities.vmware.com/message/1142404 So if you would like to install VMWare ESXi into your server, you should check your hardware which is supported by [...]

How to enable USB drive in VMware server.

by aoddy on April 21, 2008

หลังจากที่ ติดตั้ง VMWare server บน Ubuntu 7.10 ก็พบกับปัญหาว่า VMware มันไม่เห็น USB ของ Thumb drive ผมก็เลยต้องมาวิธี Fix 1. เข้าไปแก้ไขไฟล์ /etc/init.d/mountdevsubfs.sh ตั้งแต่บรรทัดที่ 42 – 45 โดยการ Uncomment ออก ก็จะได้ดังนี้ : mkdir -p /dev/bus/usb/.usbfs domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644 ln -s .usbfs/devices /dev/bus/usb/devices mount –rbind /dev/bus/usb /proc/bus/usb : 2. แก้ไขไฟล์ /etc/fstab โดยเพิ่ม : usbfs /proc/bus/usb usbfs auto 0 [...]

How to fix problem when linux guest on vmware has run time fast than host.

by aoddy on February 13, 2008

I have one server, it is installed CentOS5. After I installed Vmware Server program, I installed new Linux guest virtual machine which it is CentOS5 ,too. I found this problem when I started it (Linux guest) about 3 days, I found it had shift time. I try to find root cause of this problem. Ohhh [...]