安装:
- Ubuntu14.04 : sudo apt-get install vnc4server ; sudo apt-get install xrdp
- iPad : 安装 vnc viewer 或者 远程桌面大师 或者其他app (手机安装vnc viewer也可以使用)
配置:
Ubuntu14.04:
- vi ~/.vnc/xstartup (去掉 Uncomment the following two lines for normal desktop 下面两行脚本的注释)
- /usr/share/applications 目录下找到 Desktop Sharing 设定 “允许其他用户控制您的桌面”
- 安装 dconf-editor : sudo apt-get install dconf-editor
- 命令行输入 dconf-editor ,设置 org > gnome > desktop > remote-access ,取消钩选 “require-encryption”属性
说明:
- vnc viewer ip:port(5900)
附:vnc的一些命令:
- vncserver kill :1 关闭vnc 服务
- vncserver 启动vnc服务
- vncpasswd 给当前用户设置vnc登录密码
参考网址:http://blog.csdn.net/sunnylgz/article/details/40779973
http://www.zhixing123.cn/ubuntu/41953.html
http://www.linuxidc.com/Linux/2016-08/133917.htm
http://blog.csdn.net/vbskj/article/details/52129757
https://wenku.baidu.com/view/3cb09d8bd0d233d4b14e6922.html