Raspbian

Protokolldateien

sudo journalctl -b

Service

systemctl status networking sudo systemctl restart homebridge; sudo journalctl -fau homebridge

User und Gruppen

id -u

id -g

Unterabschnitte von Raspbian

Datenträger

Datenträger auflisten

lsblk -o NAME,VENDOR,MODEL,LABEL,SIZE,STATE,FSTYPE,MOUNTPOINT,UUID

Beispiele für dauerhaftes einhängen (/etc/fstab)

tmpfs /var/log tmpfs size=25M,noatime 0 0
UUID=e084f291-7471-44dd-bea1-16a9b712e6a8 /home/pi/data/pull-from ext4 auto,nofail,sync,users,rw 0 0
LABEL=restic-repo /home/pi/data/restic-repos ext4 auto,nofail,sync,users,rw 0 0
LABEL=restic-cache /home/pi/data/restic-cache ext4 auto,nofail,sync,users,rw 0 0
Quellen

Nodejs

node -v
nodejs -v
npm -v
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt install nodejs -y