Difference between revisions of "Take use of virtualization"

From Linuxintro
imported>ThorstenStaerk
m (Reverted edits by 159.250.23.194 (talk) to last revision by 89.248.248.152)
imported>ThorstenStaerk
Line 1: Line 1:
Great cmoomn sense here. Wish I’d thought of that.
+
[http://en.wikipedia.org/wiki/Virtualization 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 =
 +
 
 +
* [[turn your physical computer into a virtual one]]
 +
 
 +
= Solutions =
 +
 
 +
{| class="wikitable sortable" border=1
 +
! Solution !! max vCPUs !! bridged networking possible !! Snapshot possible !! remarks
 +
|-
 +
| [[KVM]] || >= 8 || yes || no
 +
|-
 +
| [[Virtualbox]] || >= 16 || yes || yes || easy to install and easy to use
 +
|-
 +
| [[VMWare]] Server || 2 || yes || yes ||
 +
|-
 +
|}

Revision as of 17:52, 26 May 2011

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 bridged networking possible Snapshot possible remarks
KVM >= 8 yes no
Virtualbox >= 16 yes yes easy to install and easy to use
VMWare Server 2 yes yes