赞
踩
通过适用于 Linux 的 Windows 子系统 (WSL),开发人员可以安装 Linux 发行版(例如 Ubuntu、OpenSUSE、Kali、Debian、Arch Linux 等),并直接在 Windows 上使用 Linux 应用程序、实用程序和 Bash 命令行工具,不用进行任何修改,也无需承担传统虚拟机或双启动设置的费用。
- # 打开 powershell,执行
- wsl --install
点击进入> 旧版 WSL 的手动安装步骤 | Microsoft Learn
- dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
-
- dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2
单击以下链接会打开每个分发版的 Microsoft Store 页面:
- {
- "builder": {
- "gc": {
- "defaultKeepStorage": "20GB",
- "enabled": true
- }
- },
- "experimental": false,
- "registry-mirrors": [
- "https://n14or9zx.mirror.aliyuncs.com",
- "https://mirror.ccs.tencentyun.com",
- "http://registry.docker-cn.com",
- "http://docker.mirrors.ustc.edu.cn",
- "http://hub-mirror.c.163.com"],
- "insecure-registries": [
- "registry.docker-cn.com",
- "docker.mirrors.ustc.edu.cn"
- ]
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。