![]() |
|
|
#12 | |
|
Oct 2008
Germany, Hamburg
5×13 Posts |
Quote:
|
|
|
|
|
|
|
#13 |
|
Oct 2007
Manchester, UK
135510 Posts |
|
|
|
|
|
|
#14 | |
|
Sep 2006
Brussels, Belgium
69616 Posts |
Quote:
Jacob |
|
|
|
|
|
|
#15 |
|
Oct 2008
Germany, Hamburg
5×13 Posts |
|
|
|
|
|
|
#16 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
2×53×71 Posts |
|
|
|
|
|
|
#17 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
2·19·163 Posts |
Quote:
Just to be clear what I mean. I have my monitoring system with a native resolution of 1400x1050 and the remote system running P95 is 1280x720. With VNC I get a small window of 1280x720 presented to me that is an exact duplicate of what the remote system is displaying (they work simultaneously and both display everything that is happening, including mouse movements). With WRD I get a full screen window 1400x1050 to work with and the remote system is logged out displaying the log in screen. The mouse movements are not echoed to the remote system. Indeed the OS starts an entirely new session for the monitoring system on the remote system with two copies of "winlogin.exe" running in the task list. The only catch is that you need Windows Professional (or higher) on the remote system to run WRD. It needs the terminal services driver running also. [eidt] One thing to be careful about if security is important. WRD is an encrypted session and is better suited to Internet monitoring IMO. VNC (at least the version I have) is not an encrypted session. Last fiddled with by retina on 2008-12-29 at 11:03 |
|
|
|
|
|
|
#18 | ||
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
vncserver -geometry 1024x768 -depth 24 Also, like WRD, VNC on Linux starts an entirely separate session of the username it's run under. (Note: some implementations of VNC, such as the "Remote Desktop" feature built into Ubuntu and possibly some other GNOME-based distros, behave more like the Windows version, i.e. taking direct control of the console session. My friend is using Ubuntu, but we installed TightVNC, which uses the separate-session method, on his machines and are using that instead of the built-in VNC server.) The VNC session can be started with whatever resolution you'd like--though admittedly, unlike WRD, it does not dynamically resize the resolution based on a setting in the connecting client. VNC's resolution setting is set on the server, though under Linux it does not have to be the same as the console session's resolution due to it starting a whole new session. Quote:
The free versions of VNC are all unencrypted; some for-pay versions of some distros of VNC have encryption options. However, the easiest way to encrypt a VNC session--for free--is to tunnel it through an SSH connection. This can be done with a command like this: ssh user@remote-host -L 1234:127.0.0.1:5900 The above command will start a tunnel to port 5900 (i.e. the default VNC port) on the remote machine, and pipe it through to 1234 on the local machine. Then, on the local machine you can set your VNC client to talk to 127.0.0.1 port 1234, and it will connect to the remote server's VNC desktop, through the encrypted SSH tunnel. Last fiddled with by mdettweiler on 2008-12-29 at 20:52 Reason: typo |
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New PC dedicated to Mersenne Prime Search | Taiy | Hardware | 12 | 2018-01-02 15:54 |
| Dedicated software for astronomy. | xilman | Astronomy | 3 | 2017-01-25 10:28 |
| The prime-crunching on dedicated hardware FAQ (II) | jasonp | Hardware | 46 | 2016-07-18 16:41 |
| Do you have a dedicated system for gimps? | Surge | Hardware | 5 | 2010-12-09 04:07 |
| A puzzle dedicated to Mally | devarajkandadai | Math | 7 | 2007-10-08 11:39 |