Skip to content

Instantly share code, notes, and snippets.

@rahulvramesh
Last active October 14, 2018 09:41
Show Gist options
  • Select an option

  • Save rahulvramesh/3fec92e7f76a0a408c5f2c4dafd4c8a3 to your computer and use it in GitHub Desktop.

Select an option

Save rahulvramesh/3fec92e7f76a0a408c5f2c4dafd4c8a3 to your computer and use it in GitHub Desktop.
KVM + Ubuntu 16
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install qemu qemu-kvm libvirt-bin virtinst bridge-utils cpu-checker
kvm-ok
sudo cp /etc/network/interfaces /etc/network/interfaces.bakup-1-july-2016
sudo vi /etc/network/interfaces
#Output
#INFO: /dev/kvm exists
#KVM acceleration can be used
#ref
#http://www.ubuntuboss.com/ubuntu-server-16-04-as-a-hypervisor-using-kvm-and-kimchi-for-vm-management/
#https://www.cyberciti.biz/faq/installing-kvm-on-ubuntu-16-04-lts-server/
#https://help.ubuntu.com/lts/serverguide/libvirt.html.en
#https://wiki.hetzner.de/index.php/Netzkonfiguration_CentOS/en
@rahulvramesh
Copy link
Copy Markdown
Author

init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment