Monday, 12 March 2012

[ CentOS 5 - Desktop Env ] Connect to Windows' remore desktop function by rdesktop ( Part 4 )

Connect to Windows' remore desktop function by rdesktop
Install rdesktop and connect Windows. You must enable remote desktop function on Windows.


Step [1] install rdesktop.
# install from DAG

[root@dlp ~]#
yum --enablerepo=dag -y install rdesktop
Step [2] Start X server and input command like below.
[root@dlp ~]# rdesktop -u serverworld -k ja -g 800x600 192.168.0.8

# -u [user name]
# -k [keyboard]
# -g [screen resolution]
# -f [full screen mode]
# -T [screen title]

Step [3] Just Connected.