安装

https://docs.microsoft.com/zh-cn/windows/wsl/install-win10

WSL Ubuntu Wiki

https://wiki.ubuntu.com/WSL#What_is_WSL.3F

WSL 迁移

在 WSL2 中使用 snap

https://github.com/microsoft/WSL/issues/5126#issuecomment-840968984

WSL 指定分发版本

  1. wsl --set-default Ubuntu

忘记 root 用户密码

  • 1、PowerShell 输入如下命令以 root 用户登入 WSL shell

    1. wsl.exe --user root
  • 2、修改密码

    1. # bash
    2. passwd root