User Tools

Site Tools


pi:buster

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
pi:buster [2021/02/20 17:53] slackpi:buster [2021/04/10 23:09] (current) – [User] slack
Line 7: Line 7:
 Find on network with ''ping raspberrypi.local'', login with pi/raspberry, change password. Find on network with ''ping raspberrypi.local'', login with pi/raspberry, change password.
  
-Permanently enable ssh with raspi-config -> Interfacing Options -> SSH.+Permanently enable ssh with ''sudo raspi-config'' -> Interfacing Options -> SSH.
  
  
Line 13: Line 13:
  
   sudo adduser slack   sudo adduser slack
-  sudo adduser slack sudo +   
-  sudo adduser slack adm+  for g in sudo adm gpio pi dialout cdrom audio video plugdev games users input netdev lpadmin i2c spi; do 
 +    sudo adduser slack $g 
 +  done 
  
 ===== Apt ===== ===== Apt =====
Line 42: Line 45:
 ===== Static IP ===== ===== Static IP =====
  
-''Pi-hole'' arranges/messes with this, so if you're installing that maybe do that first?+''Pi-hole'' arranges/messes with this, so if you're installing that maybe set the IP address that way. 
 + 
 +To set the hostname, use ''hostnamectl set-hostname walter'', and then fix up ''/etc/hosts''.
pi/buster.1613843588.txt.gz · Last modified: 2021/02/20 17:53 by slack