Skip to content

Instantly share code, notes, and snippets.

@bitkill
Created June 19, 2020 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitkill/0ca338b245cccd90a5473c2318fc7cc1 to your computer and use it in GitHub Desktop.
Save bitkill/0ca338b245cccd90a5473c2318fc7cc1 to your computer and use it in GitHub Desktop.
Gnome boxes ubuntu
sudo apt install virt-manager
sudo systemctl enable libvirtd
sudo systemctl enable virtlogd
sudo systemctl start libvirtd
sudo systemctl start virtlogd
sudo adduser `id -un` kvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment