User Tools

Site Tools


raspberry_pi:configuration

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raspberry_pi:configuration [2025/02/06 06:58] jmbargalloraspberry_pi:configuration [2025/02/06 16:12] (current) 85.219.17.206
Line 54: Line 54:
     route -n     route -n
     cat /etc/resolv.conf     cat /etc/resolv.conf
-        +     
          
     #Secure off     #Secure off
Line 67: Line 67:
     #Version OS     #Version OS
     /cat/etc/osrelease     /cat/etc/osrelease
 +    lsb_release -a
          
     #Temperature     #Temperature
     vcgencmd measure_temp     vcgencmd measure_temp
 +    
 +    #switch to root
 +    sudo -su
 +    #install nmap
 +    apt install nmap
 +    #scan local network range to see who is up
 +    nmap -sP 192.168.0.1-254
 +    
 +===== Rapberry pi GPIO =====
 +  
 +GPIO RASPBERRY PI 3
 +  
 +{{ :raspberry_pi:pines-gpio.jpg?600 |}}
 +
 +GPIO RASPBERRY PI 4
 +
 +{{ :raspberry_pi:pinout-corrected-rpi4.jpg?600 |}}
 +
 +Case cluster Pinout
  
 +{{ :raspberry_pi:pioutcase.jpg?600 |}}
raspberry_pi/configuration.1738825097.txt.gz · Last modified: 2025/02/06 06:58 by jmbargallo