Skip to main content

KVM on Ubuntu

Here is KVM Main Page

Check hardware support

egrep -c '(svm|vmx)' /proc/cpuinfo
egrep -c '(svm|vmx)' /proc/cpuinfo

sudo apt install -y cpu-checker
sudo kvm-ok
kvm-ok

Install KVM packages

sudo apt install -y qemu-kvm

sudo systemctl status libvirtd
sudo systemctl status libvirtd

sudo systemctl enable libvirtd
sudo systemctl enable libvirtd

sudo virsh list --all
sudo virsh list --al

Popular posts from this blog

Apache Airflow: Notes

Apache Airflow is used to programmatically author, schedule and monitor workflows.

Microsoft Excel: Notes

Notes of Microsoft Excel tips used in real life situations.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.