This works very well:
Easily Remove All Video Drivers with DDU Uninstaller
article #1181, updated 2551 days ago

Download Windows Install Media from Microsoft
article #1180, updated 2552 days ago
No keys of course, but ISO media indeed, and very helpful for DISM and other fixes:
https://support.microsoft.com/en-us/help/15088/windows-create-installation-media

Create a Private IPv6 Subnet
article #1179, updated 2558 days ago
This site creates a new one for you by random generation, as is the recommended standard:

Wifi Analyzer for Linux
article #1178, updated 2562 days ago
Try LinSSID. Graphical, 2.4GHz and 5GHz, and works very nicely. It is in many distro default repositories.

SSD in Windows? Turn off Superfetch
article #1176, updated 2565 days ago
Recently acquired advice. Better speed, less wear on the drive. It is a Windows service by that name.

Run Linux on Windows 10
article #1175, updated 2567 days ago
From the extraordinary Mike Hunsinger:
Today I learned something fascinating. You can run linux as a Windows Subsystem w/o using a vm or dual-boot. All you have to do is run PS as admin, execute this:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
reboot when prompted and then you can use the windows store to install just about any Linux distro you want.
This article describes folks running Linux GUI apps talking to Windows-native X Windows. Ponderworthy hasn’t tested this yet, but the following X server looks like a very worthy candidate:

DNSBL Sources
article #1174, updated 2568 days ago
A number of Internet tools use DNSBLs (DNS blacklists) and retrieve them by HTTP/HTTPS. Here are a number of good resources for this.
www.reddit.com/r/PFSENSE/comments/7s3ug9/pfblockerng_recommended_lists/
forum.it-monkey.net/index.php?topic=17.0
supratim-sanyal.blogspot.com/2017/04/pfsense-pfblockerng-ultimate-list-of-ip.html

When Internet Explorer crashes and nothing else works
article #1172, updated 2573 days ago
Get the portable version here:
http://www.tweaking.com/content/page/windows_repair_all_in_one.html
- Unpack it
- Run Repair_Windows.exe as administrator
- Click “Jump to Repairs”
- Click “Open Repairs”
- Uncheck all of the fixes except “Repair Internet Explorer”
- Do it, and reboot.
Works very nicely.

Anyone catch Facebook's IPv6?
article #1171, updated 2577 days ago
A little amusement for the IPically inclined:
[jeb@jeb-pc ~]$ nslookup > www.facebook.com Server: 192.168.2.1 Address: 192.168.2.1#53 Non-authoritative answer: www.facebook.com canonical name = star-mini.c10r.facebook.com. Name: star-mini.c10r.facebook.com Address: 157.240.19.35 Name: star-mini.c10r.facebook.com Address: 2a03:2880:f134:83:face:b00c:0:25de >

Improve Internet and wireless speed tremendously
article #1170, updated 2577 days ago
with the right router/firewall. I’ve had at least three different Netgears at home over years, all mid- or mid-high range in their consumer range at purchase. Every time, I tested using OEM up-to-date firmware, and tested with DD-WRT, many tweaks on both. DD-WRT gave a little improvement. On a little divine inspiration, I just did this:
- Took a ten-year-old quad-core Vista box with three gigs of RAM
- Put in a $40 quad Intel server NIC I bought from Amazon.com
- Installed pfSense and set it up in very default fashion, exceptions being use of 192.168.2.0/24 as LAN subnet, 192.168.2.1 as LAN IP. Not using the motherboard NIC, just two on the Intel card so far.
- Set my current DD-WRTed Netgear to do DHCP forwarding instead of serving, set it static to 192.168.2.2, left it otherwise alone
- Connected one LAN port of the Netgear to the LAN port I set up in pfSense
- Disconnected the WAN port of the Netgear, plugged Internet directly into the WAN port in pfSense
Suddenly WWW and Roku respond much faster, much less latency and jitter and other delay, and most unexpectedly, Internet download speed is much, much faster, even though the wifi is still running through the Netgear. And after a bit of performance tweaking, pings are lower, from 28ms down to 22 wired and 24 wireless.
Haven’t tried Squid proxying yet, or IPv6, but will be!