Skip to content

ksankeerth/Learning-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning-Linux

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

About

I use this repository to take notes about Linux and Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published