I use this repository to take notes about Linux and Tools
Extract tar to a different Path
tar -xzf cni-plugins-linux-amd64-v1.1.1.tgz -C /opt/cni/bin
Load kernel Module
modeprobe br_netfilter
Check available Kernel Modules
lsmod
Load Kernel Parameters from directory runtime
sysctl --system
IP Tables
IP Tables is a linux firewall program that allows to add rules for incoming and outgoing packets.Click here to view more
eBPF The eBPF allows to run programs in kernel space in runtime. Click here to view more