Tagged articles
50 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 26, 2026 · Operations

9 Essential Linux Network Commands Every Admin Should Know

This guide walks Linux administrators through nine core networking utilities—ip, netstat, nmap, traceroute, tcpdump, ssh, wget, netplan, and nmtui—explaining their purpose, key options, and example commands to configure interfaces, inspect routes, capture packets, and manage remote connections.

Linuxcommandsip
0 likes · 8 min read
9 Essential Linux Network Commands Every Admin Should Know
Raymond Ops
Raymond Ops
Sep 30, 2025 · Operations

Master Linux Network Configuration: IP, Routing, Bonding and More

This guide walks through Linux network fundamentals, covering hostname, IP address, netmask, gateway, DNS, interface status, routing tables, and tools like ifconfig, ip, route, ss, netstat, traceroute, nslookup, tcpdump, as well as temporary and permanent IP changes, interface renaming, dual‑NIC bonding, and practical command examples.

BondingLinuxip
0 likes · 20 min read
Master Linux Network Configuration: IP, Routing, Bonding and More
Efficient Ops
Efficient Ops
Aug 31, 2025 · Fundamentals

Master Computer Network Fundamentals: TCP/UDP, HTTP, Socket & More

This comprehensive guide walks readers through the fundamentals of computer networking, covering architecture models, TCP and UDP protocols, HTTP basics, socket programming, IP addressing, ICMP, Ping, and related concepts such as routers, cookies, and token authentication, all illustrated with clear diagrams.

Computer NetworksHTTPICMP
0 likes · 9 min read
Master Computer Network Fundamentals: TCP/UDP, HTTP, Socket & More
Raymond Ops
Raymond Ops
Aug 31, 2025 · Fundamentals

Mastering NAT: From Basics to Advanced Configurations

This article explains the fundamentals of Network Address Translation (NAT), including IPv4 address exhaustion, private IP ranges, NAT principles, roles, classifications such as static NAT, dynamic NAT, NAPT, Easy IP, NAT Server, and provides detailed configuration examples and a typical network experiment to illustrate practical deployment.

NATNetwork Address TranslationRouter configuration
0 likes · 15 min read
Mastering NAT: From Basics to Advanced Configurations
MaGe Linux Operations
MaGe Linux Operations
Jul 14, 2025 · Operations

Master Linux Routing in 3 Days: From Basics to Advanced Configuration

This comprehensive guide walks you through Linux routing fundamentals, table structures, static and dynamic configurations, as well as advanced techniques like policy routing and ECMP, as well as troubleshooting, performance tuning, security measures, and best practices, enabling you to become a network expert in just three days.

Sysadminiprouting
0 likes · 25 min read
Master Linux Routing in 3 Days: From Basics to Advanced Configuration
Liangxu Linux
Liangxu Linux
Jun 2, 2025 · Operations

Master Linux Network Configuration: IP, Routes, Bonding and Diagnostic Tools

This guide walks through Linux network fundamentals—including hostname, IP address, netmask, gateway, DNS, interface status, temporary and permanent IP changes with ifconfig and ip, routing adjustments, bond interface setup, and diagnostic utilities like ethtool, ss, netstat, traceroute, nslookup, and tcpdump—providing step‑by‑step commands and examples for effective system administration.

BondingSystem Administrationip
0 likes · 16 min read
Master Linux Network Configuration: IP, Routes, Bonding and Diagnostic Tools
Liangxu Linux
Liangxu Linux
Apr 16, 2025 · Fundamentals

Mastering IP Routing: How Routers Choose the Best Path

This article explains the fundamentals of IP routing in data communication networks, covering how routers use routing tables, route information, direct routes, priority and metric calculations, longest‑prefix matching, and the step‑by‑step forwarding process with practical examples and command snippets.

NetworkingRouterip
0 likes · 9 min read
Mastering IP Routing: How Routers Choose the Best Path
Liangxu Linux
Liangxu Linux
Nov 3, 2024 · Fundamentals

Enable and Use Promiscuous Mode on Linux: Commands and C Code

This guide explains what network‑card promiscuous (promisc) mode is, why it matters for receiving packets across different subnets, and provides step‑by‑step Linux commands and a C program example to enable, disable, and verify the mode on an interface.

C programmingLinuxPromiscuous Mode
0 likes · 4 min read
Enable and Use Promiscuous Mode on Linux: Commands and C Code
Tencent Cloud Developer
Tencent Cloud Developer
Aug 15, 2024 · Fundamentals

Understanding the End-to-End Process of a Web Request: IP, DNS, CDN, TCP, Protocol Design, CGI/FastCGI, Server Models, and Database Evolution

The article walks through every stage of a web request—from IPv4 addressing, NAT, and DNS resolution through CDN proximity and TCP stream handling, to HTTP framing, CGI versus FastCGI processing, stateless versus stateful server models, and finally database scaling techniques such as sharding and Redis caching.

CDNCGIDNS
0 likes · 21 min read
Understanding the End-to-End Process of a Web Request: IP, DNS, CDN, TCP, Protocol Design, CGI/FastCGI, Server Models, and Database Evolution
Liangxu Linux
Liangxu Linux
Jul 24, 2024 · Operations

Master the Linux route Command: Manage IP Routing Tables Like a Pro

This guide explains how to install, use, and interpret the Linux route command for displaying and manipulating the kernel IP routing table, covering options, output fields, persistence tricks, and practical examples for querying, adding, deleting, and rejecting routes.

LinuxSystem Administrationip
0 likes · 7 min read
Master the Linux route Command: Manage IP Routing Tables Like a Pro
Java Tech Enthusiast
Java Tech Enthusiast
Apr 5, 2024 · Fundamentals

Understanding Loopback Addresses, Ping, and Why 127.0.0.1 Works Offline

The IPv4 loopback address 127.0.0.1 (also reachable via the hostname localhost) is reserved for internal communication, so pinging it never leaves the host and works even with the network cable unplugged, while 0.0.0.0 is an unspecified address used only for binding to all interfaces and cannot be pinged.

IPv4IPv6Linux
0 likes · 13 min read
Understanding Loopback Addresses, Ping, and Why 127.0.0.1 Works Offline
MaGe Linux Operations
MaGe Linux Operations
Jan 16, 2024 · Fundamentals

Unlocking TCP, UDP, IP & More: A Deep Dive into Network Protocols

This article provides a comprehensive overview of core network protocol structures—including TCP, UDP, IPv4/IPv6, IPSec, Ethernet, 802.1Q, 802.11, SSL, RTP, and OpenFlow—detailing their header fields, functions, and security mechanisms to help readers grasp essential networking concepts.

ProtocolsSecurityTCP
0 likes · 15 min read
Unlocking TCP, UDP, IP & More: A Deep Dive into Network Protocols
Liangxu Linux
Liangxu Linux
Nov 19, 2023 · Fundamentals

What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide

This article explains the technical distinction between bandwidth and broadband, shows how to convert bandwidth to download speed, clarifies upstream and downstream rates, discusses server bandwidth usage, and compares private and public IP addresses with practical examples and calculations.

Downloadbandwidthbroadband
0 likes · 15 min read
What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide
Liangxu Linux
Liangxu Linux
Jan 18, 2023 · Operations

6 Deprecated Linux Network Commands and Their Modern Replacements

This guide lists six Linux networking commands that have been deprecated—ifconfig, netstat, scp, route, egrep/fgrep, and arp/iptunnel/nameif—and shows the modern ip, ss, sftp/rsync, and grep alternatives with usage examples and brief explanations.

DeprecatedGrepLinux
0 likes · 6 min read
6 Deprecated Linux Network Commands and Their Modern Replacements
Open Source Linux
Open Source Linux
Jan 12, 2023 · Fundamentals

Why Two Types of Broadcast IP Exist and How They Differ in Practice

This article explains the two kinds of broadcast IP addresses—local broadcast (255.255.255.255) and directed broadcast (e.g., 10.1.1.255)—detailing their Layer‑2 and Layer‑3 behaviors, packet structures, Wireshark analysis, security implications, and how they are used in real networks.

L2L3broadcast
0 likes · 16 min read
Why Two Types of Broadcast IP Exist and How They Differ in Practice
Open Source Linux
Open Source Linux
Dec 19, 2022 · Fundamentals

Master the TCP/IP Stack: From Layers to Real-World Protocols

This comprehensive guide explains the TCP/IP model’s four layers, key protocols such as IP, ARP, ICMP, DNS, and the differences between TCP and UDP, and details connection setup, termination, flow and congestion control mechanisms like slow start, fast retransmit, and fast recovery.

NetworkingProtocolsTCP
0 likes · 23 min read
Master the TCP/IP Stack: From Layers to Real-World Protocols
Ops Development Stories
Ops Development Stories
Oct 10, 2022 · Operations

How to Safely Change Ceph MON IP Addresses During Server Migration

This guide details how to modify Ceph monitor (MON) IP addresses when moving a Ceph cluster to a new data center, covering both same‑network IP changes by adding and removing MON nodes and full‑network IP updates using monmaptool, with step‑by‑step commands and troubleshooting tips.

CephCluster MigrationMON
0 likes · 8 min read
How to Safely Change Ceph MON IP Addresses During Server Migration
IT Services Circle
IT Services Circle
Mar 17, 2022 · Fundamentals

Understanding IP‑to‑IP Communication and Ethernet Fundamentals

This article explains the layered structure of computer networks, the role of IP, TCP, HTTP and DNS, and dives into Ethernet basics, collision handling, switches, and how diverse networks interconnect to form the Internet, providing a comprehensive overview for developers.

InternetTCP/IPethernet
0 likes · 10 min read
Understanding IP‑to‑IP Communication and Ethernet Fundamentals
Open Source Linux
Open Source Linux
Jun 6, 2021 · Fundamentals

Mastering NAT: From Basics to Advanced Configurations

This article explains the fundamentals of IP addressing, the role of NAT, static and dynamic NAT, NAPT, Easy IP, NAT Server, and NAT ALG, and provides step‑by‑step lab exercises with configuration commands and packet‑capture verification for network engineers.

NATNetwork Address TranslationSubnetting
0 likes · 17 min read
Mastering NAT: From Basics to Advanced Configurations
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 25, 2021 · Fundamentals

Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods

This article explains how to configure Linux network interfaces, interpret configuration files, set up DNS and hosts, understand routing (static and dynamic), examine IP and MAC header structures, apply CIDR subnetting, differentiate private and public addresses, and choose common virtual networking methods such as bridge, NAT, and host‑only.

LinuxMacNetwork Configuration
0 likes · 16 min read
Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 1, 2021 · Fundamentals

Configuring Linux Network, Routing, and IP Fundamentals

This article explains how to configure Linux network settings, describes the contents of key configuration files such as ifcfg, /etc/resolv.conf, and /etc/hosts, and introduces routing concepts, static and dynamic routes, gateways, IP/MAC headers, CIDR, and common virtual networking methods.

LinuxMacNetwork Configuration
0 likes · 17 min read
Configuring Linux Network, Routing, and IP Fundamentals
Programmer DD
Programmer DD
Dec 24, 2020 · Fundamentals

What Is DNS? A Beginner’s Guide to the Domain Name System

This article explains the fundamentals of the Domain Name System (DNS), covering how domain names map to IP addresses, the hierarchical structure of DNS zones, the roles of root, top‑level, and authoritative servers, query processes, record types, and practical command‑line tools like dig and ipconfig.

DNSDomain Name SystemNetworking
0 likes · 13 min read
What Is DNS? A Beginner’s Guide to the Domain Name System
Liangxu Linux
Liangxu Linux
Dec 14, 2020 · Operations

How to Assign Multiple VLAN IPs on a Single Linux NIC (CentOS/RHEL)

This guide explains how to configure multiple VLAN‑tagged interfaces on a single Linux network card in CentOS/RHEL, covering kernel module loading, creating VLAN interfaces with ip, assigning IP addresses, and persisting the settings via ifcfg files so they survive reboots.

CentOSLinuxNetworking
0 likes · 5 min read
How to Assign Multiple VLAN IPs on a Single Linux NIC (CentOS/RHEL)
Open Source Linux
Open Source Linux
Jun 12, 2020 · Fundamentals

Why IPv6 Still Lags Behind IPv4: NAT, Compatibility, and Address Management Explained

Despite IPv6 offering vastly larger address space and improved performance, its adoption remains slow due to NAT’s mitigation of IPv4 scarcity, lack of backward compatibility, and complex address management, prompting engineers to rely on dual stacks, tunneling, and resource reclamation strategies to extend IPv4’s lifespan.

Address ManagementIPv4IPv6
0 likes · 13 min read
Why IPv6 Still Lags Behind IPv4: NAT, Compatibility, and Address Management Explained
Liangxu Linux
Liangxu Linux
May 16, 2020 · Fundamentals

Master IP Basics: From Address Types to Subnetting, NAT and IPv6

This comprehensive guide explains the fundamentals of IP networking, covering IP address structure, classful and classless addressing, subnetting techniques, public and private address allocation, routing, fragmentation, IPv6 features, and essential protocols such as DNS, ARP, DHCP, NAT, ICMP and IGMP.

CIDRDHCPDNS
0 likes · 35 min read
Master IP Basics: From Address Types to Subnetting, NAT and IPv6
Open Source Linux
Open Source Linux
Mar 30, 2020 · Operations

Mastering Web Load Balancing: Techniques, Strategies, and Best Practices

This article explains how web load balancing distributes HTTP/HTTPS requests across multiple servers to improve concurrency, availability, and scalability, covering DNS round‑robin, CDN acceleration, IP load balancing, reverse proxy, and layer‑4 techniques with practical insights and diagrams.

CDNipreverse proxy
0 likes · 12 min read
Mastering Web Load Balancing: Techniques, Strategies, and Best Practices
MaGe Linux Operations
MaGe Linux Operations
May 12, 2016 · Fundamentals

Understanding IP, TCP, and UDP Packet Structures: A Quick Guide

This article explains the structure and fields of IP packets, including version, header length, TOS, total length, ID, flags, fragment offset, TTL, protocol, checksum, source and destination addresses, as well as the formats and key functions of TCP and UDP headers, highlighting their differences.

NetworkingTCPUDP
0 likes · 8 min read
Understanding IP, TCP, and UDP Packet Structures: A Quick Guide
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2015 · Operations

How to Accurately Measure Website Traffic and Calculate Required Bandwidth

Understanding website traffic involves distinguishing IP (unique visitors) from PV (page views), interpreting their relationship, and using these metrics to estimate bandwidth needs, with formulas that factor in average page size, peak traffic multiples, and conversion from bytes to bits for accurate capacity planning.

PVWeb Analyticsbandwidth planning
0 likes · 5 min read
How to Accurately Measure Website Traffic and Calculate Required Bandwidth