All tags

#linux

12 posts

Enable REISUB on Arch Linux
Linux 6 min read

Enable REISUB on Arch Linux

Magic SysRq ships mostly disabled on Arch. Here's how to enable REISUB so you can reboot cleanly out of a freeze instead of murdering your machine with the power button.

Magic Commands: Grep!
Linux 5 min read

Magic Commands: Grep!

A practical guide to grep with real examples: filtering logs, searching patterns, regex and bash scripting.

Magic Commands: Find!
Linux 5 min read

Magic Commands: Find!

A practical guide to find with real examples: searching by name, type, user, permissions, and executing actions.

Security 3 min read

What is SSH?

An introduction to SSH: what it is, how encryption works, and why it replaced Telnet as the standard for remote server management.

Security 3 min read

Configuring the SSH Server

A practical guide to hardening sshd_config: disable root login, enforce key-only auth, restrict users, and tune the most important SSH server settings.