首页 > 代码库 > 使用VNC(ubuntu 与 windows 互连 )

使用VNC(ubuntu 与 windows 互连 )

Windows连接ubuntu:windows 安装realVNC(vncviewer): 通过客户端连接,地址后面加:1 ubuntu安装vncserver: 第一步,获取安装文件sudo apt-get install vnc4server第二步,修改VNC Password,不能太短 # vncpasswd Password: ****** Verify:*****第三步,检查防火墙,这个就不详细说明了 第四步,启动VNC server # vncserver ubuntu连接Windows:windows 安装realVNC(vncserver): 把realVNC的encryption选项选为prefer on即可ubuntu安装vncviewer:sudo apt-get install vncviewer