Posts Tagged projects

pi-hole

I used to say “shut your pie hole” – how fitting is it that how pi-hole can do the same to advertisers.

  1. get a raspberry pi
  2. get raspbianĀ https://www.raspberrypi.org/downloads/
  3. make the image on the card https://www.raspberrypi.org/documentation/installation/installing-images/README.md
  4. boot the pi
  5. assign a static ip
  6. https://pi-hole.net/ will provide you 1 line of code

    curl -L install.pi-hole.net | bash

  7. sudo apt-get update
  8. sudo apt-get upgrade
  9. set dns or dhcp server to point to the pi
  10. test

, , , ,

No Comments