Category Programming


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

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…