TechLifeWeb

🌱Pi-hole Notes and Links


Published by 
Scott Kingery
 on 

Documentation

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

🌻Garden Home