3 386
contributi
Wtf (discussione | contributi) m (→Avvio diretto) |
Wtf (discussione | contributi) |
||
Riga 42: | Riga 42: | ||
Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc -passwd /tmp/tigervnc.VYhfS_/passwd miohost.small.lan:1 to connect to the VNC server. | Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc -passwd /tmp/tigervnc.VYhfS_/passwd miohost.small.lan:1 to connect to the VNC server. | ||
</pre> | </pre> | ||
Per visualizzare l'elenco dei server avviati dall'utente corrente: | |||
<pre>$ vncserver --list</pre> | |||
che stamperà a video qualcosa di simile a: | |||
<pre> | |||
TigerVNC server sessions: | |||
X DISPLAY # RFB PORT # RFB UNIX PATH PROCESS ID # SERVER | |||
1 5901 3281 Xtigervnc | |||
</pre> | |||
Per terminare un server è sufficiente digitare | |||
<pre>$ vncserver -kill :numero_display</pre> | |||
cioè ad esempio <code>$ vncserver -kill :1</code>. | |||
==== Avvio con <code>systemd</code> ==== | ==== Avvio con <code>systemd</code> ==== |
contributi