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
Dec 29, 2025 · Fundamentals

Unlock the Power of ls: 20 Essential Options You Need to Know

This article provides a comprehensive guide to the Linux ls command, explaining its basic purpose and demonstrating twenty useful options—including long listing, human‑readable sizes, sorting, hidden files, recursive listing, and version display—complete with command examples and screenshot illustrations.

Linuxcommand-linefile-listing
0 likes · 10 min read
Unlock the Power of ls: 20 Essential Options You Need to Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 27, 2025 · Operations

Comprehensive Guide to Linux File Search Commands

This article explains how to locate files and commands on a Linux system using utilities such as which, whereis, locate (with updatedb), and find with a wide range of options like -name, -size, -user, -perm, -type, -time, -inum, logical operators, and -exec, providing concrete command examples for each scenario.

command-linefile-searchfind
0 likes · 11 min read
Comprehensive Guide to Linux File Search Commands
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 26, 2025 · Fundamentals

10 Essential Git Commands Visualized: Master Git Quickly

This article walks through ten core Git commands—including merge, rebase, reset, revert, cherry‑pick, fetch, pull, and reflog—using animated GIFs and concrete examples to illustrate how each command manipulates branches, history, and repository state, helping readers visualize and retain the concepts.

GitVersion Controlfetch
0 likes · 12 min read
10 Essential Git Commands Visualized: Master Git Quickly
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 25, 2025 · Databases

10 Advanced SQL Query Techniques Every Data Professional Should Master

This article presents ten advanced SQL concepts—including CTEs, recursive CTEs, temporary functions, CASE‑WHEN pivots, EXCEPT vs NOT IN, self‑joins, ranking window functions, delta calculations, cumulative sums, and date‑time manipulation—each explained with concrete examples and code snippets.

CTEData PivotRanking Functions
0 likes · 11 min read
10 Advanced SQL Query Techniques Every Data Professional Should Master
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 23, 2025 · Fundamentals

How Many Threads Can a Single Linux Process Create?

The article explains Linux virtual memory layout, shows that a 32‑bit process can create roughly 380 threads due to an 8 MB default stack, while a 64‑bit process can theoretically spawn millions of threads but is constrained by kernel parameters such as threads‑max, pid_max and max_map_count.

LinuxProcess LimitsStack Size
0 likes · 7 min read
How Many Threads Can a Single Linux Process Create?
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 20, 2025 · Operations

Why a Weird Nginx Reset Was Not Caused by the SSL Certificate

After adding an HTTPS certificate the site worked in browsers but curl requests were reset; through step‑by‑step network captures, buffer tweaks, cipher experiments and finally adding the missing ssl_session_cache directive, the author discovered the true cause and documented common Nginx error messages.

NginxWiresharkcurl
0 likes · 9 min read
Why a Weird Nginx Reset Was Not Caused by the SSL Certificate
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 18, 2025 · Operations

18 Advanced Shell Scripting Techniques to Boost Operations Efficiency

The article presents a collection of eighteen advanced Shell scripting techniques—including parallel execution, defensive error handling, performance tuning, streaming log analysis, Kubernetes automation, and AI‑assisted diagnostics—demonstrated with concrete code examples and practical guidelines to dramatically improve operational efficiency.

0 likes · 13 min read
18 Advanced Shell Scripting Techniques to Boost Operations Efficiency