Install Zsh and Oh My Zsh on Linux
Bash is fine. Zsh is better for daily driving on a server you actually live inside. Tab completion…
Bash is fine. Zsh is better for daily driving on a server you actually live inside. Tab completion…
The OpenStack CLI (python-openstackclient) is the unified command-line tool for managing OpenStack services. It combines Compute (Nova), Identity…
Three tools show up in nearly every Linux troubleshooting session: grep, awk, and sed. Whether you’re tailing logs…
The terminal beep – also called the bell – is the sound Linux plays when you hit Tab…
broot is a terminal-based directory navigator that gives you a tree view of your filesystem with built-in search,…
Terminal recordings are useful for documentation, tutorials, bug reports, and live demos. Instead of recording your entire screen…
Termgraph is a Python command-line tool that draws basic graphs directly in the terminal. It reads data from…
tmux is a terminal multiplexer that lets you run multiple terminal sessions inside a single window. It keeps…
Lazygit is a terminal UI for Git that lets you stage files, commit, push, pull, resolve merge conflicts,…
rsync is the standard file synchronization tool on Linux and Unix systems. It transfers only the differences between…
Zsh is the default shell on macOS and increasingly popular on Linux, but a large number of CLI…
Tmux is a terminal multiplexer tool that allows users to create and maintain multiple “pseudo-terminals” from one single…