Skip to content

Instantly share code, notes, and snippets.

View flixtor's full-sized avatar

Zork flixtor

  • Denmark
  • 23:28 (UTC +02:00)
View GitHub Profile
@flixtor
flixtor / installtigervnc.sh
Created October 9, 2022 11:26
EndeavourOS & Arch linux VNC server setup
# This install needed tigervnc
sudo pacman -S tigervnc
# Password must be 6 char at minimum
vncpasswd
# Look in the vncserver.userfile on how to add new user, pretty simple.
sudo nano /etc/tigervnc/vncserver.users
# If 'sudo cat' is not working, just write 'sudo nano' instead and copy/paste the rest into the file.