Created
December 1, 2021 11:56
-
-
Save GluTbl/78e0a85079ca44f345e40247ac9b1823 to your computer and use it in GitHub Desktop.
[Setting VNC Server on UBUNTU]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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