5 Ways to Test TCP and UDP Ports in Linux Using nc, nmap, ss, and Bash
Telnet is missing from almost every modern Linux install, but you can still test TCP or…
Telnet is missing from almost every modern Linux install, but you can still test TCP or…
You’ve probably memorized networking definitions like “What is DNS?” or “What is a subnet?” for interviews….
You’ve probably run df -h, waited a few seconds, and run it again while a file…
Checking .bash_history after the fact, it only shows the commands a user typed, and that’s only…
Most Linux users come across the ! symbol in only two situations: when they learn the…
Linux provides tons of command line utilities that Linux administrators learned years ago are now outdated….
Most Linux interview lists recycle the same 10 questions from a decade ago, and many of…
This tutorial shows you how to install TiDB using TiUP, start a local cluster, connect to…
Every command in this guide was tested on Ubuntu 26.04 and RHEL 10. You’ll learn how…
Hister is a self-hosted search tool that indexes your local files and browser history, so you…
Most sysadmins don’t realize there’s an IP conflict until something goes offline. That’s where IP address…
I burned through half of my E2B sandbox budget in just two weeks by spinning up…
For years, I never gave GNU coreutils much thought. They’re the standard Linux commands like ls,…
If you’ve ever chained together ls, awk, and grep just to find a file or extract…
You ran dnf update, and now something has stopped working. Instead of spending hours troubleshooting, you…