Connect to Windows Remote Desktop using Rdesktop
Windows provides a remote Desktop system that allows users to log on remotely for system administration or to run various applications as terminal servers. To connect to Windows Remote Desktop, you need to install the appropriate software (tsclient) on the Windows client. If you are a Windows server administrator, you must have used this tool, because Remote Desktop can greatly facilitate the remote maintenance of the server by the system administrator. On Linux systems, we can also connect Windows Remote Desktop via the Rdesktop tool.
debian:~# Apt-get Install Rdesktop
How to use:
debian:~# Rdesktop-f-A 16 192.168.0.2
-F for full-screen display,-a 16 for use of the-bit color, 192.168.0.2 is the Windows Server address.
Using-F is not recommended
Connect to Windows Remote Desktop under Linux