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