notes
This is an old revision of the document!
Raspberry Pi Setup
This is where I keep notes to setup Raspberry Pis for various applications.
Initial configuration
Download PuTTY Connect the Pi to your network & find the IP address Open PuTTY and open an SSH connection to the Pi & login
To perform any 'Super User' commands (admin), type “sudo” before the command. It stands for Super User DO
To update the software
> sudo apt update > sudo apt upgrade
To change default password
> sudo passwd
Useful comands
> lsusb List USB devices > ps -ef List processes > vcgencmd measure_temp Check CPU temp
notes.1778782282.txt.gz · Last modified: by w5ged
