This is an old revision of the document!
Raspberry Pi
The Raspberry Pi is a remarkable piece of technology that enabled a whole slew of budget-friendly projects and allowed people to get extremely clever without having to break the bank.
Useful commands
Projects I have completed
Retro-Pie
Homebridge Server
PiVPN
ADSB-Receiver Project / DUMP1090
Pi-Star
Digital Signage
Components to consider
Linux Tips/Tricks
Public Key Authentication
https://www.ssh.com/ssh/keygen/
Main things for macOS/Linux:
Before you begin, on the home folder of each user you are going to remote into, run the following
- ssh-keygen -t rsa
- ssh-copy-id -i ~/.ssh/id.rsa.pub user@remoteserver
- above may not work depending on your setup. It will most backend work for you
- If the above does not work:
- scp ~/.ssh/id_rsa.pub user@remoteserver:~
- cat ~/id_rsa.pub ยป ~/.ssh/authorized_keys
Windows
https://devops.ionos.com/tutorials/use-ssh-keys-with-putty-on-windows