Search
Search across Projects, Roadmaps, Certificates, the DevOps Toolkit and Resume Lab.
190 results
DevOps Toolkit
DNS Lookup Tool
Check A, AAAA, MX, TXT and NS records live.
ViewMail Health Checker
Verify MX, SPF, DKIM and DMARC configuration.
ViewSSL Checker
Inspect TLS certificate validity, expiry and chain of trust.
ViewWHOIS Lookup
Check registrar, registration date and nameservers.
ViewHTTP Header Checker
Inspect response headers and security headers.
ViewTechnology Detector
Identify the CMS, framework and hosting stack of any domain.
ViewResume Lab
ATS Resume Checker
Score your resume against ATS parsing rules and keywords.
ViewResume Builder
Build an ATS-friendly resume from a template.
ViewCover Letter Generator
Generate a tailored cover letter.
ViewJob Matcher
Match your resume against a job description.
ViewInterview Prep
Practice likely interview questions for your target role.
ViewRoadmaps
Linux Administrator Roadmap
Filesystem to firewall — everything to run production Linux servers with confidence.
ViewAWS Cloud Engineer Roadmap
From IAM to production architecture — build and secure real cloud infrastructure.
ViewDevOps Engineer Roadmap
Version control, containers, CI/CD, and infrastructure as code, tied together.
ViewLinux Fundamentals
Core concepts: the shell, commands, filesystem hierarchy, and how distributions differ.
ViewFilesystem
The FHS layout, mount points, inodes, and navigating the filesystem like an administrator.
ViewPermissions
Owners, groups, chmod/chown, and the sticky/SUID/SGID bits that trip up beginners.
ViewUsers & Groups
Creating and managing users, groups, sudoers, and password policies.
ViewProcess Management
ps, top, kill, signals, and understanding what's actually running on a server.
ViewPackage Management
yum/dnf, apt, and rpm — installing, updating, and removing software safely.
ViewNetworking
IP addressing, routing, DNS resolution, and diagnosing connectivity issues.
ViewSSH
Key-based auth, hardening sshd_config, and tunneling.
ViewApache
Virtual hosts, modules, and troubleshooting the Apache web server.
ViewNginx
Reverse proxying, load balancing, and Nginx as a high-performance web server.
ViewSystemd
Units, targets, journald, and managing services the modern way.
ViewCron
Scheduling recurring jobs and avoiding the classic cron pitfalls.
ViewShell Scripting
Bash scripting for real automation — loops, conditionals, and error handling.
ViewStorage
Disks, partitions, filesystems, and mounting storage correctly.
ViewLVM
Logical volumes, extending storage live, and snapshotting for safe rollbacks.
ViewFirewalld
Zones, rich rules, and managing the firewall without downtime.
ViewSELinux
Contexts, booleans, and troubleshooting SELinux denials instead of disabling it.
ViewMonitoring
Watching CPU, memory, disk, and services proactively before they page you.
ViewBackups
Backup strategies, rsync, and verifying restores actually work.
ViewSecurity
Hardening a server: patching, auditing, and reducing the attack surface.
ViewRHCSA Preparation
Exam objectives, practice tasks, and time-boxed drills for the RHCSA.
ViewProduction Linux Administration
Running Linux servers at scale — the habits that separate hobbyists from professionals.
ViewAWS Basics
The AWS global infrastructure: regions, availability zones, and the console/CLI.
ViewIAM
Users, roles, policies, and the principle of least privilege.
ViewEC2
Launching, sizing, and connecting to virtual servers in the cloud.
ViewEBS
Block storage volumes, snapshots, and choosing the right volume type.
ViewVPC
Building your own isolated network inside AWS.
ViewSubnet
Public vs private subnets and carving up your VPC's address space.
ViewInternet Gateway
Giving a VPC internet access the right way.
ViewRoute Tables
Controlling traffic flow between subnets, gateways, and the internet.
ViewSecurity Groups
Stateful instance-level firewalls and least-privilege network access.
ViewNACL
Stateless subnet-level access control as a second line of defense.
ViewLoad Balancer
ALB/NLB routing, target groups, and health checks.
ViewAuto Scaling
Scaling policies that grow and shrink capacity automatically.
ViewS3
Object storage, bucket policies, versioning, and static website hosting.
ViewCloudFront
CDN caching, origins, and distributing content globally.
ViewRoute53
DNS records, routing policies, and health-check-based failover.
ViewCertificate Manager
Free, auto-renewing TLS certificates for your AWS resources.
ViewRDS
Managed relational databases, backups, and Multi-AZ failover.
ViewCloudWatch
Metrics, alarms, dashboards, and logs for real observability.
ViewSNS
Pub/sub notifications for alerts and decoupled architectures.
ViewSQS
Durable message queues for decoupling services.
ViewLambda
Running serverless functions without managing servers.
ViewCloudFormation
Infrastructure as code — provisioning AWS resources from templates.
ViewCost Optimization
Right-sizing, reserved capacity, and catching wasted spend.
ViewAWS Security Best Practices
Guardrails, encryption, and the Well-Architected security pillar.
ViewProduction Architecture
Wiring these services together into a real, resilient production system.
ViewLinux
The Linux fundamentals every DevOps engineer needs before touching infrastructure.
ViewGit
Version control fundamentals — commits, branches, and merges.
ViewGitHub
Pull requests, Actions triggers, and collaborating on GitHub.
ViewBitbucket
Repositories, pipelines, and branch permissions in Bitbucket.
ViewDocker
Containerizing applications with Dockerfiles and images.
ViewDocker Compose
Defining and running multi-container applications.
ViewKubernetes
Orchestrating containers at scale — pods, deployments, and services.
ViewHelm
Packaging and templating Kubernetes applications.
ViewJenkins
Building CI/CD pipelines that test and deploy automatically.
ViewGitHub Actions
Workflow-as-code CI/CD directly inside GitHub.
ViewTerraform
Provisioning cloud infrastructure as versioned, reviewable code.
ViewAnsible
Agentless configuration management and idempotent playbooks.
ViewNexus
Hosting artifacts and container images in a private registry.
ViewSonarQube
Enforcing code quality gates inside your pipeline.
ViewPrometheus
Pull-based metrics collection and alerting rules.
ViewGrafana
Visualizing metrics into dashboards that are actually useful.
ViewNagios
Classic host and service monitoring with alerting.
ViewWazuh
Security monitoring, detection rules, and SIEM fundamentals.
ViewCloudflare
DNS, CDN, and WAF in front of production traffic.
ViewAWS
The core cloud platform most DevOps roles are built on.
ViewMonitoring
Tying metrics and alerting together into real observability.
ViewLogging
Centralizing and searching logs across a distributed system.
ViewCI/CD
Designing pipelines that build, test, and ship safely on every commit.
ViewInfrastructure as Code
Treating infrastructure like software — versioned, reviewed, reproducible.
ViewProduction Deployment
Blue-green, canary, and rollback strategies for shipping safely.
ViewDevSecOps
Baking security into the pipeline instead of bolting it on after.
ViewProjects
AWS Static Website Hosting
Production-grade static site delivery pipeline using S3 origin storage, CloudFront edge caching, ACM-issued TLS, Route53 DNS, and Cloudflare in front for extra security and performance.
ViewAWS Dynamic Website Hosting
Full dynamic web application stack on EC2 with an RDS-backed database, CloudFront + S3 for static assets, ACM TLS, Route53 DNS, and Cloudflare protection in front of the origin.
ViewLearn
Linux Administration: The Complete Field Guide
Filesystem hierarchy, permissions, users & groups, systemd, journald, cron, networking, SSH hardening, disk management, LVM, and RHCSA exam tips.
ViewDocker in Production: Images, Volumes, Networks & Compose
Containers, images, volumes, networks, Dockerfiles, Compose stacks, private registries, and the troubleshooting playbook for production containers.
ViewGit Mastery: Branching, Rebasing & GitHub Workflows
Git internals, branching, merging, rebasing, cherry-picking, stashing, resetting, reverting, tagging, Git Flow, and resolving merge conflicts for real.
ViewAWS 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.
ViewJenkins CI/CD: Pipelines, Agents & Deployments
Installation, declarative pipelines, agents, credentials, GitHub/Bitbucket webhooks, deployment stages, and pipeline troubleshooting.
ViewAnsible Automation: Inventory, Playbooks & Roles
Inventory files, playbooks, variables, roles, handlers, Ansible Vault, and real-world playbooks for hardening and deploying servers at scale.
ViewCloudflare: DNS, SSL, Caching, WAF & Tunnels
DNS management, SSL/TLS modes, caching rules, firewall, WAF, rate limiting, page rules, origin certificates, and Cloudflare Tunnel.
ViewBitbucket: Repositories, Pipelines & Deployments
Repository setup, Bitbucket Pipelines YAML, branching permissions, pull requests, and deployment stages to servers and cloud targets.
ViewSonarQube: Quality Gates & CI Integration
Installation, quality profiles, quality gates, scanner configuration for multiple languages, and wiring SonarQube into a CI/CD pipeline.
ViewcPanel & WHM: Accounts, Email, DNS & Troubleshooting
Account management, email configuration, backups, SSL, DNS zones, PHP versions, and MySQL administration through cPanel/WHM.
ViewNagios Monitoring: NRPE, Checks & Alerting
Nagios Core installation, NRPE agent setup, host and service checks, notification/escalation rules, and the commands you'll run daily.
ViewOWASP 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.
ViewWazuh: SIEM Architecture, Agents & Detection Rules
Wazuh manager/indexer/dashboard architecture, agent deployment, custom detection rules, alert tuning, and the operational dashboard workflow.
ViewLearn: 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.
ViewCron & 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.
ViewSSH 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.
ViewLVM: Logical Volume Management from Scratch
Physical volumes, volume groups, and logical volumes — creating, extending, and shrinking storage without unmounting production filesystems.
ViewLearn: AWS
AWS IAM Fundamentals: Users, Roles, Policies & Least Privilege
Users vs. roles vs. groups, identity-based vs. resource-based policies, policy evaluation logic, and applying least privilege in practice.
ViewEC2 Instance Types & Purchasing Options
Instance family naming (m6i, c7g, r6g), On-Demand vs. Reserved vs. Spot vs. Savings Plans, and picking the right combination for a real workload.
ViewS3 Storage Classes & Lifecycle Policies
Standard, Intelligent-Tiering, Glacier and Deep Archive compared on cost/retrieval time, plus lifecycle rules that move and expire objects automatically.
ViewVPC Networking: Subnets, Route Tables & Security Groups
CIDR planning, public vs. private subnets, route tables, internet/NAT gateways, security groups vs. NACLs, and a reference 2-tier VPC design.
ViewLearn: DevOps
Git Branching Strategies: Git Flow vs. Trunk-Based Development
Git Flow's branch model compared against trunk-based development with short-lived feature branches and feature flags — with a decision framework.
ViewDocker Compose for Multi-Container Applications
compose.yaml services, networks, volumes, environment files, healthchecks, and dependency ordering for a real app + database + cache stack.
ViewKubernetes Pods, Deployments & Services Explained
The Pod as the atomic unit, Deployments for replica management and rollouts, and Services (ClusterIP/NodePort/LoadBalancer) for stable networking.
ViewTerraform State Management & Remote Backends
Why state exists, the danger of local state on a team, S3 + DynamoDB remote backends with state locking, and recovering from state drift.
ViewLearn: Resume Lab
How ATS Resume Screening Actually Works
What an Applicant Tracking System parses, why tables/columns/images break parsing, keyword matching mechanics, and how to format around it.
ViewDevOps Resume: Structure, Keywords & Examples
Section order for a DevOps/SRE resume, which tools and metrics recruiters scan for first, and a before/after bullet-point rewrite.
ViewCheat Sheets
Linux Commands Cheat Sheet
The commands used daily for filesystem navigation, permissions, processes, networking, storage, and service management on any Linux distribution.
ViewDocker Commands Cheat Sheet
Images, containers, volumes, networks, Compose, and the cleanup/debug commands used to operate containers day to day.
ViewGit Commands Cheat Sheet
Branching, merging, rebasing, stashing, and the recovery commands that get you out of a bad state without losing work.
ViewInterview Questions
Linux Interview Questions & Answers
Real questions asked in Linux SysAdmin, DevOps, and RHCSA-track interviews — filesystem, permissions, systemd, networking, storage, and troubleshooting.
ViewAWS Interview Questions & Answers
Real questions asked in AWS Cloud, DevOps, and Solutions Architect interviews — IAM, EC2, S3, VPC, RDS, CloudFront, and cost/architecture tradeoffs.
ViewTags
#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.
View1 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