Remote Desktop from Linux to Windows
Posted on January 22nd, 2008 by hengdu
I mentioned before about how to remote login your desktop. Here I would like to add more stuff. It was widely used from Linux platform to login Windows platform. If you don’t have VNC server running on your Windows, you can use rdesktop.
Ubuntu 7.10 has already had rdesktop. For Fedora 8, you can “yum -y install rdesktop“. You can connect to your Windows desktop by typing:
rdesktop -f -u username domain_name/IP address
You also can get more options by “man rdesktop“.
Discussion Area - Leave a Comment