Skip to main content

Recently Updated Pages

Return Multiple Values from Async Method

.NET

Async method cannot have Ref or an Out parameters. So, we cannot pass back data from them through...

Updated 3 months ago by glwhite

Create PFX Cert File (for IIS)

System Administration

Windows IIS requires a pfx file when importing an SSL certificate. This can be created from a cr...

Updated 3 months ago by glwhite

HowTo Retrieve Key and Cert from PFX

System Administration

Here’s a good article on how to export SSL certificates, extract the key and certificate, and imp...

Updated 3 months ago by glwhite

Six Ways to Multi-Thread

.NET

Six ways to initiate tasks on another thread in .NET

Updated 3 months ago by glwhite

Kali in VMWare

System Administration

Here are some things for installing Kali in a VMWare VM. Adapted from here: https://www.kali.org...

Updated 3 months ago by glwhite

NET Core Error Responses

.NET

Here’s a decent mechanism for returning useful errors from a WEB API. Aside: We have a standing ...

Updated 3 months ago by glwhite

Dotnet Dev on Linux

.NET

To create a new project at the current folder: dotnet new console --framework net6.0 --use-progr...

Updated 3 months ago by glwhite

Process Logging Behavior

.NET

Here’s my current conventions for logging in application processes. Logging features, here are i...

Updated 3 months ago by glwhite

Linux Disk Usage

System Administration

Linux has a few means to analyze a disk for space usage. One way, is a package called, ncdu. It...

Updated 3 months ago by glwhite

Jenkins References

Jenkins

Jenkins Tutorial — Part 5 — When Conditions Conditionals in a Declarative Pipeline Jenkinsfile ...

Updated 3 months ago by glwhite

Regex Notes

Other

Good site for testing Regex matching strings: https://regex101.com/r/iY5hU9/1

Updated 3 months ago by glwhite

NET Core Func Variables

.NET

Here are some use cases for a Func. Func as Method Callback If you want to have a lambda that y...

Updated 3 months ago by glwhite

Raspberry PI Notes

Raspberry PI

Here’s some references and notes for PI service and IO stuff. NET Core and GPIO on the Raspberry...

Updated 3 months ago by glwhite

Raspberry Pi - DotNet Setup

Raspberry PI

Here’s a short article for setting up a Raspberry PI to run DotNet. Reference Articles We are f...

Updated 3 months ago by glwhite

Good Article on Net Core With or Without IIS

.NET

Publishing and Running ASP.NET Core Applications with IIS - Rick Strahl's Web Log (west-wind.com)

Updated 3 months ago by glwhite

Supermicro Fan Scripting

System Administration

Some references: https://www.truenas.com/community/threads/script-hybrid-cpu-hd-fan-zone-control...

Updated 3 months ago by glwhite

Supermicro Fan Problems

System Administration

If you are running Noctua cooling fans in your PC and the PC is cycling fans up and down, then it...

Updated 3 months ago by glwhite

Web Push Notifications

Angular Dev

Here’s some initial references for setting up Push Notifications in web pages. Service Worker AP...

Updated 3 months ago by glwhite

Runtime Security Service

Angular Component Book

Add the Library Add the library to your app. App.Config.ts (formerly App.Module.ts) Impo...

Updated 3 months ago by glwhite

Generic Web Reply

Angular Component Book

This is a class that is returned by the REST Base Service: Runtime Security Service It is a gene...

Updated 4 months ago by glwhite