rdesktopインストールと配置


1、ダウンロードソフト
パス:http://www.rdesktop.org/
2、ソフトウェアのインストール

  
  
  
  
  1. [root@Openbo linux]# tar zxvf rdesktop-1.6.0.tar.gz
  2. [root@Openbo linux]# cd rdesktop-1.6.0
  3. [root@Openbo rdesktop-1.6.0]# ./configure --prefix=/usr/local/rdesktop-1.6.o
  4. [root@Openbo rdesktop-1.6.0]# make && make install
3、配置ソフト

  
  
  
  
  1. [root@Openbo bin]# pwd 
  2. /usr/local/rdesktop-1.6.o/bin 
  3. [root@Openbo bin]# ls 
  4. rdesktop 
  5. [root@Openbo bin]# ./rdesktop -u administrator 121.8.188.198 
4、使用説明
[root@Openbobin]('-'rdesktop--help./rdesktop:invalid option-'-'rdesktop:A Remote Desktop Protocol client.Version 1.6.0.Copyright(C)199-2008 Matthew Chpman.Seehttp://www.rdesktop.org/ for more information.Usage:/rdesktop[options]server[:port]   -u:user name                           #ユーザ名   -d:domain                                  #ドメイン名   -s:shell                                      #どのshellを使いますか   -c:working directory                 #作業目録   -p:password(-to prompt)       #パスワード   -n:client hostname             -k:keyboard layout on server(en-us,de,sv,etc.)   -g:desktop geometry(WxH)   -f:full-screen mode   -b:force bitmap udates   -L:local codepage   -A:enable SeamlessRDP mode   -B:use BackingStore of X-server(if available)   -e:disable encryption(Freench TS)   -E:disable encryption from client to server   -m:do not send motion events   -C:use prvate colour map   -D:hide window manager decoration s   -K:keep window manager key bindings   -S:caption button size(single appication mode)   -T:window title   -N:enable numlock syncronization   -X:embed into another window with a given id.   -a:connection colour depth   -z:enable rdp comppression   -x:RDP 5 experience(m[odem 28.8],b[roadband],l[an]or hex nr.)   -P:use persistent bitmap caching   -r:enable specified device rediction(this flags can be repeat)         '-r comput:COM 1=/dev/キティS 0':enable serial redirection of/dev/キティS0 to COM 1             or      COM 1=/dev/キティS 0、COM 2=/dev/キティS 1         '-r disk:flopy=/mnt/flopy':enable redirection of/mnt/flopy to'flopy'share             or   'flopy=/mnt/flopy,cdrom=/mnt/cdrom'         '-r client name=:Set the client name displayed             for redirected disk         '-r lptport:LPT 1=/dev/lp 0':enable parallel redirection of/dev/lp 0 to LPT 1             or      LPT 1=/dev/lp 0,LPT 2=/dev/lp 1         '-r printer:mydeskjet':enable printer rediction             or      mydeskjet=「HP LaserJet IIP」to enter server driver as well         '-r sound:[local[:driver[:device]]|off|remote]':enable sound rediction                     remote would leave sound on server                     available drivers for'local'                     alsa:    ALSA out put driver、default device:default                     オス:    OSS output driver,default device:/dev/dsp or$AUDIODEV         '-r clipboard:[off𞓜PRIMARY CLIPBOARD]':enable clipboard                      redirection.                      'PRIMARY CLIPBOARD'looks at both PRIMARY and CLIPBOARD                      when sending data to server.                      'CLIPBOARD'looks at only CLIPBOARD.   -0:atech to consone   -4:use RDP version 4   -5:use RDP version 5(default)