A recent change to the underlying Debian OS means that Raspberry Pi OS now requires the use of Python virtual environments in order to install software via the pip package manager. We show you how to install Python modules without breaking your shiny new OS.
Learning how to build a Wi-Fi controlled boat with using Wukong2040 and Raspberry Pi Pico W. Find this and other hardware projects on Hackster.io.
To force piHole to push a defined IP address as DNS server to DHCP clients:
Edit /etc/dnsmasq.d/02-pihole-dhcp.conf
file:
#> sudo nano /etc/dnsmasq.d/02-pihole-dhcp.conf
Add the IP address to be push as DNS server:
dhcp-option=6,<Pi-holeIP>,<SecondaryDNSServerIP>
Save file modification.
Restart pihole-FTL server:
sudo service pihole-FTL restart
⚠️ You would have to release/renew DHCP lease on each host after that to pull the new settings.
⚠️ Change is not persistant over time as this file can be overwritten by piHole.
In this blog post you will learn how to create a Teams status indicator light using a raspberry pi and the MS Graph API.
Busy light DIY build based on RaspberryPi Zero W