Difference between revisions of "Take use of virtualization"

From Linuxintro
imported>WikiSysop
imported>ThorstenStaerk
Line 13: Line 13:
 
* [[VMWare]]
 
* [[VMWare]]
 
* [[Virtualbox]]
 
* [[Virtualbox]]
 +
{| class="wikitable sortable" border=1
 +
! Solution !! max vCPUs !!
 +
|-
 +
| [[KVM]] || ||
 +
|-
 +
| [[Virtualbox]] || 1 ||
 +
|-
 +
| [[VMWare]] Server || 2 ||
 +
|-
 +
|}
  
 
= Comparison =
 
= Comparison =
  
 
* [[Virtualbox]] - easy to use and easy to install
 
* [[Virtualbox]] - easy to use and easy to install

Revision as of 13:40, 13 February 2010

Virtualization allows you to run several "seeming-as-if" (virtual) computers on one computer. This can help you

  • to work in several isolated VPN environments on one computer
  • to test several Linux distributions running at the same time on one computer
  • for developers, to test "dangerous" changes like on the login manager or the boot sector
  • in big companies, to take best use out of your computing resources

Topics

Solutions

Solution max vCPUs
KVM
Virtualbox 1
VMWare Server 2

Comparison