Browsing Category
Linux Tools
43 posts
10 Practical HTTPie Command Examples for Linux API Testing
The HTTPie command replaces curl for most of my API testing work. It sends requests with a syntax…
8 Practical Age Encryption Commands for Linux
I stopped using GPG for everyday file encryption about two years ago. The replacement is age, a small…
12 Essential rclone Commands for Cloud Storage on Linux
Cloud storage providers each ship their own sync client, and most of them are bad. The rclone commands…
12 Essential UFW Firewall Commands to Secure Any Linux Server
Every fresh Linux server I set up gets the same treatment in the first five minutes: updates, a…
12 Essential uv Package Manager Commands for Python on Linux
The uv package manager has taken over my Python workflow this year, and I don’t miss pip at…
10 Powerful Fish Shell Features That Replace Your Bash Plugins
The fish shell does out of the box what bash needs a dozen plugins to do. Autosuggestions, syntax…
7 Powerful Ways the Navi Cheatsheet Tool Speeds Up Your Terminal
The navi cheatsheet tool solves a problem every Linux user has: you know a command exists, you have…
9 Essential Restic Backup Commands for Linux Servers
I lost a week of work once because my backup “strategy” was a cron job running rsync to…
Lazydocker Terminal UI: 5 Practical Ways to Simplify Docker
Managing Docker from the command line means juggling half a dozen commands. docker ps, docker logs, docker exec,…
9 Powerful k9s Kubernetes TUI Features That Replace kubectl
Managing a cluster with raw kubectl means typing the same long commands hundreds of times a day. The…