configs.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Install
  2. =======
  3. 1. Put raspbian on a SD card and boot the image
  4. 2. Login with pi / raspberry
  5. 3. Change root and pi passwords
  6. # sudo su
  7. # passwd
  8. # passwd pi
  9. 4. Enable WLan network
  10. add to /etc/wpa_supplicant/wpa_supplicant.conf
  11. network={
  12. ssid="Kleines Arschloch"
  13. psk="<the wlan password>"
  14. }
  15. Enable ssh via raspi-config
  16. Interfacing Options -> SSH
  17. Change hostname in /etc/hostname and /etc/hosts to
  18. hackerradio
  19. 5. Add prompt and ll command
  20. Add to ~/bashrc for root and pi
  21. alias ll='ls --color=always -alh'
  22. PS1="\u@\h:\w>"
  23. 6. Add essential commands
  24. apt-get install screen
  25. apt-get install lsof
  26. 7. Add mplayer
  27. apt-get install mplayer
  28. 8. Make logging write to tmpfs
  29. add to /etc/fstab
  30. tmpfs /var/log tmpfs size=1M,noatime 0 0
  31. 9. Disable bluetooth
  32. Add to /boot/config.txt
  33. dtoverlay=pi3-disable-bt
  34. Disable services
  35. sudo systemctl disable hciuart.service
  36. sudo systemctl disable bluealsa.service
  37. sudo systemctl disable bluetooth.service
  38. 10. Mount in Osel
  39. Create /mnt/media
  40. Add to /etc/fstab
  41. //10.0.0.4/media /mnt/media cifs vers=1.0,password= 0 0
  42. 11. Configure audio
  43. Force audio via jack via raspi-config
  44. Advanced Options -> Audio
  45. Increase audio level to max via alsamixer