My Zettelkasten notes
On this page I will share my zettelkasten fleeting notes like a logging page. No specific form, nor specific content.
2024
Tmuxinator
446 words·3 mins
You can install it through Ruby, Homebrew, or NixOS packages. The suggested method is via Ruby, so make sure Ruby is installed, and then run:
gem install tmuxinator wget https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/completion/tmuxinator.zsh -O .
Starship on Zsh
215 words·2 mins
Starship Configuration # Since powerlevel10k is now at its end of life, I decided to set up a configuration with Starship, which seems promising in terms of performance and customization.
Bat > Cat
177 words·1 min
The bat command enhances the behavior of cat by adding several cool features, such as:
Syntax highlighting: Support most of the languages Git integration: Displays changes with Git. Show hidden characters: with options –show-all or -A Automatic paging: Similar to less, bat automatically handles long output.
Kubectl cp command
137 words·1 min
Kubernetes troubleshooting tales # While debugging a tough problem with buildkit-rootless mode for building a Docker image on a pod provisioned via the Jenkins Kubernetes Plugin, I discovered a handy Kubernetes command to copy the contents of a specific container pod to another pod.