rdesktop - Connect to Windows' remote desktop function2010/06/06 |
Install rdesktop and connect Windows. You must enable remote desktop function on Windows.
|
|
[1] | install rdesktop. |
[root@dlp ~]# yum -y install rdesktop
|
[2] | Start X server and input command like below. |
[root@dlp ~]# rdesktop -u serverworld -k ja -g 800x600 10.0.0.10
# -u [user name] # -k [keyboard layout] # -g [screen resolution] # -f [full screen mode] # -T [screen title] |
[3] | Just Connected. |
Sponsored Link |