User Tools

Site Tools


pi:buster

This is an old revision of the document!


Raspbian Buster basics

Flash using balenaEtcher on Ted.

Add blank file ssh to the boot partition to enable ssh server on first boot. (Will be removed on boot.)

Find on network with ping raspberrypi.local, login with pi/raspberry, change password.

Permanently enable ssh with raspi-config → Interfacing Options → SSH.

User

sudo adduser slack
sudo adduser slack sudo
sudo adduser slack adm

Apt

Raspbian contains more packages than Debian net install it seems.

[Starting from the “full” desktop install but pitched at headless]

apt-get install screen zsh

gem install pry awesome_print

Config

  ln -s /sys/bus/w1/devices /home/slack/w1

As buster.

ssh

Copy over authorized_keys from alan.

ssh-keygen -t rsa -b 4096 -C "dan.hetherington@gmail.com"

Copy id_rsa.pub into any authosized_keys as needed.

Static IP

Pi-hole arranges/messes with this, so if you're installing that maybe do that first?

pi/buster.1565348235.txt.gz · Last modified: 2019/11/07 17:58 (external edit)