Blog

A way to document something I just found in a "Today I Learned" format.

Netlify Subdomain Redirect

Image by Mohamed Hassan from Pixabay

The theme I’m using in Hugo hides list numbers and bullets. Not sure why...

DigitalOcean Setup

Image by 3D Animation Production Company from Pixabay

Basic Steps

Create Non-Root User and Adjust Permissions

See...

Blue Iris URLs

Image by Chris from Pixabay

I Stole These

Literally a copy-paste from Blue Iris URLs for external streams:...

New Website!

Image by Alexa from Pixabay

It’s taken more time than I’d like to admit, but I’ve finally moved enough...

Hugo Commands

I can never seem to remember how I’ve setup Hugo and what that command is for creating a new post, so here are a...

Linux Unattended Upgrades

Image by 구본근 구 from Pixabay

This is just so I can be consistent. Hope this helps!

How to configure automatic...

MS SQL Express Static Port

Because SQL Express defaults to a dynamic port, opening the firewall can be a bit tricky. Typically, for PDM, it’s...

Upgrade to SQL 2014 SP3

For some reason, this is harder to find than it should be, so here’s a GoEngineer link and the actual link to the...

Reset Default Admin Password

If the default administrator password is forgotten, here is a guide on how to recover it:

How to reset the default...

Synology Zerotier Setup

Create a persistent TUN

SSH into your NAS

ssh user@local-ip

The following setup steps must be run as root

sudo -i

Write...

VPN Issues

For whatever reason, trying to connect to a VPN from a domain account that was connected using the VPN has issues:

The...

PS Domain Commands

Image by Pexels from Pixabay

Join a domain

Must be an elevated Powershell prompt.

add-computer -domainname <name>...

Netlify Large Media Setup

Every time I need to clone blog.wooster.xyz to a new computer, I have to remember how to set up the credentials for...

DialogResult and the Cancel Button

Cancel buttons can be an important part of working with forms. If no DialogResult is set, the form will close but the...