Liangxu Linux
Author

Liangxu Linux

Liangxu, a self‑taught IT professional now working as a Linux development engineer at a Fortune 500 multinational, shares extensive Linux knowledge—fundamentals, applications, tools, plus Git, databases, Raspberry Pi, etc. (Reply “Linux” to receive essential resources.)

3.4k
Articles
0
Likes
3.6k
Views
0
Comments
Recent Articles

Latest from Liangxu Linux

100 recent articles max
Liangxu Linux
Liangxu Linux
Apr 5, 2026 · Fundamentals

Why Linux Still Dominates: Core Kernel Design Secrets Revealed

The article explains how Linux’s timeless dominance stems from its unified file abstraction, the Completely Fair Scheduler, frugal yet powerful memory management with copy‑on‑write, and a modular architecture that adapts to everything from tiny embedded devices to massive supercomputers.

CFS SchedulerFile AbstractionKernel Design
0 likes · 6 min read
Why Linux Still Dominates: Core Kernel Design Secrets Revealed
Liangxu Linux
Liangxu Linux
Apr 4, 2026 · Industry Insights

Why Companies Prefer Linux Servers: Cost, Stability, and Performance Explained

This article analyzes why Linux dominates server environments, highlighting its zero licensing cost, superior stability without mandatory reboots, higher performance on identical hardware, efficient command‑line operations, rich open‑source ecosystem, robust security model, and widespread industry adoption across cloud platforms.

LinuxServer OScost efficiency
0 likes · 5 min read
Why Companies Prefer Linux Servers: Cost, Stability, and Performance Explained
Liangxu Linux
Liangxu Linux
Mar 30, 2026 · Interview Experience

What “Familiar with Linux” Really Means on Your Resume

When a résumé claims familiarity with Linux, interviewers expect candidates to confidently use core commands, manage files, processes, networking, and write basic shell scripts, demonstrating the ability to solve everyday problems rather than merely having theoretical knowledge.

InterviewLinuxShell scripting
0 likes · 6 min read
What “Familiar with Linux” Really Means on Your Resume
Liangxu Linux
Liangxu Linux
Mar 28, 2026 · Industry Insights

Can Linux Thrive Without Linus? Inside the Kernel’s Governance Model

The article examines why the Linux kernel will continue to thrive even if Linus Torvalds steps away, highlighting the project's mature maintainership structure, the grooming of successors like Greg Kroah‑Hartman, and the robust processes that make the community resilient beyond any single individual.

Linus TorvaldsSuccessioncommunity governance
0 likes · 6 min read
Can Linux Thrive Without Linus? Inside the Kernel’s Governance Model
Liangxu Linux
Liangxu Linux
Mar 26, 2026 · Fundamentals

Master STM32 Projects: From Schematics to Stable, Maintainable Code

This guide walks through the essential steps of STM32 development—from reading schematics and configuring CubeMX to structuring code, debugging with tools like J‑Link RTT, and optimizing performance, providing practical tips to avoid common pitfalls and build reliable embedded systems.

CubeMXDebuggingSTM32
0 likes · 6 min read
Master STM32 Projects: From Schematics to Stable, Maintainable Code
Liangxu Linux
Liangxu Linux
Mar 23, 2026 · Fundamentals

Why Using STM32 HAL Beats Hand‑Coding Registers for Fast Prototyping

The article argues that beginners should skip exhaustive register manuals, use STM32's HAL library and CubeMX to quickly build functional projects, then deepen their understanding of registers only when performance or special needs arise, emphasizing practical experience over premature low‑level study.

CubeMXHALLearning Path
0 likes · 5 min read
Why Using STM32 HAL Beats Hand‑Coding Registers for Fast Prototyping
Liangxu Linux
Liangxu Linux
Jan 27, 2026 · Fundamentals

Master STM32 GPIO: All 8 Modes Explained with Code Samples

This tutorial walks through STM32's eight GPIO operating modes—four inputs and four outputs—detailing their electrical behavior, typical use cases, configuration steps, and providing complete HAL code examples to help embedded developers choose the right mode for reliable designs.

CGPIOHAL
0 likes · 16 min read
Master STM32 GPIO: All 8 Modes Explained with Code Samples