Win11 安装 Linux 子系统
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
安装
安装没有什么难度, 当安装失败时, 依次排查以下三个步骤
Step 1: 打开任务管理器, 检查虚拟化是否开启
Setp 2: 打开 控制面板\程序
, 找到 启动或Windows功能
, 确认以下功能是否安装
- Hyper-V
- 适用于 Linux 的 Windows 子系统
- 虚拟平台
Setp 3: 升级 wsl, 以 管理员身份
执行
wsl --update
其它错误
参考的对象类型不支持尝试的操作
临时解决方案: 以管理员身份运行 netsh winsock reset
永久解决方案: 以管理员身份运行 .\NoLsp.exe C:\Windows\System32\wsl.exe
PS C:\Users\wyj\Downloads> .\NoLsp.exe C:\Windows\System32\wsl.exe
Success!
success 表示成功
设置默认用户
添加用户 us
adduser us
设置默认用户为 us
Ubuntu-18.04 config --default-user us
不一定是 Ubuntu-18.04
, 执行 wsl --list
即可查看到, 也可能是 Ubuntu
参考文章
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)