Skip navigation.
Home
Computer Information for the non-computer literate.....

Vmware

VMWare automatically start at boot on Linux

Before explaining how to start a virtual system on system start-up, I want to explain what services are, I'll continue with explaining the commands (for Linux), and then explain why you want a virtual system to start on the system start-up.

VMware from the Command Line

The ability to manage a vmware instance from the command line can be critical when the GUI or webpage won't work. In this case the following two commands helped me on Windows XP:

C:\> cd "c:\Program Files\VMware\Vmware Server"
C:\Program Files\VMware\Vmware Server> vmrun.exe -h "https://localhost:8333/sdk" -P 8333 -T server -u TimB -p PASSWORD stop "[standard] Ubuntu8/Ubuntu.vmx"

Virtualization (Part 2) - Why I use virtualization

Now that I have explained virtualization, the question remains of why would anyone use it?

Virtualization (Part 1)

Everywhere you turn, IT professionals are talking about virtualization as the next big wave in technology. People banter around the terms Virtualization, Virtual PC, VMware, and others. But while IT people debate virtualizing computers, many people don't understand the concept, or why it's even needed.

VMware installation

I had to install my compiler and make with the commands:

# apt-get install gcc
# apt-get install make

I had to install a current kernel with the command:

# apt-get install linux-headers-$(uname -r)

Syndicate content