Skip to content

Instantly share code, notes, and snippets.

@LiberQuack
Created November 6, 2016 18:42
Show Gist options
  • Save LiberQuack/a93e0d590bb34828c44f37079f9717ba to your computer and use it in GitHub Desktop.
Save LiberQuack/a93e0d590bb34828c44f37079f9717ba to your computer and use it in GitHub Desktop.
apt-get install -y tightvncserver
export USER=`whoami`
vncserver $DISPLAY -geometry 1024x768 -depth 24
tightvncserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment