当前位置:  开发笔记 > 运维 > 正文

如何从Linux机器远程桌面到Windows机器?

如何解决《如何从Linux机器远程桌面到Windows机器?》经验,为你挑选了2个好方法。

在工作中我使用Windows Server 2008.在家里,我刚买了一台openSUSE笔记本电脑.我可以使用RDP客户端吗?



1> 小智..:

rdesktop和tsclient在我对Red Hat和Ubuntu的体验方面都很有效.我希望其中一个或两个都可用于SuSe.我使用一个小shell脚本来访问RDP上的窗口:

#!/bin/sh

SERVER=name.of.windows.machine

/usr/bin/rdesktop -g 1152x864 \
-a 16 \
-u windowsusername \
-d windowsdomain \
-r sound:local \
$SERVER



2> Brad Wilson..:

http://www.rdesktop.org/

推荐阅读
ar_wen2402851455
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有