Computer referencer

From Midtiby

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