Skip to content

Instantly share code, notes, and snippets.

@delfer
Created April 22, 2018 16:45
Show Gist options
  • Select an option

  • Save delfer/630b53dd9ca7544344c9a105eeb0deb4 to your computer and use it in GitHub Desktop.

Select an option

Save delfer/630b53dd9ca7544344c9a105eeb0deb4 to your computer and use it in GitHub Desktop.
DigitalOcean Fedora 27 vnc server
dnf -y install @lxqt
dnf -y install tigervnc-server
firewall-cmd --add-service=vnc-server --permanent
firewall-cmd --reload
vncpasswd
vncserver :1 -geometry 1367x768 -depth 16
vncserver -kill :1
vi ~/.vnc/xstartup
#exec startlxqt
vncserver :1 -geometry 1367x768 -depth 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment