User Tools

Site Tools


notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
notes [2026/05/14 18:11] – created w5gednotes [2026/05/14 19:35] (current) w5ged
Line 1: Line 1:
 ====== Raspberry Pi Setup ====== ====== Raspberry Pi Setup ======
-This is where I keep notes to setup Raspberry Pis for various applications.+Since the Raspberry Pi v2 is fairly slow, this install does not include a desktop environment
  
 ==== Initial configuration ==== ==== Initial configuration ====
 Download [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | PuTTY]]  Download [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | PuTTY]] 
 +
 Connect the Pi to your network & find the IP address Connect the Pi to your network & find the IP address
 +
 Open PuTTY and open an SSH connection to the Pi & login Open PuTTY and open an SSH connection to the Pi & login
  
Line 10: Line 12:
 It stands for Super User DO It stands for Super User DO
  
-To update the software+Update the software
    > sudo apt update    > sudo apt update
    > sudo apt upgrade    > sudo apt upgrade
  
-To change default password+Change default password
    > sudo passwd    > sudo passwd
 +
 +Check installed version of Python
 +   > python3 --version
 +
 +http://IPADDRESS:10000
 +Login using the account: root
 +
  
 Useful comands Useful comands
notes.1778782282.txt.gz · Last modified: by w5ged