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

Linux服务器
Apache+PHP和Tomcat网页乱码问题
httpd.conf设置二级域名
SSH登录工具常用命令
对Linux系统进程进行监控和保护
如何清除代理服务器cache记录?
清除Linux代理服务器上cache记录
ssh远程登录的安全设置
Linux系统下最强大的磁盘管理技术LVM
教你搭建一个安全的Linux服务器
如何在Linux系统下实现Apache与Tomcat整合
虚拟机嵌入式Linux开发前要做什么?
修改Linux系统手动分区后的挂载
Linux系统中邮件用户绰号的超能力
Linux操作系统下使用变量为文件重新命名备份
Linux磁盘设备文件混乱源于Linux内核自身
Linux系统防黑客从辨认黑客做起
修改.htaccess文件提升网站访问速度方法
Linux认证:UbuntuNativePOSIX线程库
Linux服务器:邮件系统的原理
linux入侵常用命令汇编

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


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