Hey, I’ve wanted to cover some Linux networking basics, and I felt that going through the exercise of setting up a straightforward TCP server would do good, and writing a guide during that process would certainly force me to go over details that I’d usually skip. If you’re curious (or just wanted a tutorial) on how to set up a TCP server using Linux and C, this is for you. The overview The socket Creating a Socket (extra) Writing to a socket in CLOSED state Binding the socket to an addr...