Changes between Version 1 and Version 2 of TipAndDoc/VM/VMware/Server


Ignore:
Timestamp:
Oct 25, 2009 5:16:45 AM (15 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/VMware/Server

    v1 v2  
    33 = Virtual Machine = 
    44 
    5  = Ubuntu = 
     5 = Xen = 
    66 * [http://blog.sibrof.net/ken/2008/05/12/769/ Xen – Ubuntu Hardy | Ken's blog] 
     7 
     8 = KVM = 
     9 * [https://help.ubuntu.com/community/KVM The Kernel Virtual Machine - Community Ubuntu Documentation] 
    710 * [http://blog.sibrof.net/ken/2008/05/17/778/ KVM – Ubuntu Hardy | Ken's blog] 
    811 * [http://blog.sibrof.net/ken/2008/05/18/779/ 動き出したUbuntu Hardy on KVM | Ken's blog] 
    912 
     13 * Intel-VT or AMD-V が必須 
     14{{{ 
     15egrep '(vmx|svm)' --color=always /proc/cpuinfo 
     16}}}