Skip to main content

Recently Updated Pages

Linux: Impersonating Users

System Administration

NOTE: This page was created to generalize the technique of impersonating a system account that ha...

Updated 1 year ago by glwhite

Installing Node.js on Ubuntu

System Administration

This page shows how to install Node.js on an Ubuntu 22 host. It only shows how to install a sing...

Updated 1 year ago by glwhite

Ubuntu 22: Removing Existing Node.js

System Administration

Ubuntu 22 comes with an existing version of node.js, v12, that is difficult to upgrade. This is ...

Updated 1 year ago by glwhite

How to Override Property Type In Derived Interfaces

Angular Dev HowTos

Sometimes, an interface is created that the wrong datatype for a property.This can be because the...

Updated 1 year ago by glwhite

How to Set Properties of a Web Component

Angular Dev HowTos

Attribute binding can get complex. Here’s a running list of examples of how to do it. To set p...

Updated 1 year ago by glwhite

How to Override Styles of Third-Party Components

Angular Dev HowTos

This is a quick how to, for overriding the styles used inside third party angular components. Fo...

Updated 1 year ago by glwhite

Angular: Sorting Arrays

Angular Dev HowTos

Here’s a simple technique for sorting an array of objects. It accepts a simple function that ret...

Updated 1 year ago by glwhite

Arch Linux VM Setup

HowTo

Base VM Needs Select guest OS type: Linux and Linux 4.x from the Vsphere dropdowns. Make sure t...

Updated 1 year ago by glwhite

C# Dealing with Sudo

HowTo

Sudo presents some challenges when scripting command line work. Sudo was intended ONLY to be pre...

Updated 1 year ago by glwhite

Install DotNet 6 on Ubuntu 24.04

HowTo

The process of installing DotNet on Ubuntu has evolved a bit.It was especially rocky on Ubuntu v2...

Updated 1 year ago by glwhite

GitHub SSH Key Updates

HowTo

When the GitHub client SSH key expires, any checked out repository must be updated to use the new...

Updated 1 year ago by glwhite

TortoiseGit Setting the SSH Key

HowTo

Here are steps to set the SSH key for a repo checkout. Open File Explorer and navigate to th...

Updated 1 year ago by glwhite

Windows .SSH Config File Syntax

HowTo

Here are use cases that require editing the SSH config file in your Windows user profile. Refere...

Updated 1 year ago by glwhite

Allow Remote Debugging of Docker Containers

HowTo

When remotely debugging linux docker containers, the account that your remote debugging session u...

Updated 1 year ago by glwhite

DotNet Startup Remote Debugging Hook

HowTo

When performing remote debugging of an application or service, it may be necessary to see what is...

Updated 1 year ago by glwhite

Node-Red References to Read

TODO-InBox

https://nodered.org/about/#flow-based-programming https://flows.nodered.org/node/smart-nodes ht...

Updated 1 year ago by glwhite

Debugging Ansible Playbook

HowTo Ansible

Here are command line switches to enable debug logging of an ansible playbook: #Specify the loca...

Updated 1 year ago by glwhite

Ansible Command References

HowTo Ansible

Here’s a large list of possible ansible commands: Ansible AD HOC Command Examples - Ansible Chea...

Updated 1 year ago by glwhite

Ansible Generic Commands

HowTo Ansible

To list hosts in inventory: ansible-inventory --list -y To ping all hosts: ansible all -m ping...

Updated 1 year ago by glwhite

Deploy a DotNet Service with Ansible

HowTo Ansible

The following shell command will deploy the binaries and appropriate configuration for a service,...

Updated 1 year ago by glwhite