Skip to content

Instantly share code, notes, and snippets.

@yratof
Created April 13, 2016 06:46
Show Gist options
  • Save yratof/970f6722b3279f8eb8c94223f89355ee to your computer and use it in GitHub Desktop.
Save yratof/970f6722b3279f8eb8c94223f89355ee to your computer and use it in GitHub Desktop.
Raspberry Pi - Setting up x11vnc
sudo apt-get install x11vnc;
x11vnc -storepasswd;
cd .config && mkdir autostart && cd autostart && nano x11vnc.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=X11VNC
Comment=
Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer
StartupNotify=false
Terminal=false
Hidden=false
# Run this now to get in straight away
x11vnc -forever -usepw -display :0 -ultrafilexfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment