nftables Security

This article provides configurations and shell scripts to run nftables – the newer/better version to replace iptables. This covers rate limiting and blocking. Code for Debian 13 included. NFTABLES & Security Note: If you want to just get things working – this should do it, and you can go back to the .txt data files…

nginx.conf & SSL

This is an example of nginx.conf with memcached and added security. Nginx Web Server In our travels, we configure web servers such as Nginx, Apache2 or LiteSpeed. I prefer Nginx. Some applications require Apache2. AWS Linux has available a variant of Apache called httpd. Nginx uses /etc/nginx/nginx.conf for the master configuration and a primary website…