This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:piholebbb [2021/01/21 00:08] – oemb1905 | computing:piholebbb [2021/02/28 23:13] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Getting the Beagle Bone Black to run pihole well. | ||
| - | | ||
| - | sudo rm -rf /opt/* | ||
| - | sudo apt update | ||
| - | sudo apt remove --purge nginx* nodejs | ||
| - | sudo apt autoremove | ||
| - | curl -sSL https:// | ||
| - | sudo nano / | ||
| - | USE_GENERATED_DNSMASQ=no | ||
| - | | ||
| - | sudo nano / | ||
| - | # | ||
| - | # | ||
| - | |||
| - | rm / | ||
| - | touch / | ||
| - | chown pihole: | ||
| - | | ||
| - | sudo nano /etc/hosts | ||
| - | 10.xx.xx.xx hostname.domain.com hostname | ||
| - | sudo reboot | ||
| - | | ||
| - | Navigate to the web interface and you should be good. I used some of the [[https:// | ||
| - | | ||
| - | --- // | ||