Category: Uncategorized
-
Dell Precision 5560 ThrottleStop Guide: Stop Overheating Without Undervolting
Dell Precision 5560 hitting 100°C? Hardware fixes alone won’t cut it. Use ThrottleStop to disable turbo, adjust Speed Shift, and drop temps by 20°C — no undervolting required.
-
UI Testing at Light Speed: Automated Harnesses That Catch Bugs in Seconds
Stop clicking menus manually. An isolated test harness can verify your UI components in 2 seconds — catching naming bugs, path errors, and layout overlaps before they reach a user. Here’s the pattern, the code, and the 4 real bugs it caught on the first run.
-
How I Got Ripped Off Buying a Sea-Doo Speedster on Facebook Marketplace — And the Full Rebuild Story
The Purchase I found a 1999 Sea-Doo Speedster on Facebook Marketplace. Twin Rotax 787 engines, jet boat, looked like a fun family project. The seller assured me it had been tested on the water and was ready to go. That turned out to be a lie. The Original Ad – What Was Promised Here’s exactly…
-
How to Set Up Tailscale + Apache Guacamole on Oracle Cloud for Browser-Based Remote Desktop
Step-by-step guide to setting up browser-based remote desktop with Tailscale, Apache Guacamole, Nginx Proxy Manager, and Authentik on an Oracle Cloud free tier instance. Total cost: $15/year. No port forwarding, no VPN clients.
-
The missing episode from “The Middle” – “The Tape”
Frankie picks up a used Tony Robbins audiobook for 50 cents at the Frugal Hoosier. She mostly buys it because the cover says: “Change Your Life.” “At this point,” she says, “I’ll settle for changing Tuesday.” For the next week, Frankie listens to it on the drive to work. She starts making her bed. She…
-
Veeam Instant Recovery to Hyper-V: When the BCD Points to the Wrong Drive Letter
Restoring a physical server into a Hyper-V test VM sounds straightforward. Veeam Instant Recovery promises a running VM in minutes, not hours. For the most part, it delivers. Until the boot manager can’t find Windows. On July 7, 2026, I spun up a sandbox VM from a Veeam Agent backup of our production server. The…
-
Authentik Stuck on “Server Is Starting”: Missing Postgres Container and a Readiness Check Lesson
Environment: Authentik, Docker Compose, PostgreSQL, Nginx Proxy Manager, Oracle Cloud VM Why This Matters Identity systems can fail in a way that looks deceptively simple from the browser. In this case, Authentik did not show a dramatic application error. It showed the familiar startup message: That page is easy to misread as a short boot…
-
When Windows Network Diagnostics Removed a Hyper-V Switch Fabric
Automated network repair tools are useful on a normal desktop. On a Hyper-V host that runs the router for the site, they can be a lot more dangerous. On June 16, 2026, a TekOnline Hyper-V host lost almost all of its virtual networking after a Windows network diagnostics session. The pfSense VM was restored from…
-
SSMS “Cannot Open User Default Database” — Why Your App Works But SSMS Doesn’t
You fire up your .NET application, it connects to SQL Server without a hitch. Queries run, data flows, everything’s fine. Then you open SQL Server Management Studio to run a quick ad-hoc query — and you’re greeted with: Cannot open user default database. Login failed. Same server. Same machine. Same Windows login. The app works;…
-
Quick fix commands for killing a left over .net core process that is hogging the port.
1. Find what’s on the port 2. Kill it by PID (replace ##### with the PID from step 1) Or do it all in one line (find + kill):