Sin descripción

dirkse b767660ee2 cleanup pid hace 8 años
alexa 438f79a223 added piusv hace 8 años
domoticz 438f79a223 added piusv hace 8 años
jupyter 438f79a223 added piusv 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
autocli.yml b8a8de95df latest home stuff hace 8 años
home.bat c3aa1d3047 added lets encrypt hace 9 años
install.txt 05e921f55c recovered from crash hace 8 años
readme.md f34084478f added readme hace 8 años
services.yml 438f79a223 added piusv hace 8 años

readme.md

raspi-config

  • german-locale + german-keymap
  • activate sshd and i2c
  • apt install vim curl htop mc

manual stuff

  • configure wlan
  • 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