Bash alias inside a script
If you need to use an alias inside a script you need this: shopt -s expand_aliases source ~/.bash_aliases I recently
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 moreBalance Decimals Noting my python code for reference. If familiar with crypto currency tokens you may find the token balance
Read more