Using ansi colors can be very helpful to see script out[put. Example of cleaning ansi color codes f...

Continue reading...

If you need to use an alias inside a script you need this:

shopt -s expand_aliases
source ~/.bash_...

Continue reading...

Since kubectl --export is deprecated it is possible to do something like this.

WARNING: I have...

Continue reading...

In case this save someone hours of frustration. I recentlty tried to dust off an old kubernetes POC...

Continue reading...

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