Everytime I want to do a CLI query I spend a little time on syntax so recording this just for quick...

Continue reading...

You probably use (and rely) on command search a lot already but thought I would add something about...

Continue reading...

Building a dict and ordering it into groups by key is sometimes very useful.

Teh following code sh...

Continue reading...

Mostly this is done in a cloud environment where they have Kubernetes integrated with cloud load bal...

Continue reading...

I wanted an easier way to test and manipulate a notification using an AWS SNS subscription. Mostly I...

Continue reading...

Now and then I create a short clip from a video. Mostly mp4 video. I use ffmpeg and cut out the clip...

Continue reading...

Noting my python code for reference. If familiar with crypto currency tokens you may find the token...

Continue reading...

Just another note about this. See previous also.

Create in user Desktop folder

$ cat crypto-re...

Continue reading...

During a recent POC I imported a Terraform state file(JSON) into MongoDB using golang. This may not...

Continue reading...

Terraform can utilize a http backend for maintaining state. This is a test of a Terraform http backe...

Continue reading...

Terraform can utilize a http backend for maintaining state. This is a test of a Terraform http backe...

Continue reading...

After a recent experiment I did to capture the output of jobs with json output from multiple server'...

Continue reading...

Sometimes I just want to quickly look if one file exist in the latest snapshot and also see the size...

Continue reading...

Executing commands or scripts from a GNOME desktop shortcut

I have a few scripts that I only perio...

Continue reading...

Replication from unencrypted to encrypted set

This is a POC testing ZFS (unencrypted zvols) from a...

Continue reading...