Raspbian
Protokolldateien
sudo journalctl -b
Service
systemctl status networking
sudo systemctl restart homebridge; sudo journalctl -fau homebridge
User und Gruppen
id -u
id -g
sudo journalctl -b
systemctl status networking
sudo systemctl restart homebridge; sudo journalctl -fau homebridge
id -u
id -g
lsblk -o NAME,VENDOR,MODEL,LABEL,SIZE,STATE,FSTYPE,MOUNTPOINT,UUID
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
node -v
nodejs -v
npm -v
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt install nodejs -y