Firewall
Questo è uno stupidissimo script bash che tramite poche domande configura un firewall generico. #!/bin/bash # # IPTABLES=”/sbin/iptables” INTERFACE=”0″ SSH_PORT=”” WWW_PORT=”” FTP_PORT=”” echo -e “\n\n ***********************************” echo ” * Read …