Computer referencer
From Midtiby
(Difference between revisions)
(AOJQO9 I truly appreciate this article.Much thanks again. Awesome.) |
|||
(One intermediate revision 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. | ||
- | + | AOJQO9 I truly appreciate this article.Much thanks again. Awesome. | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
== Ubuntu == | == Ubuntu == | ||
Line 23: | Line 16: | ||
sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0 | 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 (- | + | 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 | In one terminal write | ||
sitting-here> ssh -C -L localhost:5900:localhost:5900 user@far-away.east 'x11vnc -localhost -display :0' | 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 |
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