Security

14 articles
Interview Preparation Advanced

Bash Security

Command Injection: The #1 Bash Security Risk # DANGEROUS: user input concatenated directly into a command read -p "Enter filename: " …

Jan 20, 2026 Read more
Interview Preparation Intermediate

Linux Permissions

What Are Linux Permissions? Every file and directory carries three permission sets — for the owner, the group, and others — each with read …

Jan 20, 2026 Read more
Interview Preparation Beginner

Users & Groups

What Are Users and Groups? Every process and file on Linux is owned by a user ID (UID) and a group ID (GID) — numbers, not names. Usernames …

Jan 20, 2026 Read more
Courses Beginner to Intermediate

Kubernetes Secrets

📋 Table of Contents What is a Kubernetes Secret? Why Do We Need Secrets? How Kubernetes Secrets Work Internally Types of Kubernetes Secrets …

Jan 20, 2026 Read more
Learning Paths beginner

Linux Engineer Learning Path

Who Is This Path For? This path is for absolute beginners — you’ve never used a Linux terminal before, and that’s completely …

Jan 18, 2025 Read more