I had been a user of 1Password for at least 12 years, but now I'm breaking up with them and have switched to Apple Keychain instead. So far, I have no regrets. 1Password 7 was the last version where the program was a product that you could buy. 1Password 8 requires that you pay them monthly rental. I find this business model despicably extractive, and I won't have my passwords held hostage ...
A question that crops up regularly on #docker is “How do I attach a container directly to my local network?” One possible answer to that question is the macvlan network type, which lets you create “clones” of a physical interface on your host and use that to attach containers directly to your local network. For the most part it works great, but it does come with some minor caveats and limitations.
Moonlight allows you to play your PC games remotely on almost any device.
Setup Kobo Sync in Calibre-Web Calibre-Web This guide assumes you’ve already setup Calibre-Web on a server of your choice.
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.