Articles tagged: server

Linux Server Setup – Part 1: A Beginner’s Guide

Setting up a Linux server is one of the best ways to learn Linux and server management hands-on. Linux servers offer unmatched flexibility, performance, and control for hosting services, running applications, supporting production workloads, and even building your own homelab. This Linux server setup beginner’s guide will walk you through the basics of setting up […]

90+ Linux Commands frequently used by Linux Sysadmins

If you are interested in Linux commands frequently used by Linux sysadmins and power users, I’ve published this five-part series with over 90 Linux commands with links to each of the five articles in this series — click on each subheading. This list covers popular Linux commands used by sysadmins and power users. Some commands listed […]

Linux Firewall with nftables: Setup Guide

nftables has replaced iptables as the default firewall framework on most modern Linux systems. This practical guide covers the core structure, real rule examples, sets, NAT, rate limiting, and how to migrate from iptables to nftables cleanly.

Cloudflare with Discourse: Setup Guide (WAF & Security Rules)

I run a Discourse forum behind Cloudflare, and getting the WAF rules right took more trial and error than I expected. Discourse is a Ruby on Rails application that most people self-host in a Docker container. It handles traffic differently from a typical CMS, and generic Cloudflare WAF rules will either break your forum or […]

systemd-analyze: Debug and Optimize Your Linux Boot Time

If your Linux system takes longer to boot than you think it should, the answer is almost certainly hiding in your systemd startup chain. The good news: systemd already ships with everything you need to find the problem and fix it. No extra tools required, no guesswork. In this guide, you will use systemd-analyze to […]

30 Linux Sysadmin Tools You Didn’t Know You Needed

As a Linux server admin or Linux desktop user, you rely on familiar tools to manage your systems. But have you ever wondered what other tools might simplify your workflow, improve efficiency, and solve common Linux problems? Whether you’re looking into Linux system health, performance monitoring, security hardening, backups, or just general Linux administration, there […]

Top ↑