Saturday, July 16, 2016

RDP to Windows machine from Linux Box


1) rpm -qa | grep -i rdesktop
2) yum search rdesktop
3) yum install rdesktop.x86_64
4) yum info rdesktop

On windows machine mycomputer-properties- remote- allow remote logins

5) rdesktop windows-v8-1-test

we have bug in 6 version if it is giving some errors

6) just get the 7 package and update it
rpm -Uvh rdesktop

7) rpm -qa | grep -i rdesktop
8) rdesktop hostname(windows) -f   (to get the full screen)

1 comment: