wsl
windows linux子系统
猪场少年
这个作者很懒,什么都没留下…
展开
-
WSL(Windows Subsystem for Linux) Ubuntu安装mysql
WSL(Windows Subsystem for Linux) Ubuntu安装mysql 一、清除mysql相关的安装信息 apt-get remove mysql-server apt-get autoremove mysql-server apt-get remove mysql-common rm /var/lib/mysql/ -R rm /etc/mysql/ -R apt-get autoremove mysql* --purge apt-get remove apparmor 如果win原创 2020-08-26 13:42:07 · 300 阅读 · 0 评论 -
解决wsl无法使用systemctl的问题
解决wsl出现Failed to get D-Bus connection的问题 运行命令 mv /usr/bin/systemctl /usr/bin/systemctl.old curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py > /usr/bin/systemctl chmod +x /usr/bin/systemctl 如果原创 2020-09-08 13:57:25 · 5692 阅读 · 0 评论