View Single Post
eMHa's Avatar
Posts: 44 | Thanked: 29 times | Joined on Nov 2009 @ germany, heidelberg
#81
Originally Posted by Quindor View Post
Any chance of seeing an implementation of the Microsoft RDP protocol any time soon? With windows machines it's kind of redundant to install VNC.

Also, OpenVPN + RDP makes the ultimate roadtime server management tool!
For now you could do
Code:
ssh -X user@linuxdesktop
and launch there
Code:
rdesktop
This means you need another Linux box to run rdesktop on.

Another way would be to (compile? and) install rdesktop for and on the N900.