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

Linux服务器
Linux作为DHCP服务器
redhat8.0自带sendmail配置认证服务器,以及升级sendmail
Web服务器日志统计分析完全解决方案
Linux网络编程--3.服务器和客户机的信息函数
Linux网络编程--9.服务器模型
配置系统时间和时间服务器
搭建简单的Linux局域网服务器
一起学远程控制你的Windows服务器
用Linux架设FTP服务器(1)
用Linux架设FTP服务器(2)
用Linux架设FTP服务器(3)
用Linux架设FTP服务器(4)
用Linux架设FTP服务器(5)
用Linux架设FTP服务器(6)
Linux下Sendmail邮件服务器转发功能的讲解
LinuxApacheWeb服务器终极教程
Apache服务器配置全攻略(一)
Linux下的代理服务器设置
网络应用:FTP服务器匿名用户上传文件的配置
Linux服务器日志管理详解

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-18   浏览: 34 ::
收藏到网摘: 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?
当然,你也可以象我一样,做一个快捷方式,这样更加方便.看图.