](https://gagor.pro/2024/03/the-power-of-extensive-command-history-in-bash-and-zsh/images/cover.webp)
The power of extensive command history in Bash and Zsh
Learn how to leverage extensive command history in Bash and Zsh to improve your efficiency and productivity in the terminal.
Learn how to leverage extensive command history in Bash and Zsh to improve your efficiency and productivity in the terminal.
Learn how to add and optimize Mermaid diagrams in Hugo, enhancing your static site with dynamic and interactive diagrams.
Learn how to run x86-64 Docker images on Apple’s MacBook with M1/M2/M3 CPUs by setting the DOCKER_DEFAULT_PLATFORM environment variable.
Learn how to set up and use pre-commit hooks to automate tasks like linting, syntax checks, and optimizations for your Hugo blog.
I use Git a lot, even writing this article i will commit text few times. There’s a set of aliases I rely on daily and they’re first I add in new place. Some Git commands are unnecessarily verbose. You can make your life much easier with bash-completions, but if you write it tens of times per day, it’s anyway a lot of typing… and I’m a lazy man 😄 Simple status/log checks git s s = status --short --branch --untracked-files Shows a short, branch-focused status with untracked files. ...
Learn how to check the compressed size of Docker images to optimize download and startup times, using a simple bash function for accurate measurements.
Learn how to run Google Tasks in a separate browser tab for better task management and integration with Gmail and Calendar.
Learn how to run Zwift in full screen mode on Windows, eliminating the windowed mode’s start menu and title bar for a more immersive experience.
Learn how to use GitHub with SSH on port 443 to bypass firewall restrictions and ensure seamless repository access.
Learn how to resolve the “Key is stored in legacy trusted.gpg keyring” warning on Ubuntu 22.04 by properly managing GPG keys for repositories.