摘要: 列出分发版 wsl -l , wsl --list wsl --list --all wsl --list --running 设置默认分发版 wsl -s Ubuntu 取消注册和重新安装分发版 注销后,与该分发关联的所有数据、设置和软件都将永久丢失。 从 Store 重新安装会安装分发版的干净副 阅读全文
posted @ 2020-05-28 22:37 kylingx 阅读(11090) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get remove docker docker-engine docker.io sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent softw 阅读全文
posted @ 2020-05-28 22:29 kylingx 阅读(168) 评论(0) 推荐(0) 编辑
摘要: sudo su - root 查看版本 lsb_release -c 备份 cd /etc/apt cp sources.list sources.list.bak vim sources.list ggdG deb http://mirrors.aliyun.com/ubuntu/ bionic 阅读全文
posted @ 2020-05-28 21:55 kylingx 阅读(1488) 评论(0) 推荐(0) 编辑
摘要: 下载适用于 x64 计算机的最新 WSL2 Linux 内核更新包 https://docs.microsoft.com/zh-cn/windows/wsl/wsl2-kernel 启用“适用于 Linux 的 Windows 子系统”可选功能 dism.exe /online /enable-fe 阅读全文
posted @ 2020-05-28 21:36 kylingx 阅读(2658) 评论(0) 推荐(0) 编辑
摘要: 1. 在命令行中直接查看版本号 mysql -V 2. 在 mysql --help 中查找与版本相关的信息 mysql --help | grep Ver 3. 在mysql命令行里面查看版本信息 mysql -u root -p select version(); 4. 在mysql命令号里面查 阅读全文
posted @ 2020-05-28 09:50 kylingx 阅读(839) 评论(0) 推荐(0) 编辑