Skip to main content

Recently Updated Pages

How to Get Host SSH Key Fingerprints

System Administration SSH Keys

Here’s a short command line statement that will fetch the host ssh key fingerpring without authen...

Updated 1 year ago by glwhite

SSH Key Naming Convention

System Administration SSH Keys

This page describes a good naming convention for SSH keys, that makes them easier to track, rotat...

Updated 1 year ago by glwhite

Creating SSH Keys in Windows

System Administration SSH Keys

General Notes SSH keys can be easily generated in Windows, using PuttyGen. See this article for...

Updated 1 year ago by glwhite

Creating SSH Keys in Linux

System Administration

Creating an SSH key is straightforward on a linux client, using this command: ssh-keygen By def...

Updated 1 year ago by glwhite

Postgres Commands

PostgreSQL

Access Postgres as SuperUser Use this terminal command to access the local PostgreSQL instance a...

Updated 1 year ago by glwhite

HowTo: Install PostGreSQL

PostgreSQL

Adapted steps from here: https://www.c-sharpcorner.com/article/crud-operations-in-postgresql-wit...

Updated 1 year ago by glwhite

Postgres: Troubleshooting Remote Access

PostgreSQL

Here's steps to work through, to ensure remote access to a PostgreSQL instance. Check PostgreSQL...

Updated 1 year ago by glwhite

Updating Controls from Non-GUI Thread

.NET

Here are a couple methods for how to update form controls from a non-GUI thread. Explicit Setter...

Updated 1 year ago by glwhite

.NET Process Boilerplate

.NET

Exploring standardized boilerplate for a variety of process types. Here's a known list of proces...

Updated 1 year ago by glwhite

Cancellation Token as Method Parameter

.NET

When writing a method that accepts a cancellation token, the method will need to deal with a pass...

Updated 1 year ago by glwhite

UFW and Docker

System Administration

When running containers in Docker, you will come across the need for a container to gain access t...

Updated 1 year ago by glwhite

Ubuntu Service Creation (Systemd)

System Administration

Below are instructions on how to setup a binary as a linux service. For additional systemd comma...

Updated 1 year ago by glwhite

SystemCtl Usage

System Administration

Below is a list of commonly used systemd commands. If you are needing to configure a binary as a...

Updated 1 year ago by glwhite

HowTo Install Windows 11 with Local Account

HowTo

https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account  

Updated 1 year ago by glwhite

Ubuntu: How to Kill DotNet Runtime

.NET

Sometimes, a a dotnet runtime closes without releasing a listening port. This will prevent it fr...

Updated 1 year ago by glwhite

Purging Many Records

SQL Server

If you come across the need to purge many records from a datatable, and doing so will result in a...

Updated 1 year ago by glwhite

Cancelling a Long Running Operation

SQL Server

If you accidentally execute a long-running operation that you want to cancel, and the SSMS client...

Updated 1 year ago by glwhite

Logging from FTView VBA

FactoryTalk

If you need to add diagnostic logging to the VBA of a FTView control or window, you can leverage ...

Updated 1 year ago by glwhite

RunDeck Backups

System Administration

Adapted from here: https://docs.rundeck.com/docs/administration/maintenance/backup.html We will ...

Updated 1 year ago by glwhite

Missing AspNetCore Nuget Packages

.NET

There are several aspects of an ASP Net Core web API that cannot be placed in a class library wit...

Updated 1 year ago by glwhite