Created
April 13, 2016 06:46
-
-
Save yratof/970f6722b3279f8eb8c94223f89355ee to your computer and use it in GitHub Desktop.
Raspberry Pi - Setting up x11vnc
This file contains hidden or 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-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