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.

150
Articles
0
Likes
127
Views
0
Comments
Recent Articles

Latest from Linux Tech Enthusiast

100 recent articles max
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 19, 2026 · Operations

600 Essential Linux Commands A‑Z: Complete Cheat Sheet

A comprehensive A‑Z reference of over 600 common Linux commands, each with a brief description of its function and typical usage, providing a handy quick‑lookup guide for system administrators, developers, and anyone working with the Linux command line.

BashLinux commandsUnix
0 likes · 21 min read
600 Essential Linux Commands A‑Z: Complete Cheat Sheet
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 18, 2026 · Operations

Top Nginx Performance Tweaks: Worker Processes and CPU Affinity Explained

This guide shows how to edit nginx.conf to adjust worker_processes based on CPU cores, explains when I/O blocking requires extra workers, and demonstrates Linux‑only worker_cpu_affinity settings with concrete examples for 2, 4, and 8‑core systems, including the exact commands to apply and reload the configuration.

CPU affinityconfigurationnginx
0 likes · 4 min read
Top Nginx Performance Tweaks: Worker Processes and CPU Affinity Explained
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 17, 2026 · Game Development

What Language Were Classic FC Games Written In?

The article explains that classic FC (NES) games like Super Mario and Contra were programmed in NES-specific assembly language because the 6502 CPU and the console’s tight 2 KB RAM and 40 KB ROM constraints required low‑level, opcode‑precise code for optimal performance.

6502 CPUAssembly languageFC console
0 likes · 4 min read
What Language Were Classic FC Games Written In?
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 14, 2026 · Operations

8 Surprising Ways to Use the ‘!’ Operator in Linux Commands

This article explores eight practical uses of the ‘!’ history‑expansion operator in Linux shells, covering numbered command recall, negative indexing, argument reuse, multi‑parameter handling, keyword‑based recall, repeat‑last‑command shortcuts, selective file deletion, and directory‑existence checks, each illustrated with concrete examples.

BashShell scriptingbang operator
0 likes · 10 min read
8 Surprising Ways to Use the ‘!’ Operator in Linux Commands
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 12, 2026 · Industry Insights

Why Your PC Is Getting Faster: Inside Intel’s New x86S Architecture

The article explains how Intel’s newly announced x86S architecture simplifies the decades‑old x86 design by dropping 16‑ and 32‑bit modes while still supporting legacy 32‑bit applications, reducing processor complexity and improving performance amid growing ARM competition.

64-bitCPU architectureIntel
0 likes · 10 min read
Why Your PC Is Getting Faster: Inside Intel’s New x86S Architecture
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 10, 2026 · Operations

10 Fun Linux Commands Every IT Enthusiast Should Try

This guide showcases ten entertaining Linux commands—rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—providing installation steps, example usage, and screenshots to help you explore quirky terminal utilities and add some fun to your Linux workflow.

Fun CommandsLinuxTerminal Utilities
0 likes · 5 min read
10 Fun Linux Commands Every IT Enthusiast Should Try
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 8, 2026 · Operations

7 Essential Find Command Techniques Every Linux User Should Master

This article walks through seven practical uses of the Linux find command—including name/regex searches, type filtering, timestamp, size, permission, ownership queries, and executing actions—while illustrating each with concrete examples and explaining interview‑style scenarios.

File SearchLinuxShell scripting
0 likes · 8 min read
7 Essential Find Command Techniques Every Linux User Should Master
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 7, 2026 · Operations

Essential Linux Remote Data Sync with Rsync: A Complete Guide

This article explains how to use rsync for fast, incremental file synchronization over LAN/WAN, covering its algorithm, supported platforms, command‑line options, SSH and daemon modes, detailed configuration parameters, and real‑time syncing with inotify‑tools.

LinuxOperationsSSH
0 likes · 20 min read
Essential Linux Remote Data Sync with Rsync: A Complete Guide