Skip to content

Instantly share code, notes, and snippets.

@GluTbl
Created December 1, 2021 11:56
Show Gist options
  • Save GluTbl/78e0a85079ca44f345e40247ac9b1823 to your computer and use it in GitHub Desktop.
Save GluTbl/78e0a85079ca44f345e40247ac9b1823 to your computer and use it in GitHub Desktop.
[Setting VNC Server on UBUNTU]
sudo apt update
sudo apt-get install tigervnc-scraping-server
mkdir -p ~/.vnc
vncpasswd
x0vncserver -passwordfile ~/.vnc/passwd -display :0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment