Install and Configure Fail2Ban for SSH on Debian15 November 2023·Updated: 28 August 2024·272 words·2 minsFail2ban Security HardeningHow to Install and Configure Fail2Ban for SSH on Debian
WireGuard's Security Features and Best Practices15 November 2023·Updated: 24 August 2024·523 words·3 minsVPN Security WireGuardWireGuard’s Security Features and Best Practices
WireGuard: Next Generation Kernel Network Tunnel15 November 2023·Updated: 27 August 2024·11504 words·55 minsVPN Security WireGuardWhitepaper of WireGuard, Next Generation Kernel Network Tunnel
Simple Stateful Firewall with nftables15 November 2023·Updated: 31 August 2024·134 words·1 minNftables Security FirewallConfigure a Simple Stateful Firewall with nftables.
Simple Stateful Firewall with iptables15 November 2023·Updated: 28 August 2024·401 words·2 minsIptables Firewall SecurityHow to configure a simple Stateful Firewall with iptables.
Setup an NSA-Proof OpenSSH server1 January 0001·Updated: 29 August 2024·2115 words·10 minsOpenSSH Security HardeningThe SSH protocol uses encryption to secure the connection between a client and a server.
Default Server Settings for Nginx1 January 0001·Updated: 24 August 2024·32 words·1 minNginx Security HardeningConfig #server { listen [::]:443 ssl http2; listen 443 ssl http2; server_name _; ssl_reject_handshake on; } server { listen 80; listen [::]:80; server_name _; return 444; } Reload nginx: