engineering_student | cybersecurity | devops
I learn by breaking systems, fixing them, and documenting the process. Currently focused on Linux, networking, cybersecurity fundamentals, and DevOps workflows. This website is my terminal — logs, notes, experiments, and progress.
learning in progress
learning experiments & builds
Custom technical blog built from scratch. HTML/CSS frontend with WordPress backend for content management.
→ learned: web hosting, DNS, server deploymentPython script for scanning local networks, discovering active devices, and checking open ports.
→ learned: network protocols, socket programmingConfigured Linux server with SSH hardening, firewall rules, and basic security measures.
→ learned: server hardening, SSH keys, firewall configwriteups, notes, experiments
2024-12-10
Breaking down chmod, chown, and why file permissions matter for security. A beginner's practical guide.
linux2024-12-05
Documenting my approach to solving a basic capture-the-flag challenge. What worked, what didn't.
cybersecurity2024-11-28
Step-by-step guide to generating SSH keys and configuring passwordless authentication for servers.
devops