VMware

Install VMware tools in Endian 2.1

Software used:

  • Endian Firewall Community 2.1.1 Community Edition
  • VMware Server 2.01 on Windows 2003 x64 host

Endian 2.1.1

Download

Login as root, make a temp directory…

[ Read the rest ... ]

By derek on November 27, 2009 | Posts | A comment?
Tags: ,

Install VMware Server 2.01 in openSUSE 11.1 host

cd /tmp
tar -xvf VMware-server-2.0.1-156745.i386.tar.gz
zypper in gcc gcc-c++ make kernel-source kernel-syms linux-kernel-headers patch
cd vmware-server-distrib/
./vmware-install.pl
/usr/bin/vmware-config.pl

open https://server:8333

By derek on June 5, 2009 | Posts | A comment?
Tags: ,

VMware Server tips and tricks

Below are my experiences for tuning and troubleshooting VMware Server 1.x on my Windows 2003 x64 host. Hope these can save someone some hours.

In most cases, the bottleneck is…

[ Read the rest ... ]

By admin on March 19, 2009 | Posts | A comment?
Tags: ,

Ipcop in VMware

I recently installed an IPcop 1.4 in vmware to replace my old firewall at home. I also need to filter some unwanted website for my kids.

Time/Clock problem

Due to…

[ Read the rest ... ]

By admin on March 18, 2009 | Posts | A comment?
Tags: , , ,

Install VMware tools in SLES 10

yast -i binutils gcc gcc-c++ kernel-source make
mount /dev/cdrom /mnt
cp /mnt/VMware*.tar.gz ~
cd ~
tar xvf VMware*.tar.gz
cd vmware-tools-install
./vmware-tools-install

Reference:

By derek on January 29, 2009 | Posts | A comment?
Tags: ,

Install VMware tools in CentOS

Software Used:

  • CentOS 5.2 i386
  • VMware Server 1.06 (free) version

Install VMware Tools

Install kernel development and compiler first

yum install yum-fastestmirror
yum install kernel-devel gcc gcc-c++

[ Read the rest ... ]

By admin on September 6, 2008 | Posts | A comment?
Tags: , , ,

Install CentOS 5 in VMware

Software Used:

  • Windows 2003 R2 SP2 x64 Standard Edtion (as host)
  • VMware Server 1.0.6 (free) Edition
  • Get CentOS-5.2-i386-netinstall.iso from www.centos.org mirror

Create the virtual machine

  • Choose

[ Read the rest ... ]

By admin on August 29, 2008 | Posts | 1 comment
Tags: , , , , , ,

Install VMware server

This document list how I install VMware Server on a Windows host. I assume you have basic knowledge on IT and your Windows 2003 server is already running.

Software used:

[ Read the rest ... ]

By admin on August 26, 2008 | Posts | A comment?
Tags: , ,