Web Development Tutorials
//

Category: Server Administration

Server Administration

Rotate Logs With logrotate

A log file that grows forever will eventually fill the disk. Write a logrotate config that renames, compresses and expires old copies, test it…

August 12, 2026

Server Administration

Set File and Directory Permissions With chmod

Set file and directory permissions with chmod, numerically and symbolically, and you control exactly who can read, write, or execute anything on a Linux…

August 11, 2026

Server Administration

Create a systemd Service

Create a systemd service to keep a long-running program alive - started at boot, restarted on a crash, logs collected. This tutorial writes a…

August 10, 2026

Server Administration

Enable Gzip Compression in Apache

Enable gzip compression in Apache with mod_deflate and every text response shrinks before it crosses the wire. This tutorial loads the module, sets AddOutputFilterByType…

August 10, 2026

Server Administration

Connect to a Remote Server Using SSH Keys

Log in to a remote server without a password using SSH keys. Generate an ed25519 key pair, copy the public key to the server,…

August 1, 2026