Rolling information and references to be used in learning KVM.
http://www.linux-kvm.org/page/Windows7Install
Thoughts of Digitalw00t
Rolling information and references to be used in learning KVM.
http://www.linux-kvm.org/page/Windows7Install
http://www.howtoforge.com/virtualization-with-xen-on-centos-6.2-x86_64-paravirtualization-and-hardware-virtualization
http://www.techotopia.com/index.php/Using_Xen_Full_Virtualization_to_Run_Windows_on_CentOS
http://pve.proxmox.com/wiki/Main_Page
https://www.proxmox.com/proxmox-ve/get-started
Learning xen.
Compiled from http://wiki.xenproject.org/wiki/Xen_Beginners_Guide#Enable_virtualization_support_in_BIOS
Things to install
apt-get -y install htop
Create a bridge for the virtual machines:
brctl addbr vlan0
brctl addif vlan0 wlan0
iw dev wlan0 set 4addr on (for wireless card)