随记笔记,之后在整理

故事扮演 提交于 2019-12-01 20:17:18

远程桌面  ubuntu18.04  远程windows用vnc登录

1、sudo apt-get install dconf-tools
2、  dconf write /org/gnome/desktop/remote-access/require-encryption false
3、  /usr/lib/vino/vino-server --sm-disable start


ssh:

安装:

sudo apt-get install openssh-server

sudo ps –e |grep ssh   查看是否开启了ssh服务,如果有ssd,就是开启了

sudo service ssh start    开启ssh服务



没有vino的就是因为安装Ubuntu的时候为最小安装,冲新安装指令为

sudo apt-get install vino

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!