Last active
June 4, 2016 19:05
-
-
Save pmbaumgartner/ce6095f76a0f661be67d25374620c469 to your computer and use it in GitHub Desktop.
acquiring tightvnc server
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 aptitude update | |
sudo aptitude upgrade | |
sudo apt-get install tightvncserver | |
sudo su | |
wget https://gist.githubusercontent.com/pmbaumgartner/b897116f50cc9f73430f636523021d48/raw/52113a87979e7b012c4d79e9e1afda068de455b5/vncboot -O /etc/init.d/vncboot | |
chmod 755 /etc/init.d/vncboot | |
update-rc.d -f lightdm remove | |
update-rc.d vncboot defaults | |
wget https://gist.githubusercontent.com/pmbaumgartner/44e14d047ea4d4dc1ab569242d515322/raw/3923ba8b9464d739b1354890fbfa3ea3445db543/xstartup -O /home/pi/.vnc/xstartup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment