Easiest Way To Get Linux: VMWare + Ubuntu Image
Want an easy way to get Linux up and running? I set this up in 10 minutes (minus download time) on my laptop:
- Grab VMWare Server. It’s now free!
- Install it. Pretty easy, stick with the default options.
- Download the pre-built Ubuntu Linux image. Uncompress it.
- Open the ubuntu image in VMWare.
That’s it. Now you have a Linux virtual machine running on your computer. Perfectly functional, not too bad on performance. Mine figured out networking, worked out of the box. Easiest linux install yet.
VMWare, if you’re not familiar with it, is a server virtualization technology. Basically means you can run multiple virtual machines on your single physical machine. So for example, you can run a Linux virtual machine on your windows machine, and vice versa. The two machines can communicate with each other as if they were physically separate devices. I’ve used it for years, works very well.
There are a lot of nice things about VMWare. I mainly use it to develop and test linux code on my windows machine. I’ve also used it to setup snapshots of environments that I can restore easily later, such as particular releases of my software or particular configurations of my software at a customer site. VMWare stores the state of the virtual machine as a file, so it’s very easy to capture the state of one or more machines (just grab the files) and restore then (copy them back, fire up VMWare on them). So not only virtualization, but also easy restore of state.
Manage your expenses via Email, SMS, iPhone, Twitter, Voice (Call and say your expense), IM (Yahoo, AIM, MSN), or Web.
Comments(9)
Is the Server free now too? I thought it was just the player?
Yes, Server is free too. See http://www.larkware.com/editorials/vmware.html
I am not able to find the gcc compiler in ubuntu linux to compile my c programs. Is it installed or not in the image? If not how do I do it?
poornima, you can install gcc using either “apt” or one of the graphical package management apps like synaptic. Type the following:
man apt-get
for some help on apt. Or, from the system menu startup Synaptic, look for gcc, and click install.
I believe GCC is installed by default, it is usually just not linked to ‘gcc’. I.e. it will be called ‘gcc-’.
http://www.vmware.com/vmtn/vm/ubuntu.html goes to 404
hi,
a easy way is also wubi (http://wubi-installer.org/)
from their homepage “Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. ”
@spatil: here are a lot of vmware – ubuntu images:
http://chrysaor.info/?page=ubuntu
cu
nfo
fix your link. it is dead.
Easiest Way To Get Linux: VMWare + Ubuntu Image – Standard Deviations…
That’s it. Now you have a Linux virtual machine running on your computer. Perfectly functional, not too bad on performance. Mine figured out networking, worked out of the box. Easiest linux install yet….