Sin descripción

dirkse d6766e921d latest env hace 8 años
alexa d6766e921d latest env hace 8 años
domoticz bcfea565fd some fixes hace 8 años
jupyter b213c7fe7f added matrix udp server hace 8 años
matrix d6766e921d latest env hace 8 años
netdata 865a8434a2 added netdata hace 9 años
nexus 0f65eb4ff6 added stuff hace 9 años
ngp 3ce79a7abb fixed lets encrypt hace 9 años
ngp_le 05e921f55c recovered from crash hace 8 años
piusv b767660ee2 cleanup pid hace 8 años
pypy 865a8434a2 added netdata hace 9 años
rsync e5ecce89da disabled graphit and fixed rsync hace 8 años
svn 0f65eb4ff6 added stuff hace 9 años
vaping d6766e921d latest env hace 8 años
autocli.yml 68566bed70 upped domoticz hace 8 años
home.bat c3aa1d3047 added lets encrypt hace 9 años
hosts.yml d6766e921d latest env hace 8 años
install.txt 05e921f55c recovered from crash hace 8 años
readme.md 1391d9dccd docs hace 8 años
services.yml d6766e921d latest env hace 8 años

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