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.

198
Articles
0
Likes
972
Views
0
Comments
Recent Articles

Latest from Linux Tech Enthusiast

100 recent articles max
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 11, 2026 · Fundamentals

Complete Linux Network Stack Guide: Layers, Protocols & Security

This comprehensive guide covers the entire Linux network stack, explaining physical layer encoding, data link protocols like Ethernet and PPP, network layer IP addressing and routing (RIP, OSPF, BGP), transport layer TCP/UDP mechanisms, application layer services (DNS, HTTP, FTP), network security concepts, and wireless LAN standards with detailed diagrams and comparisons.

Linux networkingOSI modelTCP/IP
0 likes · 60 min read
Complete Linux Network Stack Guide: Layers, Protocols & Security
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 10, 2026 · Operations

17 Must-Know Linux Ops Tricks for Sysadmins: From Log Analysis to Disk Monitoring

This article presents 17 practical Linux command-line techniques for system administrators, covering file search and manipulation with find and sed, log analysis using awk and sort, disk space monitoring with automated alerts, network packet capture via tcpdump, firewall configuration with iptables, and shell scripting for routine maintenance tasks.

Command LineDisk MonitoringFirewall Configuration
0 likes · 10 min read
17 Must-Know Linux Ops Tricks for Sysadmins: From Log Analysis to Disk Monitoring
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 7, 2026 · Game Development

Why Classic FC Games Were Written in 6502 Assembly Language

The article explains that FC (Famicom/NES) games like Super Mario and Contra were programmed in 6502 assembly language because the console's 6502 CPU, 2K RAM, and 40K ROM required low-level hardware control for performance and memory efficiency.

6502 CPUAssembly LanguageFamicom
0 likes · 4 min read
Why Classic FC Games Were Written in 6502 Assembly Language
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 25, 2026 · Operations

Comprehensive Guide to Linux Performance Optimization

This article explains Linux performance metrics, how to interpret average load and CPU context switches, walks through practical case studies using tools like vmstat, pidstat and perf, and provides concrete optimization techniques for CPU and memory, including compiler flags, cgroup limits, NUMA tuning, and swap management.

0 likes · 44 min read
Comprehensive Guide to Linux Performance Optimization
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 24, 2026 · Fundamentals

How to Truly Understand Linux System Architecture?

This article explains the four main components of a Linux system—kernel, shell, file system, and applications—detailing kernel subsystems, memory and process management, the virtual file system, device drivers, network stack, mounting mechanisms, partition types, link types, and common administration commands.

File SystemKernelLinux
0 likes · 36 min read
How to Truly Understand Linux System Architecture?
Linux Tech Enthusiast
Linux Tech Enthusiast
Aug 23, 2026 · Operations

The Most Dangerous Linux Commands You Should Never Run

The article showcases a collection of Linux commands that can cause severe system damage or data loss, illustrated with screenshots, warning users that executing these commands without full understanding can be extremely risky.

LinuxSecuritySystem Administration
0 likes · 1 min read
The Most Dangerous Linux Commands You Should Never Run