Iptables howto

IPTABLES basic commands List current rules: # iptables -L -v Remove all previous rules: # iptables -F Don’t disconnect ESTABLISHED connections: # iptables -A INPUT -m state –state ESTABLISHED,RELATED -j ACCEPT Drop any Broadcast and Multicast # iptables -A INPUT […]

Tags: , , , , , , , , , , ,

Script to automatically get emails from pop3

Script to automaticly get emails from pop3 servers using getmail allows multiple downloads, auto search. Requirements: Perl, Perl Regexp::Trie and Net::POP3. Both can be easly installed via cpan interface or Download from here Create a special user account called downmx […]

Tags: , , , , , , , , , , , , , , , ,

Secure SSH with Fail2Ban

Remote managing a server is important but I believe securing it is just as important. Would you like to type “last” and just relize someone has just login into your server from a far country? Well the solution is here! […]

Tags: , , , , , , , , , ,