What packages are required for virtualisation?
virt-manager qemu-kvm qemu-img libvirt libvirt-client libvirt-python python-virtinst
*Simply do yum grouplist hidden | grep -i virt
What service must be running in order to use virtual machines?
libvirtd
How to you view all domains (vms) at the command line?
virsh list –all
How do you view all running domains (vms)?
virsh list
How do you set a domain (vm) to autostart at boot?
virsh autostart {domain}
How would you remove password authentication each time virt-manager is opened?
usermod -aG libvirt
*add user to the libvirt group, sign out and back in