John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

Proxy fetcher and tester

Proxy fetcher and tester

Basic bash script for fetching proxy (socks 4) and tester. Screenshot below shows the demo of this script. Source code from github: https://github.com/jmcausing/proxy-fetcher
iptables – Linux Firewall examples

iptables – Linux Firewall examples

Get the current firewall rules (LIST) iptables -L Screenshot above shows the default firewall rule of that centos7 linux machine. No rules added so far. Inserting rule to block a specific IP Address iptables -A INPUT -s 35.33.11.192 -j DROP Screenshot below shows that...