Re: ubuntu
rdp server for linux? i havent used that but maybe check this out:
rdesktop is a nice linux based rcp client to connect TO windows rdp hosts:
also if you cant install any software on your laptop, i would suggest trying TightVNC:
you can download the client binary from the website in a zipfile, and the winvnc.exe is self contained and you can run it from your laptop w/o installing anything at all. this does basically the same thing as rdp. so you can start a vnc server on your linux box with something like:
$ vncserver -geometry 1280x1024
then use the windows client binary to connect to your linux box.
rdp server for linux? i havent used that but maybe check this out:
rdesktop is a nice linux based rcp client to connect TO windows rdp hosts:
also if you cant install any software on your laptop, i would suggest trying TightVNC:
you can download the client binary from the website in a zipfile, and the winvnc.exe is self contained and you can run it from your laptop w/o installing anything at all. this does basically the same thing as rdp. so you can start a vnc server on your linux box with something like:
$ vncserver -geometry 1280x1024
then use the windows client binary to connect to your linux box.
Comment