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

Linux服务器
apache urlrewrite防盗链功能配置
实战 LAMP 服务器配置 完整篇
tomcat 5.5连接池配置,如何让工程为默认工程
搭建一个大型网站架构的实验环境(Squid缓存服务器篇)
Windows 配置Apache以便在浏览器中运行Python script的CGI模式
Apache 网站速度更快
ubuntu lighttpd+webpy (fastcgi)配置方法
linux 入侵常用命令汇编
Linux 快速定位web路径方法
winxp apache用php建本地虚拟主机的方法
Apache 多站点虚拟主机配置方法
redhat Server release 5.2 安装配置简明教程
Ubuntu Linux系统下轻松架设nginx+php服务器应用
Linux Apache+Proftpd构建虚拟主机时要注意的几个安全问题
Linux 服务器同步 Rsync同步服务器文件
APACHE 多站点配置方法
基于Apache的支持.NET2.0的Web服务器搭建
Ubuntu 下配置Rsync服务的方法
利用rsync自动备份 完全配置方法 增加了ip限制
Linux 每天自动备份mysql数据库的方法

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


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