A way to document something I just found in a "Today I Learned" format.
Image by Mohamed Hassan from Pixabay
The theme I’m using in Hugo hides list numbers and bullets. Not sure why...
Image by 3D Animation Production Company from Pixabay
See...
It’s taken more time than I’d like to admit, but I’ve finally moved enough...
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...
Because SQL Express defaults to a dynamic port, opening the firewall can be a bit tricky. Typically, for PDM, it’s...
For some reason, this is harder to find than it should be, so here’s a GoEngineer link and the actual link to the...
If the default administrator password is forgotten, here is a guide on how to recover it:
SSH into your NAS
ssh user@local-ip
The following setup steps must be run as root
sudo -i
Write...
For whatever reason, trying to connect to a VPN from a domain account that was connected using the VPN has issues:
The...
Join a domain
Must be an elevated Powershell prompt.
add-computer -domainname <name>...
Every time I need to clone blog.wooster.xyz to a new computer, I have to remember how to set up the credentials for...
Cancel buttons can be an important part of working with forms. If no DialogResult
is set, the form will close but the...