Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VMWare equivalent [closed]

Tags:

vmware

I need to do testing on clean machines frequently so I need some kind of virtual machine emulator which can load and run clean OS images.
Do you know any recommended freeware or low cost emulator?

like image 799
Adi Barda Avatar asked Jun 23 '09 12:06

Adi Barda


5 Answers

I have been using VirtualBox for a while - http://www.virtualbox.org/ - and it works a treat

like image 186
mfloryan Avatar answered Oct 19 '22 14:10

mfloryan


Everyone seems to be suggesting VirtualBox but, in my opinion, you can't beat VMWare at the virtualization game.

I would get a copy of VMWare Player (it's free for non-commercial use and you'd be hard pressed to find one cheaper than that), then use this web site here to create yourself a virtual machine to whatever specification you need.

I run heaps of images under XP (and one XP image under Debian) and it really is easy to set up. Early editions of the Linux VMWare required you to re-configure the software whenever the kernel changed but this is now an automatic process.

like image 23
paxdiablo Avatar answered Oct 19 '22 15:10

paxdiablo


Free emulator for Linux:

QEmu and KVM

http://www.qemu.org/

Best I have used.

like image 33
Aiden Bell Avatar answered Oct 19 '22 16:10

Aiden Bell


We're using Xen paravirtualization, and it's working very well. It's the same technology used by Amazon's Elastic Compute Cloud (EC2) to run your virtual machine images on their physical hosts. It only costs you 0.5-3.0% of your CPU cycles too.

like image 38
Jim Ferrans Avatar answered Oct 19 '22 16:10

Jim Ferrans


What exactly are your needs?

I would try Vagrant which uses VirtualBox. It makes it really easy and quick to create and destroy boxes as you need them.

I've found it to be really amazing for getting a new clean development environment up and running. Once you get it going it makes switching, testing, creating, sharing and trashing development environments real easy.

like image 43
Jason Avatar answered Oct 19 '22 15:10

Jason