Tuto Installer VNC sur une Instance Google Cloud
  • il y a 4 ans
Tuto Installation de VNC avec une interface graphique tres peu demandeuse en ressource sur une instance Google Cloud Ubuntu 20.04

code :
sudo apt-get update
sudo apt-get upgrade

sudo apt-get install xorg lxde-core tightvncserver nano

tightvncserver :1

tightvncserver -kill :1

nano ~/.vnc/xstartup
lxterminal &
/usr/bin/lxsession -s LXDE &

sudo reboot

vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565