![]() |
2008-01-10
, 01:01
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#1
|
The Following User Says Thank You to iamthewalrus For This Useful Post: | ||
![]() |
2008-01-10
, 21:04
|
Posts: 76 |
Thanked: 19 times |
Joined on Apr 2007
|
#2
|
ssh -t -n -L 5903:localhost:5900 n800 'x11vnc -localhost -rfbauth .vnc/passwd -display :0' & sleep 3 vncviewer -encodings 'copyrect tight zrle hextile' localhost:3
![]() |
2008-01-12
, 19:28
|
|
Posts: 48 |
Thanked: 12 times |
Joined on Jan 2008
@ Germany
|
#3
|
ssh -X -l username-at-remote-computer ip-address-or-dyndns-of-remote-computer
vncviewer localhost
vncviewer localhost -fullscreen
![]() |
2008-01-13
, 10:29
|
|
Posts: 48 |
Thanked: 12 times |
Joined on Jan 2008
@ Germany
|
#4
|
![]() |
2008-01-13
, 10:46
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#5
|
![]() |
2008-01-13
, 23:27
|
|
Posts: 48 |
Thanked: 12 times |
Joined on Jan 2008
@ Germany
|
#6
|
x11vnc -usepw -forever -display :0 -loop -solid darkblue -skip_dups -speeds dsl
ssh -X -l username IP-address -L 5900:localhost:5900
![]() |
2008-01-14
, 00:04
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#7
|
![]() |
2008-01-14
, 08:25
|
|
Posts: 48 |
Thanked: 12 times |
Joined on Jan 2008
@ Germany
|
#8
|
![]() |
2008-01-14
, 10:00
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#9
|
What do you use tightvnc for, when all it does is create a new virtual desktop for the remote connection.
![]() |
2008-01-15
, 23:08
|
|
Posts: 48 |
Thanked: 12 times |
Joined on Jan 2008
@ Germany
|
#10
|
But since the application is running under the same username, only a different session, I would think that you should be able to send at least commands to it.