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…


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

Brief post about Docker permissions

So I run Docker inside of a pair of VM’s based on Debian 11. I mount an SMB share that is stored on the ZFS pool that is managed by the ProxMox host which is where all of the Docker…


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…

Blue Apple Logo

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

Last post testing ActivityPub.

Alrighty, this is the final post in testing this. The main thing I noticed in enabling the plugin is that it will toot when the post goes live, very handy. Also if someone comments on the post over on Mastodon,…


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

Testing ActivityPub II

Doing yet another test. I’m wanting to see if the plug-in acknowledges my settings and if actually puts in a clickable link. I don’t want users to have to copy paste the blog link. That’s barbaric lol Oh in other…


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

Testing ActivityPub connection….

Just testing the connection and making sure it is working as expected. This post should appear normally in followers timelines and on the page that gets loaded by other ActivityPub server. In other news…. I miss my iPod.


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

I’m craving tacos…

So I made the filing for my lunch tomorrow. I didn’t get a picture with the beef but this is spinach, onions, paprika, lemon pepper seasoning. I ended up putting more salt and black pepper on the beef and some…


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

Well… RIP

TLDR: My iPod 5th Gen bit the dust, and I’m not sure what I’ll be doing going forward to replace it. So I’ve had the iPod I posted about yesterday for roughly 3 years and I haven’t used it all…


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

Running multiple WordPress Instances

I am being tasked with running multiple WordPress instances, and I decided to work it on the same server. When running into issues doing things like this, have a procedure for checking into issues. For example, check your configurations. If…