Networking Fundamentals
Network Fundamentals for DevOps A few weeks ago I started learning computer networking from scratch - from physical internet (Devices, LAN,WAN,MAN, etc.), internet addressing, OSI model, TCP/IP model,
Aug 27, 20266 min read67

Search for a command to run...
Series
Network Fundamentals for DevOps A few weeks ago I started learning computer networking from scratch - from physical internet (Devices, LAN,WAN,MAN, etc.), internet addressing, OSI model, TCP/IP model,

Learning the basics is one thing, but figuring out "Why won't this connect?" when a service refuses to communicate with another service is the first true test. But before jumping to troubleshooting co

Before touching a single command, I spent time understanding how Linux is actually structured, because every tool I'd learn after this (Jenkins, Docker, Ansible) runs on top of it, and debugging any o
