🏠 IT Knowledge DB

A multi-dimensional map of modern IT: networks, systems, infrastructure, cloud, containers, data, code, automation, and security. Ten vertical domains meet horizontal cross-cutting concepts and vertical abstraction layers.


πŸ“š Domains

DomainMOCScope
Networking🌐 Networking MOCRouting, switching, 802.1X, NAC, DNS, VPN
Linux🐧 Linux MOCsystemd, kernel, shells, networking, security
Server InfrastructureπŸ–₯️ Server Infrastructure MOCHypervisors, storage, hardware, backup/DR
Cloud☁️ Cloud MOCAWS & Azure β€” VPC/VNet, IAM, hybrid connectivity
ContainersπŸ“¦ Containers MOCDocker, Kubernetes, registries, runtimes
DevOpsπŸ”„ DevOps MOCCI/CD, IaC, GitOps, release management
CybersecurityπŸ” Cybersecurity MOCThreats, controls, frameworks, tooling
DatabaseπŸ—„οΈ Database MOCSQL, NoSQL, indexing, transactions, replication
ProgrammingπŸ’» Programming MOCPython, Bash, Git, paradigms, ops-focused coding
Automationβš™οΈ Automation MOCAnsible, Terraform, network automation, scripting

πŸ”— Cross-cutting Layers

LayerMOCWhat lives here
ConceptsπŸ”— Cross-cutting Concepts MOCIdeas that cut across every domain (Auth, Encryption, HA, DNS…)
Abstraction LayersπŸ“š Layers MOCL2/L3/L4/L7, IaaS/PaaS/SaaS β€” the β€œepochs” of IT

🧭 How to read this map

  • Vertical β†’ deep-dive inside one domain (e.g. OSPF β†’ Stub Areas β†’ NSSA).
  • Horizontal β†’ follow a concept across domains (e.g. Authentication shows up in 802.1X, PAM, IAM, OAuth).
  • Diagonal β†’ connect a specific tool to an abstraction layer (e.g. Envoy β†’ L7 β†’ service mesh).

βš™οΈ Meta

TABLE WITHOUT ID file.link AS "Note", type AS "Type", domain AS "Domain"
FROM "00 - MOC"
WHERE type = "moc"
SORT file.name ASC