Computer referencer

From Midtiby

(Difference between revisions)
(AOJQO9 I truly appreciate this article.Much thanks again. Awesome.)
 
(5 intermediate revisions not shown)
Line 1: Line 1:
Hvor jeg har fået hjælp til forskellige computerrelaterede ting.
Hvor jeg har fået hjælp til forskellige computerrelaterede ting.
-
== MySQL ==
+
AOJQO9 I truly appreciate this article.Much thanks again. Awesome.
-
* Reference manual [http://dev.mysql.com/doc/refman/5.0/en/]
+
-
God til generel hjælp med håndtering af MySQL databasen.
+
-
 
+
-
* Client does not support authentication protocol [http://dev.mysql.com/doc/refman/5.0/en/old-client.html]
+
-
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 ==
== Ubuntu ==
* Windows to Ubuntu Transition Guide [http://www.pcmech.com/show/os/917/1/]
* Windows to Ubuntu Transition Guide [http://www.pcmech.com/show/os/917/1/]
 +
 +
== MediaWiki ==
 +
* Opgradering af en Mediawiki server [http://www.mediawiki.org/wiki/Help:Upgrading_MediaWiki]
 +
 +
== Remote desktop ==
 +
* Tunnelling x11vnc via ssh: [http://www.karlrunge.com/x11vnc/#tunnelling]
 +
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 (-C) 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

Current revision as of 03:25, 9 March 2012

Hvor jeg har fået hjælp til forskellige computerrelaterede ting.

AOJQO9 I truly appreciate this article.Much thanks again. Awesome.

[edit] Ubuntu

  • Windows to Ubuntu Transition Guide [1]

[edit] MediaWiki

  • Opgradering af en Mediawiki server [2]

[edit] Remote desktop

  • Tunnelling x11vnc via ssh: [3]
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 (-C) 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
Personal tools