linux networking TIL: QUIC is like TLS over UDP QUIC (Quick UDP Internet Connections) is a new(ish) protocol for developing applications on the internet. It aims to provide TLS-like encryption without the overhead of TCP.
linux networking TIL: The difference between netstat and ss Motivation In this post, I'm going to go over two tools for inspecting the socket states (netstat and ss), and why to choose one over the other (spoiler: you can
linux networking TIL: There are 16 T1 Internet Service Providers I've been collecting information for a "Practical Guide to Linux Networking" by reading material I can find. Two things I've been reading recently are: A Practical Guide to
TIL New Format: Today I Learned I am going to try a new format where I write about something I learned. My goals with this format are: Increase the amount of writing I do Increase the