/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ops.tips
| | jameshfisher.com
3.7 parsecs away

Travel
| | `getaddrinfo` ostensibly does DNS lookups. Sounds simple, but it uses more than 100 system calls! Let's trace the crazy path of address lookup on Linux.
| | muhammadraza.me
4.2 parsecs away

Travel
| | In this post, we will understand how an HTTP server works by implementing one in Python.
| | tanelpoder.com
3.7 parsecs away

Travel
| | As I'm delivering my Linux Troubleshooting training soon, I am going to blog about some typical issues and techniques we'll troubleshoot in the class too. I'll start from a relatively simple problem - logging in to a server via SSH always takes 10 seconds. The delay seems to be pretty constant, there don't seem to be major network problems and the server is not overloaded. Yet, remote logins always take 10 seconds. - Linux, Oracle, SQL performance tuning and troubleshooting - consulting & training.
| | blog.yadutaf.fr
24.9 parsecs away

Travel
| [AI summary] This tutorial explains how to isolate and manage network interfaces using Linux NET namespaces, demonstrating practical implementation with veth pairs and a C program.