User Tools

Site Tools


raspberry_pi:configuration

Differences

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

Link to this comparison view

Next revision
Previous revision
raspberry_pi:configuration [2025/02/05 14:40] – created 195.53.121.100raspberry_pi:configuration [2025/02/06 16:12] (current) 85.219.17.206
Line 16: Line 16:
    #static domain_name_servers=[DNS IP]    #static domain_name_servers=[DNS IP]
    #static ip_address=[STATIC IP ADDRESS YOU WANT]/24    #static ip_address=[STATIC IP ADDRESS YOU WANT]/24
 +
 +==== RPI4 ====
 + 
 +
 +
 +Open Network Manager UI with:
 +<code>
 +sudo nmtui
 +</code>
 +  * Choose “Edit connection”
 +  * Pick the connection you want to set to static, and select “Edit…” on the right.
 +  * Use the arrows on your keyboard to select the connection and the action button.
 +
 +
 +
 +
  
  
Line 35: Line 51:
 ===== Useful commands ===== ===== Useful commands =====
  
-  +    #Gateway DNS 
 +    route -n 
 +    cat /etc/resolv.conf 
 +      
 +    
     #Secure off     #Secure off
     sudo shutdown -h now     sudo shutdown -h now
Line 47: 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.1738766402.txt.gz · Last modified: 2025/02/05 14:40 by 195.53.121.100