Skip to content

Instantly share code, notes, and snippets.

View giljr's full-sized avatar
💭
Full Stack Developer with a degree in Computer Engineering.

Gilberto Oliveira Jr giljr

💭
Full Stack Developer with a degree in Computer Engineering.
View GitHub Profile
@giljr
giljr / ubuntu-on-windows-10.txt
Created February 5, 2020 16:02 — forked from alexishida/ubuntu-on-windows-10.txt
Ubuntu on Windows 10
# https://docs.microsoft.com/en-us/windows/wsl/install-win10
1 - Open PowerShell as Administrator and run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
2 - Restart your computer when prompted.