John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

LXD/LXC Short overview and useful commands

LXD/LXC Short overview and useful commands

Create storage If you want to create a separate storage you can try to follow the instructions below. This example is using Linode to add additional storage. Create volume in Linode. Don’t configure it or set the partitionTo check if it’s there in your...
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...