Month March 2023


Warning: Undefined array key "__id" in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

The Great Server Migration – Syllabus

So this post is a post where I’ll gather all of the parts together and eventually make the title match the number of posts I create detailing this project. The reason for this endeavor are multiple, but I’ll try to…


Warning: Undefined array key "__id" in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Installing WoeUSB-ng on RHEL 9

I had a moment where without going to any of the Windows devices in the house or the macOS device I needed to write a Windows ISO for a machine that wouldn’t boot the Ventoy USB stick I have. Specifically…


Warning: Undefined array key "__id" in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Hashing Times + Backup Script

Hashing Times I did a timed test against md5, sha256, and sha512 and here are the results. These tests were run on local storage. When running the tests against a file on an offsite network share the results varied significantly.…


Warning: Undefined array key "__id" in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Another Start-Job example

In reference to the post I made yesterday about Start-Job, here is an example where the function is passed into the Start-Job so it can be reused inside of that child process. This enables you to A) make code that…


Warning: Undefined array key "__id" in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/klingele.dev/public_html/wp-content/themes/blocksy/inc/components/archive/archive-card.php on line 401

Start-Job,Variables, and ntfy.sh

So I’m working on a script that can check on the status of machines that are being re-imaged. Since there files that can be expected to appear as it re-images, we can use that to gauge the success/failure of the…