How to Virtualization in Linux - Ubuntu - KVM - QEMU - Tek Talk BD

Опубликовано: 07 Март 2021
на канале: Tek Talk BD
62
0

Commands:
1. Command to Check if your UBUNTU system is eligible to install KVM in it:
$ egrep -c '(vmx|svm)' /proc/cpuinfo

2. Command for installing KVM with all it's dependencies:
$ sudo apt install qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils libguestfs-tools genisoimage virtinst libosinfo-bin virt-manager

3. Command for adding user to KVM group:
$ sudo adduser $USER libvirt
$ sudo adduser $USER libvirt-qemu

Please subscribe to support me to make fantastic contents for you by clicking following link:
https://www.youtube.com/c/TekTalkBD?s...

I post frequent tech updates in my facebook page, please give me a thumbs up there:
  / tektalkbd  

Don't forget to like and share it across your facebook groups.

Also you can check my following contents:
1. Multiple Stream Using OBS:    • Youtube & Facebook LIVE from your Lap...  
2. FREE Web Hosting and SSL Certificate Tutorial:    • FREE Hosting & SSL - How To - Tek Tal...  
3. How To Install Ubuntu Server:    • Try Ubuntu Server 20.04 Simple instal...  
4. How to enable virtualization in your Computer:    • The hardware virtualization is enable...