User Tools

Site Tools


computing:piholebbb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:piholebbb [2021/01/20 23:26] oemb1905computing: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  
  
-  sudo nano /etc/default/bb-wl18xx 
-  USE_GENERATED_DNSMASQ=no 
-   
-  sudo nano /etc/dnsmasq.d/SoftAp0 
-  #cache-size=2048 
-  #dhcp-leasefile=/var/run/dnsmasq.leases 
- 
-  rm /var/lib/misc/dnsmasq.leases 
-  touch /var/lib/misc/dnsmasq.leases 
-  chown pihole:pihole /var/lib/misc/dnsmasq.leases 
-   
-I used some of the [[https://frdmtoplay.com/running-pi-hole-on-the-beagle-bone-black/|Freedom to Play]] resources on this topic, but tweaked those that were out of date and/or did not apply to my use case. 
-   
- --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/01/20 16:20// 
computing/piholebbb.1611185219.txt.gz · Last modified: 2021/01/20 23:26 by oemb1905