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

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Learn MATLAB

MATLAB is an abbreviation for MAT rix LAB oratory. Here is list of free online courses to learn MATLAB.

Less secure app access in gmail or G Suite

From G Suite Update on December 16, 2019 Google turned off less secure app access to G Suite accounts .