Linux Tech Enthusiast
Author

Linux Tech Enthusiast

Focused on sharing practical Linux technology content, covering Linux fundamentals, applications, tools, as well as databases, operating systems, network security, and other technical knowledge.

125
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Linux Tech Enthusiast

100 recent articles max
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 3, 2026 · Operations

10 Excellent Linux Network Monitoring Tools

This article reviews ten open‑source Linux network monitoring utilities—iftop, vnstat, iptraf, Monitorix, dstat, bwm‑ng, ibmonitor, htop, arpwatch, and Wireshark—detailing their features, typical use cases, installation notes, and how each helps administrators track bandwidth, connections, and potential issues via the command line.

LinuxSystem AdministrationWireshark
0 likes · 8 min read
10 Excellent Linux Network Monitoring Tools
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 2, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts, physical and data‑link layers, and addressing schemes to routing protocols, TCP/UDP transport mechanisms, application‑layer services like DNS and HTTP, and security fundamentals—providing clear explanations, step‑by‑step processes, formulas, and visual diagrams to help readers understand how each layer works and interacts.

LinuxNetwork StackNetworking Fundamentals
0 likes · 64 min read
Master the Linux Network Stack: A Complete Illustrated Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 1, 2026 · Operations

Nali – Go‑Based Open‑Source CLI for Offline IP and CDN Lookup

Nali is a Go‑rewritten open‑source terminal tool that lets you query IPv4/IPv6 geolocation and CDN provider information offline using multiple databases, supports pipe processing and interactive mode, and can be installed from source or pre‑compiled binaries with configurable environment variables.

CLIGeoIPGo
0 likes · 11 min read
Nali – Go‑Based Open‑Source CLI for Offline IP and CDN Lookup
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 31, 2026 · Industry Insights

Why Do Most Servers Run Linux? Surprising Answers Explained

The article compiles several Zhihu contributors' explanations—covering historical Windows dominance, IIS limitations, cost differences, ecosystem strength, container support, and open‑source politics—to show why Linux has become the default operating system for modern servers.

ApacheCostIIS
0 likes · 10 min read
Why Do Most Servers Run Linux? Surprising Answers Explained
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 29, 2026 · Operations

The Most Comprehensive Linux Command Cheat Sheet

This article provides an exhaustive reference of Linux command‑line utilities, covering basic system information, file and directory management, searching, mounting, disk usage, user and group administration, permissions, special attributes, archiving, compression, backup, networking, VIM editing, and RPM package management, complete with concrete examples and command syntax for each task.

CLICommand LineLinux
0 likes · 46 min read
The Most Comprehensive Linux Command Cheat Sheet
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 28, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts and physical layer signaling to data link, network, transport, and application layers—detailing protocols, addressing, routing, error detection, and security mechanisms with clear diagrams and step‑by‑step explanations.

LinuxNetworkOSI
0 likes · 55 min read
Master the Linux Network Stack: A Complete Illustrated Guide
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
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 24, 2026 · Fundamentals

Master Makefile: From Basics to Advanced Techniques

This guide walks through Makefile fundamentals—including targets, dependencies, commands, variables, pattern rules, automatic variables, functions, conditional statements, includes, custom functions, multi‑target handling, phony targets, and debugging techniques—providing concrete examples and code snippets that enable readers to build and manage both small and large projects efficiently.

FunctionsMakefileVariables
0 likes · 6 min read
Master Makefile: From Basics to Advanced Techniques