分类: LINUX
2011-08-10 11:46:48
操作平台:
[firerat@firerat ~]$ cat /etc/redhat-release
Fedora release 14 (Laughlin)
实验目的:
seamlessrdp+rdesktop完美结合,在linux运行windows软件
软件下载:
rdesktop:
seamlessrdp:
配置文档:
Running SeamlessRDP Without ThinLinc
SeamlessRDP can be run without ThinLinc against your Windows
Terminal Server by following this instruction
1.
Get rdesktop 1.5.0 or later from
2.
Get the server side component, "seamlessrdpshell". It is
available in the seamlessrdp
Subversion module.
You can also download a pre-built binary from
seamlessrdp.zip.
Unpack the files to some directory on the server, such as
c:\seamlessrdp
3.
Run rdesktop with:
rdesktop -A -s "c:\seamlessrdp\seamlessrdpshell.exe notepad"
Please note that under Windows Server 2008, both
seamlessrdpshell.exe and the program on its command line must be
published Terminal Services applications. Also, seamlessrdpshell.exe
must have command line parameters enabled. This is accomplished
through the Windows Server 2008 "TS RemoteApp Manager's" "Add
RemoteAppProgram" dialog (remoteprograms.msc).
效果如下图所示:
[root@firerat cacti]# rdesktop -uadministrator -p password 192.168.1.12 -A -s "c:\seamlessrdp\seamlessrdpshell.exe C:\Program Files\Tencent\QQ\Bin\QQ.exe"
本文出自 “Firerat火鼠” 博客,转载请与作者联系!