Upgrading to PostgreSQL 10 on Centos 7
Fixing 404 Errors on WordPress with Let’s Encrypt
Fix: Office Updates and Malwarebytes
Enabling HDR for XBox One with Samsung 4K TV
Create 1 Frame Animations in Unity 3D
Installing Network Policy Server from PowerShell
Recently I encountered a strange error where I couldn't install Network Policy Server from the Server Manager.
Rather than fight with Server Manager, I punted and installed it via PowerShell. The installation that way worked without an problem.
Run PowerShell as Administrator
Fix: Unable to Auto-Update WordPress 7.1-7.2
{{unknown}}
Fix: Windows Media Center Can’t Update
If you're still using Window Media Center to power your OTA cable cutting hotness: go you! We are a dwindling number :p
I recently had a problem where I kept being alerted that the guide data only had 3 days left. Allowing it to download the data did not seem to fix it.
(As a side note: … Continue Reading ››
Where’d the Timer Go?
So. System.Threading.Timer. Right.
I'm really starting to miss the old System.Timers.Timer. Built like a tank. System.Threading.Timer is a bit more finicky, but is the only option in .Net Core.
My fun of the day:
It turns out, when the timer goes out of scope, it will be disposed of. Even if you'd told it to, for example, tick … Continue Reading ››