Last active
June 27, 2016 22:54
-
-
Save KalenWessel/3d6c52431df7d4cd6e51ad1da7d1b58b to your computer and use it in GitHub Desktop.
This file contains 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 update | |
sudo apt-get dist-update | |
sudo apt-get install x11vnc | |
sudo apt-get install wpagui | |
# Change pi user's password | |
passwd | |
# Configure x11vnc | |
x11vnc -storepasswd | |
touch ~/.xsessionrc | |
vim ~/.xsessionrc | |
# Add the following line: | |
x11vnc -display :0 -forever -shared -o /home/pi/x11vnc.log -bg -rfbauth /home/pi/.vnc/passwd | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment