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 [2019/08/09 10:57] – [ssh] slackpi:buster [2021/04/10 23:09] (current) – [User] slack
Line 1: Line 1:
 ====== Raspbian Buster basics ====== ====== Raspbian Buster basics ======
  
-Flash using balenaEtcher on Ted.+Flash using balenaEtcher on Ted, or RPi have their own image writer now.
  
 Add blank file ''ssh'' to the boot partition to enable ssh server on first boot.  (Will be removed on boot.) Add blank file ''ssh'' to the boot partition to enable ssh server on first boot.  (Will be removed on boot.)
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 36: Line 39:
 Copy over authorized_keys from ''alan''. Copy over authorized_keys from ''alan''.
  
-  ssh-keygen -t rsa -b 4096 -C "dan.hetherington@gmail.com"+  ssh-keygen -t rsa -b 4096 -C slack-np@walter
  
 Copy id_rsa.pub into any ''authosized_keys'' as needed. Copy id_rsa.pub into any ''authosized_keys'' as needed.
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.1565348235.txt.gz · Last modified: 2019/11/07 17:58 (external edit)