Skip to content

TerraceBoys/TerracePi

Repository files navigation

TerracePi

Setting up the Pi

Setting up Wifi (Not needed with new Pis): https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

Install VNC & Start on Boot (Not needed with Noobs 2.4+): https://www.raspberrypi.org/documentation/remote-access/vnc/

  • Edit rc.local sudo nano /etc/rc.local
  • Add sudo /etc/init.d/vncboot start

Start Script on Boot & Nightly @ 3am:

  • crontab -e
  • Add 0 3 * * * /home/pi/Desktop/TerracePi/refresh.sh &
  • Add @reboot /home/pi/Desktop/TerracePi/refresh.sh &

Configuring Environment

About

Repository for raspberry pi fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •