sed remove ansi colors from output
Using ansi colors can be very helpful to see script out[put. Example of cleaning ansi color codes from output before
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Using ansi colors can be very helpful to see script out[put. Example of cleaning ansi color codes from output before
Read MoreIf you need to use an alias inside a script you need this: shopt -s expand_aliases source ~/.bash_aliases I recently
Read MoreSince kubectl –export is deprecated it is possible to do something like this. WARNING: I have not tested this #!/bin/bash
Read MoreIn case this save someone hours of frustration. I recentlty tried to dust off an old kubernetes POC running on
Read MoreEverytime I want to do a CLI query I spend a little time on syntax so recording this just for
Read MoreYou probably use (and rely) on command search a lot already but thought I would add something about fish. If
Read MorePython Append Key Building a dict and ordering it into groups by key is sometimes very useful. Teh following code
Read MoreMostly this is done in a cloud environment where they have Kubernetes integrated with cloud load balancers and you expose
Read MoreI wanted an easier way to test and manipulate a notification using an AWS SNS subscription. Mostly I do a
Read MoreNow and then I create a short clip from a video. Mostly mp4 video. I use ffmpeg and cut out
Read More