Sen descrición

dirkse d4abc6b564 added rgb matrix support %!s(int64=8) %!d(string=hai) anos
alexa 438f79a223 added piusv %!s(int64=8) %!d(string=hai) anos
domoticz 68566bed70 upped domoticz %!s(int64=8) %!d(string=hai) anos
jupyter 438f79a223 added piusv %!s(int64=8) %!d(string=hai) anos
matrix d4abc6b564 added rgb matrix support %!s(int64=8) %!d(string=hai) anos
netdata 865a8434a2 added netdata %!s(int64=9) %!d(string=hai) anos
nexus 0f65eb4ff6 added stuff %!s(int64=9) %!d(string=hai) anos
ngp 3ce79a7abb fixed lets encrypt %!s(int64=9) %!d(string=hai) anos
ngp_le 05e921f55c recovered from crash %!s(int64=8) %!d(string=hai) anos
piusv b767660ee2 cleanup pid %!s(int64=8) %!d(string=hai) anos
pypy 865a8434a2 added netdata %!s(int64=9) %!d(string=hai) anos
rsync e5ecce89da disabled graphit and fixed rsync %!s(int64=8) %!d(string=hai) anos
svn 0f65eb4ff6 added stuff %!s(int64=9) %!d(string=hai) anos
autocli.yml 68566bed70 upped domoticz %!s(int64=8) %!d(string=hai) anos
home.bat c3aa1d3047 added lets encrypt %!s(int64=9) %!d(string=hai) anos
hosts.yml d4abc6b564 added rgb matrix support %!s(int64=8) %!d(string=hai) anos
install.txt 05e921f55c recovered from crash %!s(int64=8) %!d(string=hai) anos
readme.md d4abc6b564 added rgb matrix support %!s(int64=8) %!d(string=hai) anos
services.yml d4abc6b564 added rgb matrix support %!s(int64=8) %!d(string=hai) anos

readme.md

raspi-config

  • via "sudo raspi-config"
    • german-locale + german-keymap
    • activate sshd (and i2c for pi-usv)
    • reboot (for keyboard)
    • may disable sound (/boot/config.txt, dtparam=audio=off)
  • apt install -y vim curl htop mc tmux git

manual stuff

  • configure wlan

    • sudo iwlist wlan0 scan | grep FR36
    • sudo nano /etc/wpa_supplicant/wpa_supplicant.conf network={ ssid="FR36" psk="testingPassword" }
    • sudo wpa_cli reconfigure
    • we should get a IP now: ifconfig wlan0
  • configure disks

    • mkdir /mnt/ssdext
    • fstab: /dev/sda1 /mnt/ssdext ext4 rw,defaults 0 0
    • mkdir /mnt/hddex
    • test: mount -t cifs -o username='ftpuser',password='#*ftpuser.00',uid=1000,gid=1000,sec=ntlm //192.168.178.1/FRITZ.NAS/TOSHIBA-MK5065GSXF-01 /mnt/hddext
    • fstab:
      • printf "username=ftpuser\npassword=#*ftpuser.00\n" > /home/pi/.smbcredentials
      • //192.168.178.1/FRITZ.NAS/TOSHIBA-MK5065GSXF-01 /mnt/hddext cifs credentials=/home/pi/.smbcredentials,uid=1000,gid=1000,sec=ntlm 0 0

docker