Tagged articles
3 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jul 13, 2024 · Fundamentals

Exploring the Linux /proc Filesystem: A Complete Guide to Process Information

This article provides a comprehensive overview of the Linux /proc virtual filesystem, detailing how to mount it, the structure of its directories and files such as /proc/pid, /proc/self, and various system information files, and includes practical command examples and security considerations.

LinuxProc FilesystemSystem Internals
0 likes · 23 min read
Exploring the Linux /proc Filesystem: A Complete Guide to Process Information
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Nov 3, 2023 · Mobile Development

Android Logging System Analysis: Architecture, Implementation, and Log Loss Cases

The article dissects Android’s logging system, detailing Java, native, and kernel interfaces, the liblog and logd daemon architecture, logcat usage, common log‑loss scenarios such as socket failures and buffer overflows, and the significant CPU, memory, I/O, and power resources the system consumes.

AndroidMobile DevelopmentSystem Internals
0 likes · 15 min read
Android Logging System Analysis: Architecture, Implementation, and Log Loss Cases
Liangxu Linux
Liangxu Linux
Sep 23, 2019 · Fundamentals

What Is a Terminal? From Early Mainframes to Modern Linux Device Files

This article explains the concept of a terminal, tracing its evolution from massive mainframe consoles to today’s Linux tty, ptmx, and pts devices, covering physical, remote, and virtual terminals, their role in user interaction, and how login mechanisms like getty work.

Device FilesPseudo‑terminalSSH
0 likes · 14 min read
What Is a Terminal? From Early Mainframes to Modern Linux Device Files