Skip to content
Tag

#Linux

5 articles tagged #Linux.

Linux

Linux Administration: The Complete Field Guide

Filesystem hierarchy, permissions, users & groups, systemd, journald, cron, networking, SSH hardening, disk management, LVM, and RHCSA exam tips.

Intermediate
Linux

Linux File Permissions, Ownership & umask Explained

The rwx permission model, chmod symbolic vs. octal notation, chown/chgrp, setuid/setgid/sticky bits, and how umask sets your defaults.

Beginner
Linux

Cron & systemd Timers: Scheduling Jobs in Linux

Crontab syntax, special strings, run-parts directories, and modern systemd timer units — with a direct comparison of when to use each.

Intermediate
Linux

SSH Hardening: Key-Based Auth, Fail2ban & Bastion Hosts

Disabling password auth, key-based login, sshd_config hardening, fail2ban jails, and bastion-host architecture for production access.

Intermediate
Linux

LVM: Logical Volume Management from Scratch

Physical volumes, volume groups, and logical volumes — creating, extending, and shrinking storage without unmounting production filesystems.

Intermediate