
Windows Subsystem for Linux
nachifur
数字图像处理、计算机视觉、matlab、python
深度学习、pytorch
ubuntu、网络配置、
展开
-
systemctl command not found
最小化安装的ubuntu,没有systemctl ,可以使用service代替,通过下面的方式可以安装systemctl。安装 systemctlsudo apt-get install --reinstall systemd设置服务开机启动sudo systemctl enable ssh...原创 2020-04-08 22:29:40 · 86206 阅读 · 1 评论 -
Windows10的Linux子系统(ubuntu)开启ssh 服务
一、重装ssh服务sudo apt remove --purge openssh-server1二、服务器的ssh配置21、执行命令:sudo apt-get update2、执行命令:sudo apt-get install openssh-server3、查看ssh服务是否启动,输入命令sudo ps -e |grep ssh,如果有sshd,那么ssh服务正常启动,如果没有,使用命...原创 2020-04-08 10:35:29 · 1327 阅读 · 0 评论