Skip to content

Search

Search across Projects, Roadmaps, Certificates, the DevOps Toolkit and Resume Lab.

190 results

DevOps Toolkit

Resume Lab

Roadmaps

Linux Administrator Roadmap

Filesystem to firewall — everything to run production Linux servers with confidence.

View

AWS Cloud Engineer Roadmap

From IAM to production architecture — build and secure real cloud infrastructure.

View

DevOps Engineer Roadmap

Version control, containers, CI/CD, and infrastructure as code, tied together.

View

Linux Fundamentals

Core concepts: the shell, commands, filesystem hierarchy, and how distributions differ.

View

Filesystem

The FHS layout, mount points, inodes, and navigating the filesystem like an administrator.

View

Permissions

Owners, groups, chmod/chown, and the sticky/SUID/SGID bits that trip up beginners.

View

Users & Groups

Creating and managing users, groups, sudoers, and password policies.

View

Process Management

ps, top, kill, signals, and understanding what's actually running on a server.

View

Package Management

yum/dnf, apt, and rpm — installing, updating, and removing software safely.

View

Networking

IP addressing, routing, DNS resolution, and diagnosing connectivity issues.

View

SSH

Key-based auth, hardening sshd_config, and tunneling.

View

Apache

Virtual hosts, modules, and troubleshooting the Apache web server.

View

Nginx

Reverse proxying, load balancing, and Nginx as a high-performance web server.

View

Systemd

Units, targets, journald, and managing services the modern way.

View

Cron

Scheduling recurring jobs and avoiding the classic cron pitfalls.

View

Shell Scripting

Bash scripting for real automation — loops, conditionals, and error handling.

View

Storage

Disks, partitions, filesystems, and mounting storage correctly.

View

LVM

Logical volumes, extending storage live, and snapshotting for safe rollbacks.

View

Firewalld

Zones, rich rules, and managing the firewall without downtime.

View

SELinux

Contexts, booleans, and troubleshooting SELinux denials instead of disabling it.

View

Monitoring

Watching CPU, memory, disk, and services proactively before they page you.

View

Backups

Backup strategies, rsync, and verifying restores actually work.

View

Security

Hardening a server: patching, auditing, and reducing the attack surface.

View

RHCSA Preparation

Exam objectives, practice tasks, and time-boxed drills for the RHCSA.

View

Production Linux Administration

Running Linux servers at scale — the habits that separate hobbyists from professionals.

View

AWS Basics

The AWS global infrastructure: regions, availability zones, and the console/CLI.

View

IAM

Users, roles, policies, and the principle of least privilege.

View

EC2

Launching, sizing, and connecting to virtual servers in the cloud.

View

EBS

Block storage volumes, snapshots, and choosing the right volume type.

View

VPC

Building your own isolated network inside AWS.

View

Subnet

Public vs private subnets and carving up your VPC's address space.

View

Internet Gateway

Giving a VPC internet access the right way.

View

Route Tables

Controlling traffic flow between subnets, gateways, and the internet.

View

Security Groups

Stateful instance-level firewalls and least-privilege network access.

View

NACL

Stateless subnet-level access control as a second line of defense.

View

Load Balancer

ALB/NLB routing, target groups, and health checks.

View

Auto Scaling

Scaling policies that grow and shrink capacity automatically.

View

S3

Object storage, bucket policies, versioning, and static website hosting.

View

CloudFront

CDN caching, origins, and distributing content globally.

View

Route53

DNS records, routing policies, and health-check-based failover.

View

Certificate Manager

Free, auto-renewing TLS certificates for your AWS resources.

View

RDS

Managed relational databases, backups, and Multi-AZ failover.

View

CloudWatch

Metrics, alarms, dashboards, and logs for real observability.

View

SNS

Pub/sub notifications for alerts and decoupled architectures.

View

SQS

Durable message queues for decoupling services.

View

Lambda

Running serverless functions without managing servers.

View

CloudFormation

Infrastructure as code — provisioning AWS resources from templates.

View

Cost Optimization

Right-sizing, reserved capacity, and catching wasted spend.

View

AWS Security Best Practices

Guardrails, encryption, and the Well-Architected security pillar.

View

Production Architecture

Wiring these services together into a real, resilient production system.

View

Linux

The Linux fundamentals every DevOps engineer needs before touching infrastructure.

View

Git

Version control fundamentals — commits, branches, and merges.

View

GitHub

Pull requests, Actions triggers, and collaborating on GitHub.

View

Bitbucket

Repositories, pipelines, and branch permissions in Bitbucket.

View

Docker

Containerizing applications with Dockerfiles and images.

View

Docker Compose

Defining and running multi-container applications.

View

Kubernetes

Orchestrating containers at scale — pods, deployments, and services.

View

Helm

Packaging and templating Kubernetes applications.

View

Jenkins

Building CI/CD pipelines that test and deploy automatically.

View

GitHub Actions

Workflow-as-code CI/CD directly inside GitHub.

View

Terraform

Provisioning cloud infrastructure as versioned, reviewable code.

View

Ansible

Agentless configuration management and idempotent playbooks.

View

Nexus

Hosting artifacts and container images in a private registry.

View

SonarQube

Enforcing code quality gates inside your pipeline.

View

Prometheus

Pull-based metrics collection and alerting rules.

View

Grafana

Visualizing metrics into dashboards that are actually useful.

View

Nagios

Classic host and service monitoring with alerting.

View

Wazuh

Security monitoring, detection rules, and SIEM fundamentals.

View

Cloudflare

DNS, CDN, and WAF in front of production traffic.

View

AWS

The core cloud platform most DevOps roles are built on.

View

Monitoring

Tying metrics and alerting together into real observability.

View

Logging

Centralizing and searching logs across a distributed system.

View

CI/CD

Designing pipelines that build, test, and ship safely on every commit.

View

Infrastructure as Code

Treating infrastructure like software — versioned, reviewed, reproducible.

View

Production Deployment

Blue-green, canary, and rollback strategies for shipping safely.

View

DevSecOps

Baking security into the pipeline instead of bolting it on after.

View

Projects

Learn

Linux Administration: The Complete Field Guide

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

View

Docker in Production: Images, Volumes, Networks & Compose

Containers, images, volumes, networks, Dockerfiles, Compose stacks, private registries, and the troubleshooting playbook for production containers.

View

Git Mastery: Branching, Rebasing & GitHub Workflows

Git internals, branching, merging, rebasing, cherry-picking, stashing, resetting, reverting, tagging, Git Flow, and resolving merge conflicts for real.

View

AWS for DevOps: IAM, EC2, VPC, S3 & Deployment Patterns

IAM, EC2, S3, Route53, CloudFront, ACM, RDS, CloudWatch, VPC, ALB, and Security Groups — with real deployment architectures and interview questions.

View

Jenkins CI/CD: Pipelines, Agents & Deployments

Installation, declarative pipelines, agents, credentials, GitHub/Bitbucket webhooks, deployment stages, and pipeline troubleshooting.

View

Ansible Automation: Inventory, Playbooks & Roles

Inventory files, playbooks, variables, roles, handlers, Ansible Vault, and real-world playbooks for hardening and deploying servers at scale.

View

Cloudflare: DNS, SSL, Caching, WAF & Tunnels

DNS management, SSL/TLS modes, caching rules, firewall, WAF, rate limiting, page rules, origin certificates, and Cloudflare Tunnel.

View

Bitbucket: Repositories, Pipelines & Deployments

Repository setup, Bitbucket Pipelines YAML, branching permissions, pull requests, and deployment stages to servers and cloud targets.

View

SonarQube: Quality Gates & CI Integration

Installation, quality profiles, quality gates, scanner configuration for multiple languages, and wiring SonarQube into a CI/CD pipeline.

View

cPanel & WHM: Accounts, Email, DNS & Troubleshooting

Account management, email configuration, backups, SSL, DNS zones, PHP versions, and MySQL administration through cPanel/WHM.

View

Nagios Monitoring: NRPE, Checks & Alerting

Nagios Core installation, NRPE agent setup, host and service checks, notification/escalation rules, and the commands you'll run daily.

View

OWASP Top 10: Vulnerabilities, Exploits & Fixes

SQL injection, XSS, CSRF, RCE, and the rest of the OWASP Top 10 — with vulnerable/fixed code examples and the security headers that stop them.

View

Wazuh: SIEM Architecture, Agents & Detection Rules

Wazuh manager/indexer/dashboard architecture, agent deployment, custom detection rules, alert tuning, and the operational dashboard workflow.

View

Learn: Linux

Learn: AWS

Learn: DevOps

Learn: Resume Lab

Cheat Sheets

Interview Questions

Certificates

Tags

#AWS

6 articles tagged #AWS.

View

#DevOps

6 articles tagged #DevOps.

View

#Linux

5 articles tagged #Linux.

View

#Security

5 articles tagged #Security.

View

#CI/CD

4 articles tagged #CI/CD.

View

#Cloud

4 articles tagged #Cloud.

View

#Automation

3 articles tagged #Automation.

View

#Containers

3 articles tagged #Containers.

View

#Git

3 articles tagged #Git.

View

#RHCSA

3 articles tagged #RHCSA.

View

#Career

2 articles tagged #Career.

View

#Compose

2 articles tagged #Compose.

View

#Cost Optimization

2 articles tagged #Cost Optimization.

View

#Docker

2 articles tagged #Docker.

View

#EC2

2 articles tagged #EC2.

View

#IAM

2 articles tagged #IAM.

View

#IaC

2 articles tagged #IaC.

View

#Job Search

2 articles tagged #Job Search.

View

#Networking

2 articles tagged #Networking.

View

#Resume

2 articles tagged #Resume.

View

#Storage

2 articles tagged #Storage.

View

#Systemd

2 articles tagged #Systemd.

View

#Workflow

2 articles tagged #Workflow.

View

#systemd

2 articles tagged #systemd.

View

#ATS

1 article tagged #ATS.

View

#Alerting

1 article tagged #Alerting.

View

#Ansible

1 article tagged #Ansible.

View

#AppSec

1 article tagged #AppSec.

View

#Bitbucket

1 article tagged #Bitbucket.

View

#CDN

1 article tagged #CDN.

View

#Cloudflare

1 article tagged #Cloudflare.

View

#Code Quality

1 article tagged #Code Quality.

View

#Configuration Management

1 article tagged #Configuration Management.

View

#Cron

1 article tagged #Cron.

View

#DNS

1 article tagged #DNS.

View

#Detection

1 article tagged #Detection.

View

#DevSecOps

1 article tagged #DevSecOps.

View

#Email

1 article tagged #Email.

View

#Filesystem

1 article tagged #Filesystem.

View

#GitHub

1 article tagged #GitHub.

View

#Hardening

1 article tagged #Hardening.

View

#Hosting

1 article tagged #Hosting.

View

#Jenkins

1 article tagged #Jenkins.

View

#Kubernetes

1 article tagged #Kubernetes.

View

#LVM

1 article tagged #LVM.

View

#Monitoring

1 article tagged #Monitoring.

View

#NRPE

1 article tagged #NRPE.

View

#Nagios

1 article tagged #Nagios.

View

#OWASP

1 article tagged #OWASP.

View

#Orchestration

1 article tagged #Orchestration.

View

#Permissions

1 article tagged #Permissions.

View

#Pipeline

1 article tagged #Pipeline.

View

#Pipelines

1 article tagged #Pipelines.

View

#S3

1 article tagged #S3.

View

#SIEM

1 article tagged #SIEM.

View

#SSH

1 article tagged #SSH.

View

#Security Monitoring

1 article tagged #Security Monitoring.

View

#SonarQube

1 article tagged #SonarQube.

View

#SysAdmin

1 article tagged #SysAdmin.

View

#Terraform

1 article tagged #Terraform.

View

#VPC

1 article tagged #VPC.

View

#Version Control

1 article tagged #Version Control.

View

#WAF

1 article tagged #WAF.

View

#WHM

1 article tagged #WHM.

View

#Wazuh

1 article tagged #Wazuh.

View

#Web Security

1 article tagged #Web Security.

View

#cPanel

1 article tagged #cPanel.

View

Author