분야별 탐색
네트워킹 / 서버 가이드15
keepalived VRRP Complete Guide — High Availability with Virtual IP Failover
Share a virtual IP across nodes with VRRP so traffic fails over without downtime when the master dies. Covers MASTER/BACKUP setup, vrrp_script health checks, and split-brain prevention for production.
Building a BIND9 DNS Server — A Complete Guide to Running an Authoritative Nameserver
Set up an authoritative nameserver with BIND9. Covers named.conf layout, forward and reverse zone files, SOA/NS/MX records, master/slave zone transfers, and DNSSEC basics.
Caddy Web Server — A Complete Guide to Automatic HTTPS Reverse Proxying
A practical operations guide covering Caddy's automatic HTTPS (ACME), Caddyfile syntax, reverse proxying, headers, compression, logging, and zero-downtime configuration via the API.
SSH Port Forwarding and Tunneling: A Complete Guide
How to reach databases and Redis with local port forwarding, expose an internal server with remote port forwarding, and set up a SOCKS proxy with dynamic port forwarding.
curl · wget Practical Guide — API Testing and File Downloads
How to test REST APIs with curl—including headers, authentication, and request bodies—how to download and mirror files with wget, and when to choose each tool.
Complete Guide to Installing and Configuring WireGuard VPN
Covers WireGuard server and client installation, key generation, configuration files, adding peers, and routing so you can set up site-to-site VPN and remote access.
Apache Virtual Host Configuration — Virtual Host and Module Management
Practical Apache setup for per-domain virtual hosts, covering module enablement, redirects, SSL integration, and separate logs.
iptables in Practice — Adding Rules, NAT, and Port Forwarding
A practical guide to firewall configuration with iptables, covering chain structure, inbound/outbound filtering, NAT masquerading, port forwarding, and persisting rules.
HAProxy Load Balancer: Installation, Health Checks, and Sticky Sessions
A step-by-step practical guide to HAProxy setup, covering round-robin and least-connections algorithms, health checks, sticky sessions, and SSL termination.
Advanced Nginx Operations — Load Balancing · Caching · Rate Limiting · Security Headers
A deep-dive guide to taking full control of production Nginx — covering upstream load-balancing strategies, proxy_cache content caching, limit_req rate limiting, and security headers.
Complete DNS Record Guide — Configuring A, CNAME, MX, TXT and Using dig
A practical rundown of each DNS record type, how to configure them, and how to diagnose DNS issues yourself with the dig command.
Diagnosing Network Status with ss, netstat, and tcpdump
A practitioner-focused rundown of Linux network diagnostics—from checking listening ports and inspecting connection state to capturing packets with the core tools.
Complete Guide to UFW Firewall Configuration
A practical guide to Ubuntu UFW: opening and closing ports, allowing specific IPs, logging, and checking firewall status.
Issuing a Free HTTPS SSL Certificate with Let's Encrypt
How to issue a free SSL certificate for your domain with Certbot, apply it to Nginx, and set up automatic renewal.
Nginx Web Server Basics and Reverse Proxy
A practical guide covering Nginx installation, static file serving, reverse proxy, and load balancing so you can apply the settings immediately in production.