User Tools

Site Tools


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

Update the software

 > sudo apt update
 > sudo apt upgrade

Change default password

 > sudo passwd

Check installed version of Python

 > python3 --version

Useful comands

 > lsusb                                                      List USB devices
 > ps -ef                                                     List processes
 > vcgencmd measure_temp                                      Check CPU temp
notes.1778785764.txt.gz · Last modified: by w5ged