Skip to content

Instantly share code, notes, and snippets.

@mbwhite
Last active December 20, 2019 22:22
Show Gist options
  • Save mbwhite/71f2d07d5ab0f4387eca6d38463dc041 to your computer and use it in GitHub Desktop.
Save mbwhite/71f2d07d5ab0f4387eca6d38463dc041 to your computer and use it in GitHub Desktop.
RPi Setup
# https://www.npmjs.com/package/pigpio
https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/
rsync -azvh ~/github.com $BACKUP/
https://www.raspberrypi.org/documentation/remote-access/ssh/README.md
https://www.raspberrypi.org/documentation/configuration/raspi-config.md
Change pwd
Resize disk
sudo shutdown --reboot now
# https://www.digitalocean.com/community/tutorials/how-to-use-ssh-to-connect-to-a-remote-server-in-ubuntu
ssh-copy-id <ip>
# https://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/#install-node
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y gcc g++ make nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment