19 docs tagged with "linux"
View all tags[DRAFT] Squid Proxy
Chapter 1 - Essential Commands
First Section Of Chapter 1
Concurrency in Linux
my rating for best coding tools assistant
Handling System Event
my rating for best coding tools assistant
Inter-Process Communication
my rating for best coding tools assistant
ip Command
The ip command is the primary command-line tool for configuring and managing network interfaces in modern Linux systems. It is part of the iproute2 package and replaces older tools like ifconfig and route.
iptables
iptables is a user-space utility that allows a system administrator to configure the IP packet filter rules of the Linux kernel firewall, implemented as a set of Netfilter hooks. For many years, it has been the standard tool for firewalling on Linux.
Journaling
my rating for best coding tools assistant
Linode
Linode is a cloud computing provider offering virtual private servers (VPS), storage, networking, and other cloud services. A good alternative to AWS, Azure, and GCP.
Memory Management & Filesystem
my rating for best coding tools assistant
Milestones
First phase to deepen on linux knowledge
Netfilter Framework
Netfilter is the underlying packet filtering framework within the Linux kernel. It is not a tool that users interact with directly, but rather a powerful infrastructure that provides a series of "hooks" into the kernel's network stack.
Network Administration and Reliability
my rating for best coding tools assistant
Observation Tools
my rating for best coding tools assistant
Resource Control & Isolation in Linux
my rating for best coding tools assistant
System Startup And Operation
my rating for best coding tools assistant
Text Processing
my rating for best coding tools assistant
veth (Virtual Ethernet)
A veth (Virtual Ethernet) pair is a Linux kernel feature that creates two virtual network interfaces that are linked together. Think of it as a virtual patch cable. Packets sent out one interface of the pair are immediately received on the other interface.