Last active
December 20, 2019 22:22
-
-
Save mbwhite/71f2d07d5ab0f4387eca6d38463dc041 to your computer and use it in GitHub Desktop.
RPi Setup
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
| # https://www.npmjs.com/package/pigpio |
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
| 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