====== Install VNC et noVNC sur ubuntuzzz ====== sur le serveur en etant dans le repertoire utilisateur en tant qu'utilisateur sudo apt-get install x11vnc netstat novnc cd mkdir -p ~/bin/ echo " #!/bin/bash sleep 5 x11vnc -rfbauth .vnc/passwd -forever -display :0 & sleep 5 cd /usr/share/novnc ./utils/launch.sh --vnc localhost:5900 exit 0 " > ~/bin/novnc.sh echo " [Desktop Entry] Encoding=UTF-8 Type=Application Name=X1VNC Comment= Exec=~/bin/novnc.sh StartupNotify=false Terminal=false Hidden=false " > ~/.config/Autostart/X11VNC.desktop # choisir le mot de passe vncpasswd Faire le routage de 5900, relancer la session sur le client installer vinagre (gnome) ou xtightvncviewer