当前位置: 首页 > 图文教程 > 服务器 > Linux服务器 > 一起学远程控制你的Windows服务器

Linux服务器
Linux Vsftpd本地用户不能登录问题
ChartDirector Linux下中文显示问题
关于Linux操作系统Fork的使用
Apache的基本设置和乱码解决方法
Apache的httpd.conf的配置详解
Linux Shell下的后台运行及其前台的转换
Linux操作系统两用户之间的信任关系
Linux操作系统下Shutdown命令-[option]
Linux系统下SSH远程登录速度慢?
Linux操作系统的时间服务器配置方法
Ubuntu Linux中文支持及编码问题
Linux下实现FTP虚拟主机的方法
Linux下查看某目录或指定文件大小的命令
Linux刷新主板BIOS的方法
闪盘(Thumb drive)装Linux系统
Linux文本模式下发送带附件的Email
删除文件提示:Operation not permitted
配置Linux的环境变量
Linux系统下硬盘挂载详细说明
Linux和Unix最常用的网络命令

Linux服务器 中的 一起学远程控制你的Windows服务器


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-18   浏览: 37 ::
收藏到网摘: n/a


1.下载rdesktop最新版本

http://www.rdesktop.org/#download
2.解压下载的包
#tarzxvfrdesktop-1.2.0.tar.gz
3.进入解开的目录,执行通用的LINUX程序安装过程
#./configure
....
#make
...
#makeinstall
4.加参数运行rdesktop
Usage:rdesktop[options]server[:port]
-u:username
-d:domain
-s:shell
-c:workingdirectory
-p:password(-toprompt)
-n:clienthostname
-k:keyboardlayoutonterminalserver(us,sv,gr,etc.)
-g:desktopgeometry(WxH)
-f:full-screenmode
-b:forcebitmapupdates
-e:disableencryption(FrenchTS)
-m:donotsendmotionevents
-C:useprivatecolourmap
-K:keepwindowmanagerkeybindings
-T:windowtitle
-D:hidewindowmanagerdecorations
我们可以取需要的参数加入命令中执行,我直接连到服务器,不需要加参数,例如:
#rdesktop127.0.0.1<--这里的地址只是一个例子,具体的就输入你的服务器的IP.
一切OK?
当然,你也可以象我一样,做一个快捷方式,这样更加方便.看图.