🌱Pi-hole Notes and Links
Published by Scott Kingery on
Documentation
- Raspberry Pi software – Raspberry Pi
- How to Set a Static IP Address on Raspberry Pi | Tom's Hardware
- Overview of Pi-hole - Pi-hole documentation
- How do I configure my devices to use Pi-hole as their DNS server? - FAQs - Pi-hole Userspace 'Generally, there are three different methods that will enable devices on your network to be protected by Pi-hole.'
- Wrangling DNS on Your Network, Part 1: Pi-hole
nano /etc/dhcpcd.conf
interface wlan0
static_routers=192.168.1.1
static domain_name_servers=1.1.1.1
inform ip_address=192.168.1.225/24
How to Set the Date & Time on Raspberry Pi (Desktop & Lite) – RaspberryTips
sudo date -s '2024-03-08 07:54:00'
Blocklists
https://avoidthehack.com/best-pihole-blocklists#stockblocklists
https://big.oisd.nl
Check if a domain is in your list
pihole -q domain-name-here
To Update the OS
- First run
sudo apt update - Then run
sudo apt upgrade - If needed,
sudo apt upgrade --fix-missing - Then restart with
sudo shutdown -r now
Reboot raspberry pi
sudo shutdown -r now
Shutdown raspberry pi
sudo shutdown -h now
