Skip to content

Instantly share code, notes, and snippets.

@chankruze
Created September 7, 2019 15:06
Show Gist options
  • Save chankruze/e3d17a60ca3459c662e54c5a1ccb43ee to your computer and use it in GitHub Desktop.
Save chankruze/e3d17a60ca3459c662e54c5a1ccb43ee to your computer and use it in GitHub Desktop.
sudo apt-get install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
sudo adduser `id -un` libvirt
sudo adduser `id -un` kvm
sudo chown root:libvirt /dev/kvm
rmmod kvm
modprobe -a kvm

GUI manager

sudo apt-get install virt-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment