Skip to content

Instantly share code, notes, and snippets.

View appengineeringlab's full-sized avatar
🎯
Focusing

App Engineering Lab appengineeringlab

🎯
Focusing
View GitHub Profile
@appengineeringlab
appengineeringlab / Ubuntu-20-04-Hyper-V.sh
Created March 25, 2020 19:36
Ubuntu 20.04 on Hyper-V
# Follow https://techcommunity.microsoft.com/t5/virtualization/sneak-peek-taking-a-spin-with-enhanced-linux-vms/ba-p/382415
# xrdp.service not starting because address already in use: https://github.com/microsoft/linux-vm-tools/issues/94
# Get the scripts from GitHub
sudo apt-get update
sudo apt install git
git clone https://github.com/Microsoft/linux-vm-tools.git ~/linux-vm-tools
cd ~/linux-vm-tools/ubuntu/18.04/
#Make the scripts executable and run them...