Master Linux Bash History with historyctl, HISTFILE, and Shortcuts
DistroWatch ran a poll last month asking readers what the default shell is on their main distro. Bash took 412 votes. zsh got 30, fish 33. The winning answer, with 1,257 votes and…

DistroWatch ran a poll last month asking readers what the default shell is on their main distro. Bash took 412 votes. zsh got 30, fish 33. The winning answer, with 1,257 votes and…

Swap space is one of those topics that over the years, I’ve been able to understand how to get the best of it slowly over time and mostly by getting it wrong first….

I recently reinstalled my main desktop from scratch: Debian testing via Kali underneath (read first before judging) and XFCE on top. One of the reasons I keep coming back to XFCE is its…

This morning I sat down to update my Kali workstation running XFCE4, and instead of a quick sudo apt update && sudo apt full-upgrade -y I ended up reinstalling from scratch. Took about…

Most Linux users know that /proc exists. Fewer actually use it. But /proc is one of the most useful diagnostic tools on your entire system, and it requires zero extra packages. /proc is…

Aug 07, 2026 / Ariffud M. / 12 min Read Summarize with: To set up OpenClaw with Ollama on a VPS, install Ollama, connect it to OpenClaw as an AI model provider, choose…

DNS resolution on Linux is one of those things that works silently until it doesn’t. Then suddenly you’re staring at “Temporary failure in resolving” errors and wondering why a perfectly healthy server can’t…

The nc command, short for netcat, is one of those tools that looks simple at first and keeps surprising you the longer you use it. It reads and writes data across network connections…

The ln command in Linux is one of those tools that looks simple on the surface but trips people up constantly. Hard link or symbolic link? What’s the difference? When does it actually…

Jul 10, 2026 / 9 min Read Summarize with: OpenClaw skills are installable packages that add reusable capabilities to OpenClaw. Each skill contains instructions for a specific tool, workflow, or task, allowing the…

The watch command is one of those tools you use once and immediately wonder how you lived without it. It runs any command repeatedly at a set interval and displays the output full-screen,…

Jun 19, 2026 / 12 min Read Summarize with: Node.js apps need more than basic web hosting. Static sites and PHP-based platforms like WordPress can sit idle between requests. Node.js applications run differently:…

Jun 11, 2026 / 10 min Read Summarize with: Docker best practices are guidelines for building, running, and maintaining containers securely and efficiently. Docker packages applications and their dependencies into portable containers that…

Every so often, something surfaces in the LinuxCommunity.io forums that deserves a wider audience. Generally it is a question, a solved problem, or a quick tip. But occasionally a member shares something that…

User and group management is one of those sysadmin fundamentals you touch constantly without always thinking about it. Creating a service account, locking down a shared server, adding a new team member, adjusting…

Two network interfaces are better than one. With Linux network bonding (also known as NIC bonding or link aggregation), you can combine multiple NICs into a single logical interface, gaining either increased throughput,…

Every Linux server exposed to the internet is getting hammered. SSH brute-force attempts, WordPress login floods, bad bots probing your web server. It never stops. If you check your auth logs right now,…

nmap is one of those tools every sysadmin eventually needs. For auditing servers, mapping out a home lab, or troubleshooting a connectivity issue, knowing how to use nmap properly saves a lot of…