User Tools

Site Tools


pi:bookworm

Differences

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

Link to this comparison view

Next revision
Previous revision
pi:bookworm [2023/07/13 21:41] – created slackpi:bookworm [2023/08/05 09:54] (current) – [Config] slack
Line 5: Line 5:
 ===== Find the pi on the network ===== ===== Find the pi on the network =====
  
-''nmap -sP 10.0.0.0/24'' is fairly reliable.+''nmap -sP 10.0.0.0/24'' is fairly reliable if something goes wrong with setting the IP.
  
  
Line 14: Line 14:
 Set up a root user that can be logged in to, starting with ''sudo su'' then ''passwd''. Set up a root user that can be logged in to, starting with ''sudo su'' then ''passwd''.
  
-===== Static IP ===== 
  
-''Pi-hole'' arranges/messes with this, so if you're installing that maybe set the IP address that way. 
- 
-If not, then change ''/etc/dhcpcd.conf'': 
- 
-  # Example static IP configuration: 
-  interface eth0 
-  static ip_address=10.0.0.7/24 
-  #static ip6_address=fd51:42f8:caae:d92e::ff/64 
-  static routers=10.0.0.2 
-  static domain_name_servers=8.8.8.8 8.8.4.4 
- 
-[Shouldn't be necessary:] To set the hostname, use ''hostnamectl set-hostname walter'', 
- 
-Fix up ''/etc/hosts''. 
- 
-I guess, like, reboot to bring that up? 
 ===== Apt ===== ===== Apt =====
  
Line 44: Line 27:
 ===== Config ===== ===== Config =====
  
-  ln -s /sys/bus/w1/devices /home/slack/w1+  ln -s /sys/bus/w1/devices /home/slack/w1
  
-As [[:buster:basics|buster]].+Follow [[:bookworm:basics|bookworm]] for config and oh my zsh.
  
 ===== ssh ===== ===== ssh =====
Line 57: Line 40:
  
  
 +===== Porridge =====
 +
 +[[https://github.com/repent/porridge#dependencies|Install guide]] (you need to be logged in to Github).
pi/bookworm.1689284477.txt.gz · Last modified: 2023/07/13 21:41 by slack