| 1234567891011121314151617181920 |
- 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
|