initial setup
wsl_config
To install WSL on a windows machine, use Debian, and use WSL2:https://learn.microsoft.com/en-us/windows/wsl/install
# install (ubuntu by default)
wsl --install
specify a distro to install
wsl --install -d Debian
reboot here
list all
wsl -l -v
set default wsl...