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.5k
Views
0
Comments
Recent Articles

Latest from Liangxu Linux

100 recent articles max
Liangxu Linux
Liangxu Linux
Apr 20, 2026 · Operations

How to Recover a Broken chmod Command After Setting Permissions to 000

When a mistaken chmod 000 renders the chmod binary unusable, this guide explains why the error occurs and walks through six practical recovery methods—including Perl, Python, scp, busybox, LD_PRELOAD, and LiveCD—plus preventive tips to avoid repeating the mistake.

LD_PRELOADLinuxLiveCD
0 likes · 7 min read
How to Recover a Broken chmod Command After Setting Permissions to 000
Liangxu Linux
Liangxu Linux
Apr 19, 2026 · Industry Insights

PowerShell vs Linux Shell: Which Tool Truly Fits Your Scenario?

The article compares PowerShell and Linux shells, highlighting their differing philosophies, ecosystem strengths, performance characteristics, and appropriate use cases, and argues that tool choice should be driven by specific scenarios rather than claims of absolute superiority.

Command LineDevOpsPowerShell
0 likes · 5 min read
PowerShell vs Linux Shell: Which Tool Truly Fits Your Scenario?
Liangxu Linux
Liangxu Linux
Apr 19, 2026 · Operations

Why WSL Beats Dual‑Boot and VMs for Everyday Development

The article compares traditional dual‑boot and virtual‑machine setups with Windows Subsystem for Linux, highlighting WSL's seamless file sharing, Docker support, and integrated workflow while noting its performance limits and suggesting alternative approaches like KVM, cloud desktops, and containerization.

Development EnvironmentLinuxWSL
0 likes · 5 min read
Why WSL Beats Dual‑Boot and VMs for Everyday Development
Liangxu Linux
Liangxu Linux
Apr 16, 2026 · Fundamentals

Where to Find the Best Linux Learning Resources? A Curated Guide

This guide compiles essential Linux learning sites—from official documentation and interactive tutorials to community forums and hands‑on challenge platforms—helping beginners and professionals choose reliable resources and avoid low‑quality, outdated content.

CommunityDocumentationLearning Resources
0 likes · 5 min read
Where to Find the Best Linux Learning Resources? A Curated Guide
Liangxu Linux
Liangxu Linux
Apr 15, 2026 · Industry Insights

Is Linux Worth Learning? Pros, Cons, and Career Benefits Explained

The article examines Linux from the perspective of everyday users versus developers, outlining why programmers favor it, the challenges newcomers face, the long‑term career advantages, and when choosing Linux makes sense despite its steep learning curve.

DevelopmentLearning CurveLinux
0 likes · 5 min read
Is Linux Worth Learning? Pros, Cons, and Career Benefits Explained
Liangxu Linux
Liangxu Linux
Apr 14, 2026 · Industry Insights

Why Developers Are Moving from Arch to Debian 12 for Stable Production

The article analyzes the growing shift among developers from the rolling‑release Arch Linux to the stable Debian 12, highlighting how frequent updates can hurt productivity, how Debian’s tested packages and community support reduce downtime, and how container tools let teams enjoy both stability and the latest software when needed.

Arch LinuxDebianLinux stability
0 likes · 7 min read
Why Developers Are Moving from Arch to Debian 12 for Stable Production
Liangxu Linux
Liangxu Linux
Apr 13, 2026 · Fundamentals

Master Linux Network Programming: From Echo Server to Mini HTTP Server

This guide walks beginners through progressive Linux network programming projects—starting with an Echo server, advancing to a concurrent chatroom, and culminating in a simple HTTP server—to solidify core concepts like TCP handshakes, socket I/O, and protocol handling.

CLinuxSocket
0 likes · 4 min read
Master Linux Network Programming: From Echo Server to Mini HTTP Server
Liangxu Linux
Liangxu Linux
Apr 12, 2026 · Industry Insights

Why GNOME Beats KDE for Developers: A Minimalist Workflow Review

The article argues that GNOME’s minimalist design, integrated workflow tools, smooth touch‑pad gestures, strong ecosystem support, and modern performance optimizations make it the optimal desktop environment for developers compared to the highly customizable but often cumbersome KDE.

Desktop EnvironmentGNOMEKDE
0 likes · 5 min read
Why GNOME Beats KDE for Developers: A Minimalist Workflow Review
Liangxu Linux
Liangxu Linux
Apr 6, 2026 · Industry Insights

Why Does Linux Need Dependencies While Windows Installs with One Click?

The article compares Linux's reusable, dependency‑driven packaging model with Windows' all‑in‑one installer approach, explains how package managers try to resolve dependency hell, examines modern hybrid solutions like Snap and Docker, and concludes that each method has trade‑offs suited to different scenarios.

LinuxSoftware InstallationWindows
0 likes · 5 min read
Why Does Linux Need Dependencies While Windows Installs with One Click?