Tutorials/Access another computer's display/it: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 9: | Line 9: | ||
== | ==Prerequisiti== | ||
Avrai bisogno del programma '''x11vnc'''. Per esempio installa '''x11vnc''' su SUSE Linux, apri una [[Special:myLanguage/Konsole|Konsole]] e digita | |||
{{Input|1=yast -i x11vnc}} | {{Input|1=yast -i x11vnc}} | ||
Revision as of 12:41, 28 December 2010
Vuoi accedere ai programmi KDE che sono in esecuzione su un altro computer.
Le ragioni possono essere:
- qualcuno che sta utilizzando Linux richiede il tuo aiuto,
- vuoi insegnare ad un utente come lavorare con uno specifico programma,
- hai lavorato sul tuo computer desktop e vuoi continuare a farlo di fronte alla TV (stanno per iniziare i Simpson) con il tuo portatile.
Prerequisiti
Avrai bisogno del programma x11vnc. Per esempio installa x11vnc su SUSE Linux, apri una Konsole e digita
yast -i x11vnc
So let's assume you want to access a KDE desktop session of user on the computer user-desktop. Open a Konsole and do:
you@your-computer $ ssh user@user-desktop user@user-desktop $ export DISPLAY=:0 user@user-desktop $ x11vnc
The program x11vnc tells you where to connect. The line will read like
The VNC desktop is: user-desktop:0
Connect from your notebook:
you@your-computer $ vncviewer user-desktop:0
The "user-desktop" term may be the host name of the server machine if that name is configured in the "hosts" file on the client machine.