Loading

随笔分类 -  WSL

Windows Subsystem for Linux
摘要:步骤 下载,安装 vs code https://code.visualstudio.com/download, 安装过程中,勾选 Add to PATH,确保可以在命令行中打开vscode 安装 Remote Development extension pack https://marketpla 阅读全文
posted @ 2021-05-25 10:27 lif323 阅读(359) 评论(0) 推荐(0)
摘要:安装步骤 下载LxRunOffline https://github.com/DDoSolitary/LxRunOffline/releases 加压后将所有的文件放入一个文件,并将LxRunOffline.exe所在路径加入环境变量,这样可以在命令行使用该程序。 下载Archlinux boots 阅读全文
posted @ 2021-05-23 22:40 lif323 阅读(353) 评论(0) 推荐(0)
摘要:安装步骤 命令行打开 powershell dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 查看系统是否符合WSL2的需要 打开powershell, 运行 阅读全文
posted @ 2021-05-23 22:36 lif323 阅读(136) 评论(0) 推荐(0)