Last active
October 14, 2018 09:41
-
-
Save rahulvramesh/3fec92e7f76a0a408c5f2c4dafd4c8a3 to your computer and use it in GitHub Desktop.
KVM + Ubuntu 16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
init