如何在 Ubuntu、Windows 中拥有类似 RDP 的服务器和客户端?

如何在 Ubuntu、Windows 中拥有类似 RDP 的服务器和客户端?

使用 RDP 协议从 OSX 远程连接到 Windows 或从 Windows 远程连接到 Windows 比在 Ubuntu 中使用 x11vnc 快 90%。

是否有任何适用于 Ubuntu 的商业或免费远程桌面,其运行速度比 VNC 或 RDP 更快并且非常稳定?

(我需要有可视化远程桌面来制作安全/紧急监控墙项目,其中质量、稳定性、速度都很重要)

(项目场景:安全人员有一个双屏,可以全天候实时连接到远程位置的 Ubuntu 桌面,例如 200 个桌面。可以即时使用鼠标、键盘进行实时预览和实时即时访问)

答案1

在 Ubuntu 14.04 上- 服务器 sudo apt-get install software-properties-common sudo add-apt-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goserver x2goserver-xsession

在 Ubuntu 14.04 上- 客户 sudo apt-get install x2goclient

相关内容