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

Linux服务器
Linux Samba Server的配置详解
Linux系统下配置功能完善的Web服务器
Linux终端代理的设置方法介绍
Fodera Core 7系统下构建CVS服务器的方法
Linux进入系统时自动设置环境变量的方法
介绍GPG命令加密文件的方法
如何清理Linux系统中不需要的文件
Linux系统中两种替代“花生壳”的办法
Linux下配置 Tomcat+JDK+MySQL应用平台
Linux操作系统下RPM软件包的使用技巧
linux知识:htaccess
linux:.htaccess文件使用教程
Apache [forbidden 403]错误的解决办法
FreeBSD6.1快速安装配置Bugzilla2.22
访问网站403错误 Forbidden解决方法
httpd.conf文件配置详解
Apache中禁止IP段,在httpd.conf中的写法
apache禁止使用IP访问的实现方法
Apache中禁止以目录方式访问的设置
.htaccess学习笔记

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


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