Pihole aufsetzen - How To: Unterschied zwischen den Versionen

Aus Wiki_2020
Wezi (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Wezi (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 24: Zeile 24:
*eigene Blockpage
*eigene Blockpage
https://www.reddit.com/r/pihole/comments/a9v7jj/how_to_install_a_custom_block_page_for_websites/
https://www.reddit.com/r/pihole/comments/a9v7jj/how_to_install_a_custom_block_page_for_websites/
https://github.com/roenw/pipass

Version vom 10. August 2019, 15:44 Uhr

  • raspianimage [1] download
  • mit [2] etcher flashen
  • in boot partition leere ssh Datei erstellen (bewirkt erreichbarkeit über ssh)
  • booten
  • user: pi pwd: raspberry
  • pword ändern : passwd
  • sudo raspi-config Hostname,Keyboard,Timezone etc.
  • df -h
  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get dist-upgrade
  • install git:
 sudo apt-get install git
  • install Pihole :
 git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
 cd "Pi-hole/automated install/"
 sudo bash basic-install.sh
  • set password:
pihole -a -p 
  • change existing Pihole
pihole -r
  • eigene Blockpage

https://www.reddit.com/r/pihole/comments/a9v7jj/how_to_install_a_custom_block_page_for_websites/ https://github.com/roenw/pipass