In order to manager in a easy way iptables on Debian machines please install iptables-persistent apt install -y iptables-persistent After we did added the required rules need to add the following in order to block. ##required to be added iptables -A INPUT -p udp -j REJECT –reject-with icmp-port-unreachable iptables -A INPUT -p tcp -j REJECT…
WordPress Website Safe?
During my experience like web developer i cleaned up a lot of infected WordPress websites, Here are the reason mostly allow bad guy to enter into websites. First of all before you go further check the hosting provider, search on google for top 10 hosted, do not point on something cheap, cheaper web hosting not…
Git tutorial, how to work with git
Working in different projects in group some time can be a little frustrating if taked in the wrong way. What git do? Git is an open source distributed version control system designed for small and very large projects. Allows a groups of people to work on the same documents ( no metter if this is…