Category Scripting


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 site was down…

And it took me a minute to realize why! PHP-FPM module updated to 8.3, and I forgot to change the directory in the NGINX config. My bad… However, in related news, I’m going to write up a blog post 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

Adding Active Directory PowerShell modules to Windows on ARM

So I have a machine that is using Windows on ARM, and for whatever insane reason, Microsoft hasn’t released RSAT tools for Windows 11 on ARM. I say it’s insane because I am aware of the other tools that exist…


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

Bash/PowerShell scripting

Been working on several scripts One of which is utilizing ntfy.sh to help me stay on top of utilities that need to run without fail. An example would be a nightly backup script. Before email became locked down a person…