Skip to content

Instantly share code, notes, and snippets.

@mencargo
Created September 26, 2024 01:10
Show Gist options
  • Save mencargo/51cad4422ddb4fd250a89af8fc8f8a13 to your computer and use it in GitHub Desktop.
Save mencargo/51cad4422ddb4fd250a89af8fc8f8a13 to your computer and use it in GitHub Desktop.
WSL useful commands

List available official WSL distros:

> wsl --update
> wsl --list --online

Update locale inside debian:

$ sudo update-locale LANG=en_US.UTF8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment