Computer referencer
From Midtiby
(Difference between revisions)
Line 19: | Line 19: | ||
* Tunnelling x11vnc via ssh: [http://www.karlrunge.com/x11vnc/#tunnelling] | * Tunnelling x11vnc via ssh: [http://www.karlrunge.com/x11vnc/#tunnelling] | ||
In one terminal write | In one terminal write | ||
- | sitting-here> ssh -L 5900:localhost:5900 far-away.east 'x11vnc -localhost -display :0' | + | sitting-here> ssh -L 5900:localhost:5900 user@far-away.east 'x11vnc -localhost -display :0' |
+ | In another terminal write | ||
+ | sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0 | ||
+ | |||
+ | Prøv dette, i forhold til det første eksempel er der tilføjet datakomprimering (-L) over ssh linien, samt begrænset (5900:localhost:5900 -> localhost:5900:localhost:5900) hvem der kan connecte til ssh tunnelen på den lokale maskine. | ||
+ | In one terminal write | ||
+ | sitting-here> ssh -C -L localhost:5900:localhost:5900 user@far-away.east 'x11vnc -localhost -display :0' | ||
In another terminal write | In another terminal write | ||
sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0 | sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0 |
Revision as of 07:49, 17 April 2006
Hvor jeg har fået hjælp til forskellige computerrelaterede ting.
Contents |
MySQL
- Reference manual [1]
God til generel hjælp med håndtering af MySQL databasen.
- Client does not support authentication protocol [2]
Havde problemer med at logge ind på en MySQL 5 server med knoda, fik fejlen
Servermessage: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Ubuntu
- Windows to Ubuntu Transition Guide [3]
MediaWiki
- Opgradering af en Mediawiki server [4]
Remote desktop
- Tunnelling x11vnc via ssh: [5]
In one terminal write sitting-here> ssh -L 5900:localhost:5900 user@far-away.east 'x11vnc -localhost -display :0' In another terminal write sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0
Prøv dette, i forhold til det første eksempel er der tilføjet datakomprimering (-L) over ssh linien, samt begrænset (5900:localhost:5900 -> localhost:5900:localhost:5900) hvem der kan connecte til ssh tunnelen på den lokale maskine.
In one terminal write sitting-here> ssh -C -L localhost:5900:localhost:5900 user@far-away.east 'x11vnc -localhost -display :0' In another terminal write sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0