A broad intro to networking
A beginner-friendly introduction to computer networking concepts, focusing on the OSI model and essential hardware.
A beginner-friendly introduction to computer networking concepts, focusing on the OSI model and essential hardware.
A Python developer shares insights from the HTTP Workshop in Stockholm, discussing HTTP/2, web standards, and Python's role in the ecosystem.
Fixing SSH connection errors in Proxmox 4 LXC containers by correcting the network CIDR suffix from /32 to /24.
A guide to recovering a bricked Ubiquiti EdgeRouter Lite using a Mac, serial connection, and TFTP to fix corrupt filesystem errors.
A nostalgic guide to installing a TCP/IP stack on Windows for Workgroups 3.11 to enable internet connectivity on the 1993-era OS.
A technical guide on setting up a Site-to-Site VPN in Microsoft Azure using PowerShell commands and configuration steps.
A developer shares lessons on managing multiple AWS environments, networking, and security automation, debunking outdated practices.
A technical guide detailing the challenges and solutions for setting up a remote OpenVPN connection to a home lab ESXi host, including vSwitch configuration.
Explains how to assign specific public IPs to Docker containers using the new libnetwork feature in Docker 1.10.
A guide to using PowerShell's Test-NetConnection cmdlet for advanced network troubleshooting, including port checks.
A guide to using the Tor network for enhanced online privacy, covering applications beyond web browsing and practical setup tips.
Announcing Hyper-h2 v1.0.0, a new Python library project providing foundational tools for building HTTP/2 implementations.
A guide to implementing HTTP/2 servers and clients in Go using the golang.org/x/net/http2 library, with code examples.
Practical tips for IT professionals attending tech conferences, covering travel, sessions, vendor areas, and networking.
A technical guide on setting up a reverse VPN to securely expose home network services like Alexa and Plex to the public internet.
A technical guide on setting up and running different types of Tor network relays (bridge, middle, exit) using Docker containers.
A guide to creating a custom AFNetworking response serializer for iOS to extract and display server error messages from JSON API responses.
How to configure a static public IP address (ILPIP) on an Azure VM using PowerShell, including a key undocumented parameter.
A technical guide explaining how to route all host traffic through a Tor Docker container using iptables rules.
A deep technical exploration of the complex chain of events, from a keypress to network requests, that occurs when you load a URL in a browser.