See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
- Embedded Web Server – Pi-hole no longer relies on
lighttpd.
See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
lighttpd.FYI (July 24, 2025): I've been away since July 11, dealing with an emergency move. I'll be back working on all the amazing comments y'all have been putting down, most possibly by the first weekend of August. I appreciate all the contributions everybody has been making and all the time everybody has put to make all of our lives better.
Last Updated On: July 10, 2025
Last Updated Platform: Peacock
If you use Cloudflare's DNS (1.1.1.1), then the popular web archive archive.today (and the related sites archive.ph, archive.is, archive.li, archive.vn, archive.md, and archive.fo) will either fail to resolve, or show an infinite CAPTCHA loop. If it does resolve when you're on Cloudflare's DNS, you may have the domain locally cached.
Fix this problem by:
dnsmasq on your local DNS server to use an alternate DNS server for archive.today (see comment from @joshenders below), orthe original script to close the popup window
https://gist.github.com/egel/b7beba6f962110596660
lots of ctypes stuff referenced here
https://github.com/asweigart/pyautogui/blob/master/pyautogui/_window_win.py
alternative to DestroyWindow method that works
https://stackoverflow.com/questions/38449979/
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
Sometimes you need to keep two upstreams in sync with eachother. For example, you might need to both push to your testing environment and your GitHub repo at the same time. In order to do this simultaneously in one git command, here's a little trick to add multiple push URLs to a single remote.
Once you have a remote set up for one of your upstreams, run these commands with:
git remote set-url --add --push [remote] [original repo URL]
git remote set-url --add --push [remote] [second repo URL]
Once set up, git remote -v should show two (push) URLs and one (fetch) URL. Something like this:
| /* | |
| This is assuming you don't delete text messages. This only counts the amount of text messages you have not deleted. | |
| This may take 5 minutes or so, depending on your computer speed and how many text messages you have. | |
| Instructions: | |
| Visit: https://www.google.com/voice/b/0#sms/ and wait for the page to fully load. | |
| Paste this into your Javavscript console, wait it stops and look at the last count. |