Computer referencer
From Midtiby
(Difference between revisions)
Line 18: | Line 18: | ||
== Remote desktop == | == Remote desktop == | ||
* Tunnelling x11vnc via ssh: [http://www.karlrunge.com/x11vnc/#tunnelling] | * Tunnelling x11vnc via ssh: [http://www.karlrunge.com/x11vnc/#tunnelling] | ||
+ | In one terminal write | ||
+ | sitting-here> ssh -L 5900:localhost:5900 far-away.east 'x11vnc -localhost -display :0' | ||
+ | In another terminal write | ||
+ | sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0 |
Revision as of 07:25, 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 far-away.east 'x11vnc -localhost -display :0' In another terminal write sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0