PSA: How to create a random password in the command line (something that also just learned to do today):
```bash
randpass () { echo $(openssl rand -base64 "${1:-12}") }
```
The way this works is that you can type either `randpass`, and you will get a random password of 12 character (among […]
Just did another utility function that I've been looking towards for a lot of time: `openremote` is a bash/zsh function that uses git to determine if you're inside a git repository, and if you are, uses `awk` and `sed` to open the URL in your default browser (on macOS˜):
```bash
openremote () { […]
Stop UI library upgrades from becoming fire drills. #commandlineinterface
Today I learned that you can use split fields based on a character (`t`, `--field-separator=`) and use several of those fields (`-k`, `--key=`) for sorting.
So, for sorting numerically a list of `Sys-Req-nnnn` requirements that is in the clipboard, I can use the following command to make sure I […]
Spécialité "Geek de haut niveau" avec VIM "Navigation Vim :
la vie après HJKL"
#vim #ÉditeurDeTexte #CommandLineInterface #CLI #LigneDeCommande ...
fabi1cazenave.github.io/slides/2025-...
17:06:03 milk@red:~/.mixxx/controllers % cd R 17:06:06 milk@red:~/.mixxx/controllers/Reloop-Beatmix-2-4-milkii %
I did not realise my #ZSH was set to do this
(I hit enter rather than tab)
ZSH has soo many options
got Sonnet to refactor my .zshrc recently too
so might be old, might be new
#justshellthings #cli #commandlineinterface #linux #archbtw #productivity
generativeai.pub/google-just-launched-gem...
#AI #ArtificialIntelligence #OpenSource #CommandLineInterface #CLI #Gemini #Google #news
generativeai.pub/google-just-...
#AI #ArtificialIntelligence #OpenSource #CommandLineInterface #CLI #Gemini #Google #news
Master Azure CLI: Command Your Cloud with Confidence
The Azure CLI is a cross-platform toolset written in Python that allows you to manage nearly all of your Azure resources from the command line.
🔗 adamtheautomator.com/azure-cli/
#Azure #AzureCLI #CLI #CommandLineInterface #Cloud #DevOps #NDOC
Do you know how to bootstrap Kafka on Kubernetes (@strimziio) with Just 5 Commands?
A new video is out for Strimzi Kafka CLI!
https://www.youtube.com/watch?v=uj1WaN3Ro6w
p.s. Background music by @Timecop1983
#Strimzi #ApacheKafka #Kafka #CLI #CommandLineInterface #Kubernetes #Openshift