Block access to specific port
I wanted to block specific port in my webserver and whitelist my IP address. To achieve that I used: iptables -A INPUT …
I wanted to block specific port in my webserver and whitelist my IP address. To achieve that I used: iptables -A INPUT …
I had performance issues when was working with MySQL server on UBUNTU machine. My application was running very slow. Databases import was …