Pihole aufsetzen - How To: Unterschied zwischen den Versionen
Aus Wiki_2020
Wezi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Wezi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
* sudo apt-get upgrade | * sudo apt-get upgrade | ||
* sudo apt-get dist-upgrade | * sudo apt-get dist-upgrade | ||
* install git: | * '''install git: ''' | ||
sudo apt-get install git | sudo apt-get install git | ||
* install Pihole : | * '''install Pihole :''' | ||
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole | git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole | ||
cd "Pi-hole/automated install/" | cd "Pi-hole/automated install/" | ||
sudo bash basic-install.sh | sudo bash basic-install.sh | ||
* set password: | * '''set password:''' | ||
pihole -a -p | pihole -a -p | ||
* change | * '''change existing Pihole''' | ||
pihole -r | pihole -r | ||
*eigene Blockpage | |||
https://www.reddit.com/r/pihole/comments/a9v7jj/how_to_install_a_custom_block_page_for_websites/ |
Version vom 3. August 2019, 16:35 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/