Web Development Tutorials
//

Author: admin

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

Server Administration

Schedule Tasks With Cron

Run commands on a fixed timetable with cron. This tutorial opens your crontab, explains the five time fields, schedules a nightly logged backup, and…

August 1, 2026

Server Administration

Redirect HTTP to HTTPS in Apache

Force every visitor onto HTTPS with a permanent Apache redirect. This tutorial adds a mod_rewrite rule and a cleaner port-80 virtual host, restarts Apache,…

July 31, 2026

Database Administration

Create an Index and Read EXPLAIN in MySQL

Create an index in MySQL and use EXPLAIN to prove it worked, turning a 5,000-row full table scan into a targeted lookup of just…

July 30, 2026