Recently Updated Pages
How to Get Host SSH Key Fingerprints
Here’s a short command line statement that will fetch the host ssh key fingerpring without authen...
SSH Key Naming Convention
This page describes a good naming convention for SSH keys, that makes them easier to track, rotat...
Creating SSH Keys in Windows
General Notes SSH keys can be easily generated in Windows, using PuttyGen. See this article for...
Creating SSH Keys in Linux
Creating an SSH key is straightforward on a linux client, using this command: ssh-keygen By def...
Postgres Commands
Access Postgres as SuperUser Use this terminal command to access the local PostgreSQL instance a...
HowTo: Install PostGreSQL
Adapted steps from here: https://www.c-sharpcorner.com/article/crud-operations-in-postgresql-wit...
Postgres: Troubleshooting Remote Access
Here's steps to work through, to ensure remote access to a PostgreSQL instance. Check PostgreSQL...
Updating Controls from Non-GUI Thread
Here are a couple methods for how to update form controls from a non-GUI thread. Explicit Setter...
.NET Process Boilerplate
Exploring standardized boilerplate for a variety of process types. Here's a known list of proces...
Cancellation Token as Method Parameter
When writing a method that accepts a cancellation token, the method will need to deal with a pass...
UFW and Docker
When running containers in Docker, you will come across the need for a container to gain access t...
Ubuntu Service Creation (Systemd)
Below are instructions on how to setup a binary as a linux service. For additional systemd comma...
SystemCtl Usage
Below is a list of commonly used systemd commands. If you are needing to configure a binary as a...
HowTo Install Windows 11 with Local Account
https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account
Ubuntu: How to Kill DotNet Runtime
Sometimes, a a dotnet runtime closes without releasing a listening port. This will prevent it fr...
Purging Many Records
If you come across the need to purge many records from a datatable, and doing so will result in a...
Cancelling a Long Running Operation
If you accidentally execute a long-running operation that you want to cancel, and the SSMS client...
Logging from FTView VBA
If you need to add diagnostic logging to the VBA of a FTView control or window, you can leverage ...
RunDeck Backups
Adapted from here: https://docs.rundeck.com/docs/administration/maintenance/backup.html We will ...
Missing AspNetCore Nuget Packages
There are several aspects of an ASP Net Core web API that cannot be placed in a class library wit...