Tag Bash


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

Samba4 AD and Bind DNS

This is Part 1 of the Great Server Migration of 2023, and I want to apologize in advance for the delayed post. I started it the day I did the work but life happened. So in preparation for that, I’m…


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

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…