| categories:linux
Modern Linux tools
Modern replacements for the default Linux tools
Here I collect alternatives to well-known Linux tools. These alternatives perform the same job better from my perspective, are more feature-rich and deserve to be installed on every Linux machine.
sudo apt install bat exa duf fd-find mtr zoxide
deb-get install du-dust
alias cat='bat --paging=never'
alias ls='exa'
alias du='dust'
alias df='duf'
alias find='fd'
alias traceroute='mtr'
eval "$(zoxide init bash --cmd cd)"
Optional
tmux [zellij]: https://zellij.dev/