08 2015 档案
摘要:新装的ubuntu无法远程登陆需要安装openssh server1. 在终端上输入以下命令: $sudo apt-get install openssh-server2. 安装完之后重启SSH $sudo /etc/init.d/ssh restart3. 用Putty远程登录。
阅读全文
摘要:To remove guest login : sudo sh -c 'printf "[SeatDefaults]\nallow-guest=false\n" > /usr/share/lightdm/lightdm.conf.d/50-no-guest.conf' This will creat...
阅读全文