useful github page https://help.github.com/categories/repositories/
My Pi scripts for setup and software updates, since I routinely will update my Pi's and start fresh from time to time.
Updates: Add to bash script
sudo apt-get update -y
sudo apt-get dist-upgrade -y
sudo apt-get upgrade -y
sudo apt-get autoclean
sudo apt-get autoremove
Disable Wifi
/etc/modprobe.d/raspi-blacklist.conf
blacklist brcmfmac
blacklist brcmutil
Remote desktop setup:
Some errors with xrdp and openssh. This works
sudo apt-get install tightvncserver
sudo apt-get install xrdp
Disable HDMI for headless(save mA and CPU):
/usr/bin/tvservice -o (-p to re-enable).
Add the line to /etc/rc.local to disable HDMI on boot.