Hyper-V
Readings
- How to Setup and Use Hyper-V in Windows 10 for OS Virtualization
- How to Install CentOS Linux on Hyper-V Virtual Machine in Windows 10
Usecases
Install Ubuntu
sudo apt-get update
sudo apt-get install linux-virtual-lts-xenial
Install CentOS
sudo grubby --update-kernel=ALL --args="video=hyperv_fb:1920x1080"
sudo reboot
yum check-update
yum install git
References: