Changes between Version 1 and Version 2 of TipAndDoc/VM/VMware/Server
- Timestamp:
- Oct 25, 2009 5:16:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/VM/VMware/Server
v1 v2 3 3 = Virtual Machine = 4 4 5 = Ubuntu=5 = Xen = 6 6 * [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] 7 10 * [http://blog.sibrof.net/ken/2008/05/17/778/ KVM – Ubuntu Hardy | Ken's blog] 8 11 * [http://blog.sibrof.net/ken/2008/05/18/779/ 動き出したUbuntu Hardy on KVM | Ken's blog] 9 12 13 * Intel-VT or AMD-V が必須 14 {{{ 15 egrep '(vmx|svm)' --color=always /proc/cpuinfo 16 }}}