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…
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…
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…
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.…
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…
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…