Skip to content

WSL2

Description

Windows Subsystem for Linux, Version 2

Opinion: Not recommending Wind🤑ows WLS2 for a dev env. Stradling two OSes with incompatible file systems, using an IDE on one OS, to develop on another OS, plus maintaining two sets of user, app and system configs, etc, adds unnecessary levels of complexity. Bare metal Linux, VM, container and/or cloud-based is easier to install and configure and offers superior flexibility and control over the entire dev to deploy cycle.

SSH

$ DISPLAY=:0.0 SSH -y [hostname]

Config

File: /etc/wsl.conf:

[boot]
systemd=true
[network]
generateHosts false
[](wsl2-cli/">

CLI

[](desktop/">

Desktop

Comments