Linux操作系统下用tsclient和rdesktop远程登录XP

来源:爱站网时间:2021-07-26编辑:网友分享
熟悉Windows系统的用户都知道,XP下有"远程桌面连接"用来远程登录桌面,那如何要在linux下远程登录到XP能不能实现呢?接下来,爱站技术频道小编将为大家详细讲解Linux操作系统下用tsclient和rdesktop远程登录XP的具体操作方法。

  Telnet是进行远程登录的标准协议和主要方式它为用户提供了在本地计算机上完成远程主机工作的能力。有的时候会遇到这样的问题,朋友电脑系统出现了问题请你帮忙看看,可你又不能跑到他家去给他修那怎么办呢?这时远程桌面就启了大作用,你可以像使用自己的电脑一样来控制对方的系统,一切搞定后退出就一切OK了。

  这里将介绍两款远程登录软件

  1.tsclient

  输入对方的IP,用户名,密码单击连接,开始连接。将XP,Vista Terminal Service这个服务设置成“已禁用”可以实现多用户登录。

  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)

  以上就是爱站技术频道小编为大家详细讲解的关于Linux下tsclient,rdesktop远程登录Windows XP Vista的具体操作方法,这两种方法都可以实现在Linux系统下远程登录Windows XP桌面的效果。

上一篇:ubuntu Linux下安装ssh和vsftpd的具体操作步骤

下一篇:关于搭建rsycn服务的详细操作方法

您可能感兴趣的文章

相关阅读

热门软件源码

最新软件源码下载