軟件:rdesktop-1.81linux
http://www.rdesktop.org/ 這是下載地址。
安裝:
tar xzvf rdesktop-1.8.1.tar.gz
cd rdesktop-1.8.1
./configure
安裝出現找不到GCC
解決辦法:
用軟件安裝工具安裝gcc g++
yum install build-essential
./configure
configure:error:no acceptable C compiler found in $PATH(變量中找不到C編譯器)
解決辦法
mv /usr/bin/gcc-3.3 /usr/bin/gcc
mv /usr/bin/g++-3.3 /usr/bin/g++
./configure
ERROR:Could not find openssl headers/libraries.
probably you need to install the libssl-dev package
提示libssl-dev沒安裝
yum install libssl-dev*
./configure
ERROR:Could not find openssl headers/libraries.
probably you need to install the libx11-dev package
yum apt-get install libX11-dev*
編譯成功、
使用命令:rdesktop -u administrator -g 80% 192.168.99.177 如圖:ide
$ info rdesktop //看一下幫助信息吧
$rdesktop 192.168.1.1 //打開了一個8位色彩的
$rdesktop -a 16 192.168.1.1 //這個是16位色彩的了,看起來好多了
$rdesktop -u administrator -p ****** -a 16 192.168.1.1 //都直接登錄了,呵,還差點什麼呢
還有就是 -f 全屏操做,-g 指定使用屏幕大小 -g 800*600+0+0 這個+0啊就是,就是你
這個窗口的在你linux上出現的位置,其它沒什麼了吧!加上-r sound:local能夠把聲音也搞過來了
$rdesktop -u administrator -p ****** -a 16 -r sound:local 192.168.1.1
其它吧,-r 的做用挺多的能夠重定向許多東西,看一下幫助就會收穫很多了。工具