Skip to main content

Posts

Showing posts with the label KVM

KVM on Fedora

KVM stands for Kernel-based Virtual Machine, which is an open source virtualization technology built into Linux.

KVM on Ubuntu

Here is KVM Main Page Check hardware support egrep -c '(svm|vmx)' /proc/cpuinfo sudo apt install -y cpu-checker sudo kvm-ok Install KVM packages sudo apt install -y qemu-kvm sudo systemctl status libvirtd sudo systemctl enable libvirtd sudo virsh list --all