查看文章 |
Linux下tsclient,rdesktop远程登录Windows XP Vista (远程桌面,远程连接)
2007-05-14 14:56
Telnet是进行远程登录的标准协议和主要方式它为用户提供了在本地计算机上完成远程主机工作的能力。 有的时候会遇到这样的问题,朋友电脑系统出现了问题请你帮忙看看,可你又不能跑到他家去给他修那怎么办呢?这时远程桌面就启了大作用,你可以像使用自己的电脑一样来控制对方的系统,一切搞定后退出就一切OK了。 这里将介绍两款远程登录软件 1.tsclient 这是tsclient的主界面 ![]() 成功登录画面 ![]() 2.,rdesktop 这是一款命令行的工具,使用起来非常简单。 在终端中输入 # rdesktop -u Guest -p 123456 -r sound:local 192.168.0.1 就可以启动,虚拟终端了。 常用参数: -u: user name -d: domain -s: shell -c: working directory -p: password (- to prompt) -n: client hostname -k: keyboard layout on server (en-us, de, sv, etc.) -g: desktop geometry (WxH) -f: full-screen mode -b: force bitmap updates -L: local codepage -A: enable SeamlessRDP mode -B: use BackingStore of X-server (if available) -e: disable encryption (French TS) -E: disable encryption from client to server -m: do not send motion events -C: use private colour map -D: hide window manager decorations -K: keep window manager key bindings -S: caption button size (single application mode) -T: window title -N: enable numlock syncronization -X: embed into another window with a given id. -a: connection colour depth -z: enable rdp compression -x: RDP5 experience (m[odem 28.8], b[roadband], l[an] or hex nr.) -P: use persistent bitmap caching -r: enable specified device redirection (this flag can be repeated) 官方网站下载:http://www.rdesktop.org/ 本站下载地址: WEBNAME:http://amd.streamload.com USERNAME:LGP PASSWORD:LGP2008 LOGIN --> Go TO My Account -->My Files Linux金字塔中的技术文章均为本人原创,如需转载请注明作者及文章出处. |
最近读者:

