我用过桌面过去。还有更好的吗?
答案1
您可以尝试 remmina。虽然它使用与 tsclient 和朋友相同的后端(后端是 rdesktop)。与 tsclient 相比,它具有更令人愉悦的用户界面。
答案2
Ubuntu 默认自带 tsclient。对我来说它运行得很好。
答案3
桌面
rdesktop 是适用于 Windows NT/2000 终端服务器和 Windows Server 2003/2008 的开源客户端。能够以本机方式使用其远程桌面协议 (RDP) 来呈现用户的 Windows 桌面。与 Citrix ICA 不同,它不需要服务器扩展。
要在所有当前支持的 Ubuntu 版本中安装 rdesktop,请打开终端并输入:
sudo apt install rdesktop
典型的命令如下所示。
rdesktop 192.168.1.23 -k de -g 1500x1150 -r disk:mydisk=/home/soma
参数:
-k de............................ set keyboard layout
-g 1500x1........................ set resolution of the rdesktop window
-r disk:mydisk=/home/soma.........share your home directory with the remote machine
答案4
你有没有尝试过TeamViewer?