Skip to content
shrijan-swaminathan edited this page Jun 27, 2023 · 29 revisions

WSL

Prerequisites

In Windows Features, enable Virtual Machine Platform and Windows Subsystem for Linux

Installation

https://learn.microsoft.com/en-us/windows/wsl/install
When installing distributions, install a Red Hat distro (distribution), such as Rocky, Alma, or CentOS from Windows Store.

##Basic Commands Use the command wsl to get into your default distro
To get into wsl on a nondefault distro, use the command wsl -d <Distro>, where Distro is distribution name
To find a list of all wsl distros installed on machine, use the command wsl -l

Setup

VSCode

Clone this wiki locally