SSL Offer : 50% Off for Year !!!

  Hostripples offers the best deals for the SSL Certificates  for your website to secure your online transaction and increase the reliability with your clients. What is an SSL certificate? SSL stands for Secure Sockets Layer. It is a protocol that was designed to keep communication over the internet safe. Data sent via an SSL […]

See More

Iptables commands .

  #!/bin/sh#File: /etc/rc.d/rc.firewall# At once log and drop any known abusive IPsiptables -A INPUT -p tcp -s 87.118.104.44 -m limit –limit 1/minute –limit-burst 10 -j LOG –log-prefix “[DROPPED_NODE]“ –log-level 4iptables -A INPUT -p tcp -s 87.118.104.44 -j DROP# Allow fr?m ?n? t? ?n? ?n 127.0.0.1/32iptables -A INPUT -s 127.0.0.1/32 -j ACCEPTiptables -A OUTPUT -s 127.0.0.1/32 -j […]

See More