Tag: sysadmin

Step-by-Step: Set Up SSH Keys on Debian 10 Safely

Step-by-Step: Set Up SSH Keys on Debian 10 Safely

Who This Is For (And What Problem We’re Fixing) If you’re logging into a Debian 10 server using passwords, you’re doing it the hard way. SSH keys are easier once set up, and much safer than typing passwords all day. This guide walks you through creating SSH keys on your Debian 10 client (your own computer) and explains the prompts…

Read More »
Systemd Units and Unit Files: A Practical How-To Guide

Systemd Units and Unit Files: A Practical How-To Guide

If you’re poking around a Linux server and keep bumping into .service files and systemctl commands, you’re dealing with systemd units. If that feels a bit magical (or annoying), you’re not alone. Let’s make it boring and predictable—so you can actually control what your server does at boot instead of just hoping. This walkthrough is for you if: – You…

Read More »
Initial Debian 10 Server Setup: Users, SSH, and Firewall

Practical journalctl Guide: View and Filter systemd Logs

You’re staring at a broken service, nothing works, and you just need the logs. If your system uses systemd, journalctl is the main door to those logs. This guide walks you through using journalctl to view, filter, and understand systemd journal logs so you can actually fix things instead of just guessing. I’ll keep it practical: short commands, why they…

Read More »