Blog

10 posts and counting.

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.