![]() |
2007-12-04
, 02:47
|
Posts: 11 |
Thanked: 0 times |
Joined on Nov 2007
|
#1
|
![]() |
2007-12-04
, 04:37
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2007
|
#2
|
![]() |
2007-12-04
, 10:32
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#3
|
![]() |
2007-12-04
, 13:07
|
Posts: 122 |
Thanked: 12 times |
Joined on Feb 2007
@ Helsinki, Finland
|
#4
|
IMPORTANT
This initial release for the Nokia Internet Tablets provides no security whatsoever! Password files and other means of protection are implemented in x11vnc, it's just that I've not provided a means of using them.
![]() |
2007-12-04
, 23:21
|
Posts: 11 |
Thanked: 0 times |
Joined on Nov 2007
|
#5
|
![]() |
2007-12-04
, 23:26
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#6
|
![]() |
2007-12-05
, 00:11
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#7
|
exec /usr/bin/x11vnc ...
exec /usr/bin/x11vnc -localhost ...
ssh -L localhost:5901:127.0.01:5900 user@n800s.fqdn
vncviewer 127.0.0.1:5901
@!/bin/sh ssh -f -L localhost:5901:127.0.01:5900 user@n800s.fqdn sleep 10 exec vncviewer 127.0.0.1:5901
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-04-06
, 23:22
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#8
|
![]() |
2008-04-07
, 01:18
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#9
|
I'm trying to get VNC up and running through an SSH tunnel. I want to implement the directions given by Benson, but I can't seem to find x11vnc in the directory. I used sudo gainroot to become root, and there looked in usr/bin. But I didn't find x11vnc. I installed it, it's listed in my app manager, and I can run it from xterm. So it must be on the tablet somewhere.
Is there somewhere else it might be? Is there a way to determine it's location?
![]() |
2008-04-07
, 03:13
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#10
|