Install ======= 1. Put raspbian on a SD card and boot the image 2. Login with pi / raspberry 3. Change root and pi passwords # sudo su # passwd # passwd pi 4. Enable WLan network add to /etc/wpa_supplicant/wpa_supplicant.conf network={ ssid="Kleines Arschloch" psk="" } Enable ssh via raspi-config Interfacing Options -> SSH Change hostname in /etc/hostname and /etc/hosts to hackerradio 5. Add prompt and ll command Add to ~/bashrc for root and pi alias ll='ls --color=always -alh' PS1="\u@\h:\w>" 6. Add essential commands apt-get install screen apt-get install lsof 7. Add mplayer apt-get install mplayer 8. Make logging write to tmpfs add to /etc/fstab tmpfs /var/log tmpfs size=1M,noatime 0 0 9. Disable bluetooth Add to /boot/config.txt dtoverlay=pi3-disable-bt Disable services sudo systemctl disable hciuart.service sudo systemctl disable bluealsa.service sudo systemctl disable bluetooth.service 10. Mount in Osel Create /mnt/media Add to /etc/fstab //10.0.0.4/media /mnt/media cifs vers=1.0,password= 0 0 11. Configure audio Force audio via jack via raspi-config Advanced Options -> Audio Increase audio level to max via alsamixer