Sen descrición

cc 77d89f8742 latest home %!s(int64=4) %!d(string=hai) anos
alexa d6766e921d latest env %!s(int64=8) %!d(string=hai) anos
diploma dd6ec73d57 added lws from thesis %!s(int64=8) %!d(string=hai) anos
domoticz bcfea565fd some fixes %!s(int64=8) %!d(string=hai) anos
jlab 8075160e7c addedjlab %!s(int64=4) %!d(string=hai) anos
jupyter b213c7fe7f added matrix udp server %!s(int64=8) %!d(string=hai) anos
matrix 8075160e7c addedjlab %!s(int64=4) %!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 77d89f8742 latest home %!s(int64=4) %!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
vaping 8075160e7c addedjlab %!s(int64=4) %!d(string=hai) anos
autocli.yml 8075160e7c addedjlab %!s(int64=4) %!d(string=hai) anos
home.bat 8075160e7c addedjlab %!s(int64=4) %!d(string=hai) anos
hosts.yml 8075160e7c addedjlab %!s(int64=4) %!d(string=hai) anos
install.txt 05e921f55c recovered from crash %!s(int64=8) %!d(string=hai) anos
readme.md 1391d9dccd docs %!s(int64=8) %!d(string=hai) anos
services.yml 8075160e7c addedjlab %!s(int64=4) %!d(string=hai) anos

readme.md

raspi-config

  • default login: pi/raspberry
  • via "sudo raspi-config"
    • german-locale + german-keymap
    • activate sshd (and i2c for pi-usv)
    • reboot (for keyboard)
    • may disable sound (for stuff that uses gpio like matrix) (/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

docker

Himbeere only

  • 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