INSTALL QEMU KVM On Linux (i.e. Debian/Ubuntu Like Distro)
The command zgrep CONFIG_KVM /boot/config-$(uname -r) searches for the string CONFIG_KVM within the compressed kernel configuration file for the currently running kernel. We will check to see if we can run virtualization or virtual machine on our Linux computer. These information below should be displayed as CONFIG_KVM=m or CONFIG_KVM=y CONFIG_KVM_INTEL=m or CONFIG_KVM_INTEL=y CONFIG_KVM_AMD=m or CONFIG_KVM_AMD=y…