Raspberry Pi Setup

Since the Raspberry Pi v2 is fairly slow, this install does not include a desktop environment.

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

http://IPADDRESS:10000 Login using the account: root

Useful comands

 > lsusb                                                      List USB devices
 > ps -ef                                                     List processes
 > vcgencmd measure_temp                                      Check CPU temp