Tagged articles
207 articles
Page 1 of 3
Linux Tech Enthusiast
Linux Tech Enthusiast
May 4, 2026 · Operations

Essential Linux Commands Every Sysadmin Should Know

This guide compiles the most frequently used Linux commands for system administrators, covering navigation, file manipulation, searching, permission handling, text processing, archiving, system control, and process management, complete with practical examples and option details to boost daily operational efficiency.

LinuxNetworkingShell
0 likes · 15 min read
Essential Linux Commands Every Sysadmin Should Know
Smart Workplace Lab
Smart Workplace Lab
May 3, 2026 · Artificial Intelligence

How to Resolve Conflicts Among Multiple AI Agents in the Workplace

The article analyzes why deploying many AI agents without a central coordinator leads to task duplication and wasted effort, then presents a step‑by‑step dispatcher protocol, conflict‑fuse SOP, and permission‑revocation checklist that together restore control and streamline multi‑agent workflows.

AI agentsSOPcentral scheduler
0 likes · 5 min read
How to Resolve Conflicts Among Multiple AI Agents in the Workplace
Linux Tech Enthusiast
Linux Tech Enthusiast
May 1, 2026 · Fundamentals

150 Essential Linux Commands Every Programmer Should Know

This article provides a comprehensive reference of 150 Linux commands, grouped by function such as file operations, system monitoring, networking, user management, and process control, each with concise English descriptions that explain their purpose and typical usage for developers and system administrators.

LinuxNetworkingShell
0 likes · 16 min read
150 Essential Linux Commands Every Programmer Should Know
Deepin Linux
Deepin Linux
Apr 19, 2026 · Fundamentals

How Linux Fork Uses Copy‑On‑Write to Boost Process Creation Efficiency

This article explains the fork system call in the Linux kernel, details the copy‑on‑write (COW) mechanism that underpins its efficiency, provides code examples, and explores practical scenarios and performance implications for process creation, memory usage, and concurrent server programming.

C programmingCOWCopy-on-Write
0 likes · 36 min read
How Linux Fork Uses Copy‑On‑Write to Boost Process Creation Efficiency
Deepin Linux
Deepin Linux
Apr 4, 2026 · Fundamentals

Why Understanding fork, exec, and COW Is Crucial for Linux Developers

This article demystifies Linux's fork, exec, and copy‑on‑write mechanisms, explaining their inner workings, performance trade‑offs, and how they cooperate during typical command execution, while providing clear code examples and practical insights for developers and interview preparation.

COWKernelLinux
0 likes · 38 min read
Why Understanding fork, exec, and COW Is Crucial for Linux Developers
Deepin Linux
Deepin Linux
Mar 7, 2026 · Fundamentals

Understanding Linux Process Lifecycle: From Creation to Termination

This article provides a comprehensive, step‑by‑step explanation of Linux process management, covering the definition of a process, PCB structure, task organization, state transitions, creation system calls (fork, vfork, clone), execution with exec, scheduling, waiting, termination, and the kernel’s resource allocation strategies.

Linuxexecfork
0 likes · 43 min read
Understanding Linux Process Lifecycle: From Creation to Termination
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 6, 2026 · Fundamentals

How to Truly Understand Linux System Architecture

This article provides a comprehensive overview of Linux system architecture, covering the kernel, memory and process management, virtual file system, various file system types, shell variants, directory layout, disk partitioning, mounting mechanisms, and related kernel data structures.

Disk PartitionFilesystemKernel
0 likes · 35 min read
How to Truly Understand Linux System Architecture
Ops Community
Ops Community
Jan 26, 2026 · Operations

systemd vs SysVinit: Deep Dive into Modern Linux Process Management

An up‑to‑date guide based on systemd 256 examines the evolution from SysVinit, compares core features, startup mechanisms, dependency handling, process tracking, and security, and provides step‑by‑step migration, configuration examples, performance tuning, and troubleshooting tips for Linux administrators.

Linuxcgroupsinit
0 likes · 27 min read
systemd vs SysVinit: Deep Dive into Modern Linux Process Management
Coder Trainee
Coder Trainee
Jan 25, 2026 · Operations

Essential Linux Commands for Managing Machines and System Processes

The article introduces essential Linux commands for machine and system process management, explains that everything in Linux is treated as a file, distinguishes between Linux and shell commands, and encourages programmers to gradually master 10–20 commands daily.

command-lineprocess management
0 likes · 2 min read
Essential Linux Commands for Managing Machines and System Processes
Deepin Linux
Deepin Linux
Jan 10, 2026 · Operations

Master Linux Process Load Balancing with cgroups and taskset: A Step‑by‑Step Guide

This article explains how to use Linux's built‑in cgroups and taskset tools to monitor, limit, and bind process workloads, providing detailed commands, subsystem explanations, collaborative usage strategies, real‑world case studies, and troubleshooting tips for improving system performance and stability.

LinuxPerformance Optimizationcgroups
0 likes · 29 min read
Master Linux Process Load Balancing with cgroups and taskset: A Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Nov 23, 2025 · Operations

20 Essential Linux Commands Every Ops Engineer Must Master

This article presents twenty indispensable Linux command‑line tools—covering system monitoring, performance analysis, process management, network diagnostics, disk handling, and kernel tuning—explaining their syntax, practical tips, common pitfalls, and how they integrate with modern cloud‑native environments.

LinuxNetwork DiagnosticsOperations
0 likes · 12 min read
20 Essential Linux Commands Every Ops Engineer Must Master
Raymond Ops
Raymond Ops
Nov 7, 2025 · Fundamentals

Unlocking Linux Process States: From Zombies to Orphans

This article explains Linux process lifecycle, detailing the five classic states, how the kernel represents them, practical commands and C code to observe state transitions, and deep dives into zombie and orphan processes with real‑world examples and mitigation techniques.

KernelLinuxOrphan Process
0 likes · 22 min read
Unlocking Linux Process States: From Zombies to Orphans
Deepin Linux
Deepin Linux
Nov 6, 2025 · Fundamentals

Unlock the Secrets of the Linux Kernel: A Beginner’s Guide to Core Architecture

This article demystifies the Linux kernel by explaining its core subsystems—process scheduling, memory management, virtual file system, networking, and device drivers—while offering practical learning paths, essential commands, code examples, and curated resources for anyone wanting to master Linux internals.

Device DriversNetwork StackOperating System
0 likes · 56 min read
Unlock the Secrets of the Linux Kernel: A Beginner’s Guide to Core Architecture
FunTester
FunTester
Oct 19, 2025 · Operations

How to Turn Automation from a Burden into a Sustainable Organizational Capability

This article explores the full lifecycle of automation process management, covering definition, planning, design, execution, monitoring, quality and security controls, continuous optimization, common pitfalls, and practical steps to transform automation from isolated scripts into a sustainable, measurable organizational capability.

AutomationContinuous Improvementgovernance
0 likes · 10 min read
How to Turn Automation from a Burden into a Sustainable Organizational Capability
Code Mala Tang
Code Mala Tang
Oct 15, 2025 · Backend Development

Master Automatic Restarts for Node.js: From Nodemon to PM2 and Docker

Learn how to ensure your Node.js applications stay alive by configuring automatic restarts for both development and production environments, using tools like Nodemon, PM2, Docker restart policies, systemd, and advanced PM2 features such as clustering, log management, and crash handling.

DockerNode.jsautomatic restart
0 likes · 14 min read
Master Automatic Restarts for Node.js: From Nodemon to PM2 and Docker
Raymond Ops
Raymond Ops
Oct 10, 2025 · Operations

Master Linux Background Jobs: &, nohup, and screen Explained

This article explains how to run Linux commands in the background using &, nohup, and screen, covering concepts, syntax, practical examples, job control shortcuts like CTRL+Z, bg, fg, and detailed instructions for installing and using screen to manage persistent sessions.

Linuxjob-controlnohup
0 likes · 8 min read
Master Linux Background Jobs: &, nohup, and screen Explained
Raymond Ops
Raymond Ops
Oct 4, 2025 · Operations

Master Linux Process Management: ps, top, htop, and iotop Explained

This guide covers Linux process fundamentals, explains how to use ps, top, htop, and iotop for monitoring, details common process states including zombies and orphans, and provides practical command syntax, options, installation steps, and useful shortcuts for system administrators and developers.

Linuxhtopiotop
0 likes · 12 min read
Master Linux Process Management: ps, top, htop, and iotop Explained
Open Source Tech Hub
Open Source Tech Hub
Sep 3, 2025 · Backend Development

Master Supervisor to Supercharge PHP Background Tasks on Ubuntu

This guide explains how to install Supervisor on Ubuntu, configure it for Laravel queue workers, and apply practical tips such as multi‑process management, timeout control, log monitoring, and Docker integration to improve PHP backend task efficiency and stability.

LaravelPHPSupervisor
0 likes · 4 min read
Master Supervisor to Supercharge PHP Background Tasks on Ubuntu
Deepin Linux
Deepin Linux
Sep 3, 2025 · Fundamentals

Master Linux Process Management: From PCB to Fork, Exec, and Daemons

This guide explains Linux processes, the role of the Process Control Block, how processes are created with fork and exec, the differences between foreground, background and daemon processes, and provides practical command‑line tools such as ps, top, htop, pgrep, pkill, kill, killall, pidof, nice and renice for effective process monitoring and control.

Linuxdaemonexec
0 likes · 25 min read
Master Linux Process Management: From PCB to Fork, Exec, and Daemons
Liangxu Linux
Liangxu Linux
Jul 20, 2025 · Operations

Essential Linux Command-Line Tricks for Everyday Tasks

This guide presents practical Linux command-line techniques, covering file checksum verification, locating files, command-line editing shortcuts, process inspection, log capturing, library dependency checks, ELF header inspection, and various text file viewing commands.

Shell Tipsfile verificationprocess management
0 likes · 9 min read
Essential Linux Command-Line Tricks for Everyday Tasks
Raymond Ops
Raymond Ops
Jul 18, 2025 · Operations

Master Linux Process Management: From Programs to Commands and Scheduling

This article explains what programs and processes are, their relationship, various process states and types, priority levels, and provides practical guidance on using essential Linux commands such as ps, top, pgrep, pstree, free, iostat, iotop, as well as job control, kill signals, and scheduling tools like at and crontab.

Linuxcronprocess management
0 likes · 16 min read
Master Linux Process Management: From Programs to Commands and Scheduling
Liangxu Linux
Liangxu Linux
Jul 12, 2025 · Operations

Master Linux Background Jobs: &, nohup, and screen Explained

This guide explains how to run commands in the background on Linux using the '&' operator, the nohup command, and the screen utility, covering job control, output redirection, process termination, and practical examples with full command syntax.

background jobsnohupprocess management
0 likes · 7 min read
Master Linux Background Jobs: &, nohup, and screen Explained
Ops Community
Ops Community
Jul 4, 2025 · Fundamentals

Master Linux: Essential OS Concepts, Commands, and Permissions Explained

This guide provides a comprehensive overview of Linux operating systems, covering core concepts such as file system hierarchy, essential commands for navigation, file manipulation, user and group management, permission settings, process control, and software installation methods.

InstallationLinuxPermissions
0 likes · 16 min read
Master Linux: Essential OS Concepts, Commands, and Permissions Explained
MaGe Linux Operations
MaGe Linux Operations
Jul 3, 2025 · Operations

Master Nginx: From Beginner to Ops Pro with Installation, Configuration, and Process Management

This comprehensive guide explains what Nginx is, its advantages over Apache, default configuration paths, step‑by‑step YUM and source installation, service management via init.d and systemd, process architecture, and essential command‑line controls for starting, stopping, reloading, and upgrading the server.

InstallationNGINXServer Administration
0 likes · 16 min read
Master Nginx: From Beginner to Ops Pro with Installation, Configuration, and Process Management
Raymond Ops
Raymond Ops
Jul 2, 2025 · Operations

Master Linux Process Management: From Basics to Advanced Monitoring

This comprehensive guide explains what a process is, how it differs from a program, its lifecycle, and provides detailed instructions for monitoring process status with ps and top, using tools like vmstat, iostat, dstat, managing processes with kill, killall, pkill, background jobs, screen, adjusting priorities, and interpreting system load averages.

LinuxSystem Administrationmonitoring
0 likes · 29 min read
Master Linux Process Management: From Basics to Advanced Monitoring
Raymond Ops
Raymond Ops
Jun 6, 2025 · Operations

Master Linux Process Management: Essential Commands and Monitoring Tools

This guide explains the fundamentals of Linux programs and processes, their lifecycle, creation methods, and provides detailed usage of key commands such as ps, top, pgrep, pstree, lsof, vmstat, free, iostat, iftop, dstat, as well as background job control, at, and crontab for scheduling tasks.

LinuxShellprocess management
0 likes · 11 min read
Master Linux Process Management: Essential Commands and Monitoring Tools
Kujiale Project Management
Kujiale Project Management
Jun 3, 2025 · R&D Management

How Dynamic Process Management Drives New‑Domain Exploration in Four Iterations

This article explains how a project team tackled the challenges of entering a new business domain by replacing rigid, one‑size‑fits‑all controls with a dynamic, LEGO‑like management mechanism that evolved through four versions—chaos, layered, contraction, and attack—resulting in faster alignment, risk pre‑positioning, and collaborative evolution.

CollaborationDynamic ManagementR&D
0 likes · 12 min read
How Dynamic Process Management Drives New‑Domain Exploration in Four Iterations
Tencent Docs Tech Team
Tencent Docs Tech Team
May 29, 2025 · Operations

Memory Optimization Strategies for the Tencent Docs Desktop Client

This technical report details the background, proposed solutions, implementation steps, and measurable results of a series of memory‑saving optimizations applied to the Tencent Docs desktop application built with Electron, including container merging, tombstone mechanisms, Windows EmptyWorkingSet API, and Chromium page‑freezing techniques.

Desktop ApplicationElectronperformance
0 likes · 9 min read
Memory Optimization Strategies for the Tencent Docs Desktop Client
Deepin Linux
Deepin Linux
May 5, 2025 · Fundamentals

An Overview of CPU Scheduling Algorithms and Their Practical Applications

CPU scheduling, a core component of operating systems, determines how processes share CPU resources, and this article explains preemptive vs non‑preemptive scheduling, key evaluation metrics, classic algorithms such as FCFS, SJF, RR, priority, multilevel queues, and guidance on selecting suitable algorithms for various system scenarios.

CPU schedulingOperating SystemsScheduling Algorithms
0 likes · 33 min read
An Overview of CPU Scheduling Algorithms and Their Practical Applications
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2025 · Operations

Master Linux Background Jobs: &, nohup, and screen Explained

This guide explains how to run Linux commands in the background using &, nohup, and screen, covering their syntax, output redirection, job control shortcuts, and practical examples so you can keep the terminal free for other tasks while processes continue running.

Shellbackground jobsnohup
0 likes · 8 min read
Master Linux Background Jobs: &, nohup, and screen Explained
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
Apr 22, 2025 · Operations

How a Real SCM System Automates Procurement, Warehouse, and Logistics to Eliminate Manual Work

This article explains why many companies struggle with fragmented supply‑chain processes, outlines the three essential capabilities of a truly effective SCM system—smooth workflow, node monitoring, and data persistence—and details how such a system can transform procurement, warehousing, logistics, cross‑department collaboration, and data analysis into an automated, data‑driven operation.

Data AnalyticsOperationsSCM
0 likes · 9 min read
How a Real SCM System Automates Procurement, Warehouse, and Logistics to Eliminate Manual Work
Deepin Linux
Deepin Linux
Mar 29, 2025 · Fundamentals

Deep Dive into Linux task_struct: Core Data Structure for Process Management

This article provides a comprehensive overview of the Linux kernel's task_struct structure, detailing its key fields, process and thread identification, state definitions, memory and credential handling, kernel stack layout, and includes a practical kernel module example for iterating over all processes.

CSchedulingprocess management
0 likes · 41 min read
Deep Dive into Linux task_struct: Core Data Structure for Process Management
Liangxu Linux
Liangxu Linux
Feb 9, 2025 · Fundamentals

Mastering Linux Processes: From Basics to Advanced Monitoring and Management

This guide explains what a process is, how it differs from a program, its lifecycle, how to monitor and interpret process states with ps and top, manage processes using kill, killall, pkill, run jobs in the background with screen or nohup, adjust priorities with nice/renice, and understand load‑average metrics for performance troubleshooting.

LinuxLoad Averagemonitoring
0 likes · 32 min read
Mastering Linux Processes: From Basics to Advanced Monitoring and Management
Go Programming World
Go Programming World
Jan 17, 2025 · Backend Development

A Quick Guide to Go's os/exec Package: Running External Commands and Real‑World Use Cases

This article introduces Go's built‑in os/exec package, explains its exported types and methods, demonstrates how to run commands synchronously or in the background, capture output, handle pipes, environment variables, working directories, and shows a practical case study using the tempredis library to start a Redis server programmatically.

Goexternal commandsos/exec
0 likes · 21 min read
A Quick Guide to Go's os/exec Package: Running External Commands and Real‑World Use Cases
ITPUB
ITPUB
Jan 11, 2025 · Operations

Why Using kill ‑9 Is Risky and How to Shut Down Processes Gracefully

The article explains the true purpose of the Linux kill command, compares signals like SIGTERM and SIGKILL, warns about the dangers of force‑killing processes, and provides practical Java shutdown‑hook examples and a shell script for safe, graceful termination.

Graceful ShutdownJavaKill Command
0 likes · 7 min read
Why Using kill ‑9 Is Risky and How to Shut Down Processes Gracefully
Deepin Linux
Deepin Linux
Dec 22, 2024 · Fundamentals

Deep Dive into Linux Kernel task_struct: Structure, Fields, and Usage

This article provides a comprehensive analysis of the Linux kernel's task_struct data structure, detailing its members such as task IDs, parent‑child relationships, state flags, credentials, scheduling information, signal handling, memory and file management, kernel stack layout, and its role in process creation via system calls like fork.

CKernelLinux
0 likes · 22 min read
Deep Dive into Linux Kernel task_struct: Structure, Fields, and Usage
Deepin Linux
Deepin Linux
Nov 26, 2024 · Fundamentals

Linux Process Management: Concepts, Implementation, Lifecycle, Scheduling, and Monitoring Tools

This article provides a comprehensive overview of Linux process management, covering fundamental concepts such as tasks and states, the internal task_struct representation, process creation via fork/vfork/clone, execution with execve, lifecycle transitions, scheduling policies, copy‑on‑write optimization, resource limits, and practical tools for monitoring and controlling processes.

COWKernelLinux
0 likes · 67 min read
Linux Process Management: Concepts, Implementation, Lifecycle, Scheduling, and Monitoring Tools
Liangxu Linux
Liangxu Linux
Nov 24, 2024 · Fundamentals

What Is an Operating System? Core Functions, Features, and Architecture Explained

This article provides a comprehensive overview of operating systems, explaining their essence as software, detailing core functions such as process and memory management, device and file system handling, security, user interfaces, and describing key characteristics like concurrency, sharing, asynchrony, virtualization, as well as common OS classifications and architectural designs.

Kernel ArchitectureMemory ManagementOS fundamentals
0 likes · 15 min read
What Is an Operating System? Core Functions, Features, and Architecture Explained
MaGe Linux Operations
MaGe Linux Operations
Nov 23, 2024 · Operations

Master Linux Process Management: From Basics to Advanced Monitoring

This comprehensive guide explains what a process is, how it differs from a program, its lifecycle, and provides step‑by‑step instructions for monitoring processes with ps and top, managing them with kill, killall, pkill, handling background jobs, adjusting priorities, interpreting system load, and using essential Linux performance tools.

Linuxnice priorityprocess management
0 likes · 30 min read
Master Linux Process Management: From Basics to Advanced Monitoring
Liangxu Linux
Liangxu Linux
Nov 17, 2024 · Operations

Master Linux’s top Command: Real‑Time Process Monitoring Made Easy

This guide introduces the Linux top command, explains its syntax and common options, details interactive key commands, and provides practical examples for monitoring processes, CPU, memory, threads, and specific users, helping users efficiently diagnose system performance issues.

CLILinuxUnix
0 likes · 5 min read
Master Linux’s top Command: Real‑Time Process Monitoring Made Easy
Efficient Ops
Efficient Ops
Oct 8, 2024 · Operations

Master Linux Process & User Queries with Powerful Bash Scripts

This guide provides Bash scripts that let you retrieve detailed information about Linux processes by PID or name, query user account details, and apply a series of system hardening tweaks such as password policies, login restrictions, and file attribute protections.

Bashprocess managementshell script
0 likes · 12 min read
Master Linux Process & User Queries with Powerful Bash Scripts
Java Tech Enthusiast
Java Tech Enthusiast
Sep 29, 2024 · Fundamentals

What Is an Operating System? Core Functions, Architecture & Key Concepts

Operating systems are foundational software that manage hardware resources, provide core services like process and memory management, device and file handling, security, and user interfaces, while embodying key properties such as concurrency, sharing, asynchrony, and virtualization, and exist in various architectures from monolithic to microkernels.

Kernel ArchitectureMemory ManagementOperating System
0 likes · 14 min read
What Is an Operating System? Core Functions, Architecture & Key Concepts
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 18, 2024 · R&D Management

Is Result‑Oriented Performance Evaluation Reasonable?

The article examines the drawbacks of result‑oriented performance appraisal, arguing that over‑emphasis on outcomes neglects process, fairness, and employee motivation, and proposes balanced evaluation, fair metrics, strategic clarity, organizational efficiency, and performance dashboards to improve management practices.

FairnessManagementPerformance Evaluation
0 likes · 5 min read
Is Result‑Oriented Performance Evaluation Reasonable?
Open Source Linux
Open Source Linux
Jun 26, 2024 · Fundamentals

Mastering Linux Process Management: From Viewing to Scheduling

This guide explains Linux process fundamentals, how to view and trace process hierarchies with ps and pstree, terminate processes using kill, and schedule one-time or recurring tasks via at and crontab, providing command syntax, options, and practical examples.

Linux schedulingatcrontab
0 likes · 5 min read
Mastering Linux Process Management: From Viewing to Scheduling
Python Programming Learning Circle
Python Programming Learning Circle
May 23, 2024 · Operations

Supervisor Process Monitoring and Management Guide

This article introduces Supervisor, a client/server process monitoring tool for Unix-like systems, explains its installation, configuration, and usage—including custom service and application files, command-line control with supervisorctl, advanced features like process groups, automatic restart policies, and web UI—providing practical examples and code snippets for reliable daemon management.

Opsprocess management
0 likes · 17 min read
Supervisor Process Monitoring and Management Guide
Linux Cloud Computing Practice
Linux Cloud Computing Practice
May 7, 2024 · Fundamentals

Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills

This comprehensive guide walks developers through the essential concepts of Linux, covering the difference between the kernel and distributions, key command‑line tools, file and permission management, process handling, networking basics, and advanced Vim editing techniques, empowering programmers to become proficient in Linux system operations.

NetworkingShellcommand-line
0 likes · 50 min read
Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills
DeWu Technology
DeWu Technology
May 6, 2024 · R&D Management

DeWu Quality Management System Overview

DeWu’s three‑year Quality Management System integrates a risk‑controlled iteration review mechanism, distinct testing and collaboration processes, metric‑driven “Quality Month” methods, and a suite of automation and monitoring tools to standardize, automate, and continuously improve product stability, efficiency, and innovation.

R&D managementSoftware TestingTool integration
0 likes · 13 min read
DeWu Quality Management System Overview
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2024 · Operations

Mastering Linux Process Management: Concepts, Commands, and Scheduling

This guide explains Linux process fundamentals—including definitions, how to view processes with ps and pstree, terminate them with kill, and schedule tasks using at and crontab—providing command syntax, options, and practical examples for effective process monitoring and periodic scheduling.

LinuxSchedulingcrontab
0 likes · 6 min read
Mastering Linux Process Management: Concepts, Commands, and Scheduling
MaGe Linux Operations
MaGe Linux Operations
Jan 12, 2024 · Operations

Master Linux Bash: From User ID Summation to Systemd Services and Encryption

This comprehensive guide walks through essential Linux administration techniques, including Bash scripts for summing user IDs, array and string manipulation, advanced variable usage, random number analysis, factorial recursion, process and thread concepts, job control, kernel design models, boot and GRUB workflows, service management with chkconfig and systemd, as well as CA creation, certificate handling, encryption fundamentals, and OpenSSH key‑based authentication.

BashOpenSSLawk
0 likes · 39 min read
Master Linux Bash: From User ID Summation to Systemd Services and Encryption
Liangxu Linux
Liangxu Linux
Dec 2, 2023 · Operations

How to Keep Linux Jobs Running After SSH Disconnects

This guide explains why SSH sessions and terminal closures cause running programs to terminate, describes SIGINT and SIGHUP signals, and provides practical Linux techniques—including using '&', nohup, job control commands, and GNU Screen—to run background tasks that survive disconnections.

SSHbackground jobsnohup
0 likes · 6 min read
How to Keep Linux Jobs Running After SSH Disconnects
Architecture Digest
Architecture Digest
Oct 13, 2023 · Backend Development

Graceful Shutdown of Spring Boot Applications: Avoiding kill -9 and Using Actuator, Custom Configurations, and PreDestroy

This article explains why using kill -9 to terminate Linux processes can cause data loss, demonstrates how to gracefully stop Spring Boot services with kill -15, the Actuator shutdown endpoint, and custom shutdown configurations, and shows how to add pre‑destroy hooks for backup tasks.

ActuatorGraceful ShutdownJava
0 likes · 19 min read
Graceful Shutdown of Spring Boot Applications: Avoiding kill -9 and Using Actuator, Custom Configurations, and PreDestroy
Laravel Tech Community
Laravel Tech Community
Aug 30, 2023 · Fundamentals

Comprehensive Linux Guide: Filesystem, Commands, Permissions, Users, Processes, and Software Installation

This article provides a detailed overview of Linux fundamentals, covering the directory structure, essential command-line operations, file permission management, user and group administration, process monitoring and termination, as well as common software installation methods using tar, rpm, and yum.

FilesystemLinuxPermissions
0 likes · 16 min read
Comprehensive Linux Guide: Filesystem, Commands, Permissions, Users, Processes, and Software Installation
Liangxu Linux
Liangxu Linux
Aug 20, 2023 · Fundamentals

What Does exec Do in Bash Scripts? A Hands‑On Exploration

This article explains the purpose of the Bash built‑in exec command, demonstrates its effect on process trees through step‑by‑step experiments, and highlights important cautions when using exec in shell scripts.

BashShell scriptingexec
0 likes · 4 min read
What Does exec Do in Bash Scripts? A Hands‑On Exploration
Selected Java Interview Questions
Selected Java Interview Questions
Aug 18, 2023 · Fundamentals

Linux Operating System Overview, Installation, Filesystem, Commands, Permissions, and Process Management

This article provides a comprehensive introduction to Linux, covering the operating system concept, installation guide, directory structure, essential commands for navigation, file manipulation, user and group management, permission handling, and basic process control techniques.

FilesystemOperating SystemPermissions
0 likes · 15 min read
Linux Operating System Overview, Installation, Filesystem, Commands, Permissions, and Process Management
Liangxu Linux
Liangxu Linux
Aug 8, 2023 · Fundamentals

Master Linux Process Management: ps, Signals, Priorities & Job Control

This guide explains how to inspect and control Linux processes using the ps and top commands, explores process creation, termination, signals, priority adjustment, the /proc filesystem, and job control techniques for background and foreground execution.

LinuxProc Filesystemjob-control
0 likes · 14 min read
Master Linux Process Management: ps, Signals, Priorities & Job Control
DevOps
DevOps
Jul 18, 2023 · R&D Management

Principles and Steps for Using the Agile Maturity Model

This article explains the core principles and practical steps for effectively applying an Agile Maturity Model, covering how to guide team growth, avoid misuse, design the model, conduct assessments, and continuously iterate to support agile transformation.

Agile CoachingMaturity Modelagile
0 likes · 11 min read
Principles and Steps for Using the Agile Maturity Model
php Courses
php Courses
Jul 9, 2023 · Backend Development

How to Daemonize PHP-FPM Using systemd and Supervisor

This article explains common reasons why PHP-FPM processes may terminate unexpectedly and provides step‑by‑step instructions for configuring systemd and Supervisor to supervise PHP‑FPM, ensuring continuous and reliable operation on Linux servers.

BackendLinuxSupervisor
0 likes · 4 min read
How to Daemonize PHP-FPM Using systemd and Supervisor
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2023 · Backend Development

Why kill -9 Can Crash Your Spring Boot Service and How to Shut It Down Gracefully

This article explains the dangers of using the Linux kill -9 command on Java services, especially Spring Boot applications, and demonstrates several graceful shutdown techniques—including using SIGTERM, Tomcat's shutdown hooks, Spring Actuator, and custom shutdown configurations—to avoid data loss and ensure clean termination.

ActuatorGraceful ShutdownJava
0 likes · 20 min read
Why kill -9 Can Crash Your Spring Boot Service and How to Shut It Down Gracefully
转转QA
转转QA
Apr 27, 2023 · Operations

Test Plan Writing Practices for OMS System: A Step-by-Step Guide

This article shares practical habits and a structured five‑stage process for creating comprehensive test plans for an Order Management System, covering pre‑review preparation, design‑phase collaboration, post‑design verification, final review, and continuous improvement to ensure quality and alignment with business goals.

OMSQASoftware Testing
0 likes · 11 min read
Test Plan Writing Practices for OMS System: A Step-by-Step Guide
Liangxu Linux
Liangxu Linux
Mar 29, 2023 · Fundamentals

How to Build a Simple Unix Shell in C: Step‑by‑Step Guide

This tutorial walks you through creating a basic Unix shell in C, covering prompt output, command input, parsing with strtok, handling built‑in commands like cd and echo, forking child processes, executing commands via execvp, and assembling the complete source code.

CShellUnix
0 likes · 8 min read
How to Build a Simple Unix Shell in C: Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Jan 4, 2023 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem, and Process Management

This comprehensive guide explains Linux's core components—including the kernel, shell, memory and process management, virtual file system, device drivers, networking, and mounting—while detailing filesystem types, directory structures, link types, and practical commands for managing partitions and mounts.

FilesystemKernelLinux
0 likes · 37 min read
Understanding Linux: Kernel, Shell, Filesystem, and Process Management
Open Source Linux
Open Source Linux
Jan 4, 2023 · Fundamentals

Master Linux: From OS Basics to Command-Line Power Tools

This comprehensive guide covers Linux operating system fundamentals, installation steps, filesystem hierarchy, essential command-line utilities, user and group management, permission handling, process control, and software installation methods, providing practical examples and clear explanations for beginners and developers alike.

LinuxPermissionsSoftware Installation
0 likes · 15 min read
Master Linux: From OS Basics to Command-Line Power Tools
Top Architect
Top Architect
Dec 18, 2022 · Backend Development

Graceful Shutdown of Spring Boot Applications: Avoiding kill -9 and Using kill -15, Actuator, and Custom Shutdown Configurations

This article explains why using the forceful kill -9 command can cause data loss, demonstrates how to gracefully stop Spring Boot services with kill -15, the Actuator shutdown endpoint, and custom Tomcat shutdown configurations, and shows how to run cleanup tasks such as data backup during shutdown.

ActuatorGraceful ShutdownJava
0 likes · 20 min read
Graceful Shutdown of Spring Boot Applications: Avoiding kill -9 and Using kill -15, Actuator, and Custom Shutdown Configurations
Top Architect
Top Architect
Dec 7, 2022 · Backend Development

Graceful Shutdown of Spring Boot Applications: Avoiding the Pitfalls of kill -9

This article explains how the Linux kill -9 command can cause data inconsistency and service disruption, demonstrates why it should be avoided in production, and provides several graceful shutdown techniques for Spring Boot—including using kill -15, the built‑in shutdown hook, Actuator endpoints, and a custom Tomcat connector configuration—along with code examples and best‑practice recommendations.

Graceful ShutdownJavaLinux kill
0 likes · 19 min read
Graceful Shutdown of Spring Boot Applications: Avoiding the Pitfalls of kill -9
Architects Research Society
Architects Research Society
Oct 10, 2022 · Fundamentals

Enterprise Business Architecture (EBA): Definition, Dimensions, Influencing Factors, and Its Role in Enterprise Architecture

The article explains enterprise business architecture (EBA) as the bridge between business models and strategy, outlines what EBA is not, describes its four dimensions—personnel, finance, organization, and process—lists key influencing factors, and shows how EBA fits within the broader enterprise architecture context.

EBAorganizational designprocess management
0 likes · 9 min read
Enterprise Business Architecture (EBA): Definition, Dimensions, Influencing Factors, and Its Role in Enterprise Architecture
Liangxu Linux
Liangxu Linux
Aug 28, 2022 · Fundamentals

What Makes a Linux Process Tick? Deep Dive into Creation, Execution, and Termination

This article explains the fundamental concepts of Linux processes, their relationship to programs, threads, kernels, and memory, details the internal task_struct implementation, and walks through the full lifecycle from creation with fork, loading via execve, execution, and termination including exit_group and zombie handling.

KernelLinuxOperating System
0 likes · 49 min read
What Makes a Linux Process Tick? Deep Dive into Creation, Execution, and Termination
Efficient Ops
Efficient Ops
Jun 26, 2022 · Operations

Master Linux System Monitoring: Essential Commands and Tools for Ops

This guide explains how to efficiently monitor Linux systems using core commands and tools such as ls, ps, free, top, smem, and provides practical examples for checking CPU, memory, processes, disks, networks, and removing zombie processes.

process managementsmemsystem-monitoring
0 likes · 9 min read
Master Linux System Monitoring: Essential Commands and Tools for Ops
Programmer DD
Programmer DD
Jun 7, 2022 · Operations

Essential Linux Commands: pgrep, pstree, bc, split, nl, ldd, col, lsof Explained

This guide introduces a collection of essential Linux command-line tools—including pgrep, pstree, bc, split, nl, ldd, col, and lsof—explaining their purposes, common options, and practical examples for process inspection, file manipulation, mathematical calculations, and system diagnostics.

BashSystem Administrationcommand-line
0 likes · 8 min read
Essential Linux Commands: pgrep, pstree, bc, split, nl, ldd, col, lsof Explained
Top Architect
Top Architect
Mar 11, 2022 · Fundamentals

Operating System Fundamentals: Concurrency, Process Management, Memory Management, and Deadlock

This article provides a comprehensive overview of operating system fundamentals, covering concepts such as concurrency, shared resources, virtual memory, process and thread management, synchronization mechanisms, classic synchronization problems, memory paging and replacement algorithms, device management, disk scheduling, and deadlock detection and prevention.

Operating SystemSchedulingSynchronization
0 likes · 33 min read
Operating System Fundamentals: Concurrency, Process Management, Memory Management, and Deadlock
MaGe Linux Operations
MaGe Linux Operations
Feb 3, 2022 · Operations

Master Linux Process Monitoring with htop: Install, Features, and Usage

This guide explains what htop is, highlights its user‑friendly features over the traditional top command, provides step‑by‑step installation instructions for major Linux distributions and from source, and shows how to navigate its interface to monitor and manage processes efficiently.

InstallationLinux monitoringSystem Administration
0 likes · 6 min read
Master Linux Process Monitoring with htop: Install, Features, and Usage
Efficient Ops
Efficient Ops
Jan 10, 2022 · Fundamentals

Why Does Disk Space Vanish? Uncovering Linux’s VFS and File Deletion Mysteries

Even when the `df` command shows a full disk, hidden deleted files held open by processes can consume space, and understanding this requires diving into Linux’s virtual file system architecture, including superblocks, inodes, file and dentry objects, as well as link types and file‑process interactions.

Linuxdisk spacefile system
0 likes · 12 min read
Why Does Disk Space Vanish? Uncovering Linux’s VFS and File Deletion Mysteries
Python Programming Learning Circle
Python Programming Learning Circle
Jan 4, 2022 · Fundamentals

Python Processes, Multiprocessing, Decorators, and List Fundamentals

This article introduces Python process concepts, including process creation with the multiprocessing module, process states, comparison with threads, and practical examples of creating, managing, and communicating with processes, followed by a comprehensive overview of Python list types, their structure, operations, and common usage patterns.

PythonThread Comparisondecorators
0 likes · 26 min read
Python Processes, Multiprocessing, Decorators, and List Fundamentals