Skip to content

Instantly share code, notes, and snippets.

View HuStmpHrrr's full-sized avatar
🎯
Focusing

Jason Hu HuStmpHrrr

🎯
Focusing
View GitHub Profile
@BusterNeece
BusterNeece / 00-setup.md
Last active August 12, 2022 04:32
My WSL2 Ubuntu 20.04 Environment

My local Ubuntu 20.04 WSL2 setup.

Enable and Install WSL2

From Windows, as admin:

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart