Tagged articles
5000 articles
Page 7 of 50
Raymond Ops
Raymond Ops
Sep 25, 2025 · Information Security

Boost Linux Security: Essential Hardening Steps for RHEL 7

This guide walks through practical Linux security hardening on RHEL 7, covering account locking, password policies, SELinux activation, SSH port changes, firewall minimization, immutable system files, and other measures to elevate the system to a higher security level.

LinuxPassword policyRHEL7
0 likes · 13 min read
Boost Linux Security: Essential Hardening Steps for RHEL 7
Ops Community
Ops Community
Sep 25, 2025 · Operations

How to Master Linux Operations: A Step‑by‑Step Roadmap from Junior to Senior

The article outlines the challenging early duties of operations engineers, emphasizes a positive learning mindset, and presents a three‑stage Linux operations career roadmap—from junior to senior—illustrated with diagrams, guiding readers toward the skills needed for a cloud‑focused engineering path.

Cloud ComputingLearning PathLinux
0 likes · 3 min read
How to Master Linux Operations: A Step‑by‑Step Roadmap from Junior to Senior
Deepin Linux
Deepin Linux
Sep 25, 2025 · Fundamentals

Master Linux Thread Stacks: Prevent Overflows, Leaks, and Optimize Memory

This article explains the inner workings of Linux thread stacks, distinguishes user and kernel stacks, shows how NPTL creates independent stacks, highlights common pitfalls like stack overflow, memory leaks, and address‑space exhaustion, and provides practical C/C++ examples, tuning tips, thread‑pool designs, and debugging tools to keep your multithreaded programs stable and efficient.

LinuxThread Stackpthread
0 likes · 46 min read
Master Linux Thread Stacks: Prevent Overflows, Leaks, and Optimize Memory
Open Source Linux
Open Source Linux
Sep 25, 2025 · Operations

Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)

Learn how to design, install, configure, secure, monitor, and optimize a production‑grade NFS service—including step‑by‑step server and client setup, advanced permission controls, performance tuning, automated deployment scripts, backup strategies, and real‑world use cases—so you can reduce file‑sync time by up to 80%.

BackupLinuxNFS
0 likes · 28 min read
Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)
Liangxu Linux
Liangxu Linux
Sep 24, 2025 · Fundamentals

Master Linux Process Management: Fork, vfork, exec, wait, zombie & orphan processes

This tutorial explains core Linux process concepts—including the difference between programs and processes, how to view and identify processes, detailed usage of fork and vfork for creating child processes, process termination, zombie and orphan handling, and practical examples of exec, system, and popen functions with C code.

C ProgrammingLinuxexec
0 likes · 28 min read
Master Linux Process Management: Fork, vfork, exec, wait, zombie & orphan processes
Deepin Linux
Deepin Linux
Sep 24, 2025 · Fundamentals

Mastering GDB: Essential Techniques for Memory Debugging and Analysis

This comprehensive guide explores GDB as a powerful debugging tool for memory analysis, covering installation, startup methods, core commands, breakpoint strategies, memory inspection, stack tracing, advanced features, remote debugging, and best practices for production environments, complete with practical code examples and step‑by‑step instructions.

LinuxMemory analysisc++
0 likes · 55 min read
Mastering GDB: Essential Techniques for Memory Debugging and Analysis
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 24, 2025 · Operations

Useful Bash Scripts for Disk Partitioning and LVM Management

This article provides three interactive Bash scripts that automate Linux disk partitioning, create standard ext4 or XFS filesystems, and set up LVM logical volumes—complete with fdisk commands, pvcreate/vgcreate/lvcreate steps, filesystem formatting, mounting, and /etc/fstab updates.

BashLVMLinux
0 likes · 12 min read
Useful Bash Scripts for Disk Partitioning and LVM Management
Liangxu Linux
Liangxu Linux
Sep 23, 2025 · Operations

Why 99% of Linux Hacks Stem from Misconfigured Permissions

This comprehensive guide explains the Linux permission model, demonstrates how to read, set, and troubleshoot file and directory permissions, covers special bits, ACLs, umask, and provides best‑practice recommendations and ready‑to‑run scripts for securing Linux servers.

LinuxPermissions
0 likes · 19 min read
Why 99% of Linux Hacks Stem from Misconfigured Permissions
Raymond Ops
Raymond Ops
Sep 23, 2025 · Artificial Intelligence

Install Ollama’s Local LLM on Windows and Power It with ShellGPT

This guide walks you through installing the Ollama local large‑language‑model runtime on Windows, deploying a Gemma2 model, then setting up ShellGPT on Linux to interact with the local LLM, covering configuration, basic commands, and advanced usage examples.

AI AssistantLinuxLocal-LLM
0 likes · 6 min read
Install Ollama’s Local LLM on Windows and Power It with ShellGPT
Deepin Linux
Deepin Linux
Sep 23, 2025 · Fundamentals

Mastering Linux Memory Allocation: When to Use brk vs mmap

This article explains the low‑level mechanisms of brk and mmap in Linux, compares their characteristics, shows why malloc selects one over the other based on allocation size, and provides practical code examples, performance tips, and common pitfalls for developers.

LinuxMemory ManagementPerformance Optimization
0 likes · 29 min read
Mastering Linux Memory Allocation: When to Use brk vs mmap
Open Source Linux
Open Source Linux
Sep 23, 2025 · Operations

20 Essential Linux Commands Every Ops Engineer Must Master

This guide walks you through twenty indispensable Linux commands—covering system monitoring, performance analysis, process management, networking, disk handling, and tuning—explaining their basic and advanced usages, real‑world pitfalls, and how they stay relevant in the cloud‑native era.

LinuxNetworkingOperations
0 likes · 12 min read
20 Essential Linux Commands Every Ops Engineer Must Master
Liangxu Linux
Liangxu Linux
Sep 22, 2025 · Information Security

Build an Impenetrable Linux Server: A Step‑by‑Step Security Hardening Guide

This comprehensive guide walks you through real‑world intrusion case analysis, multi‑layer defense strategies—including SSH hardening, Fail2Ban, firewall rules, IDS deployment, file integrity monitoring, advanced techniques like port knocking and honeypots—and incident response procedures, providing concrete commands and scripts to secure a Linux server from end to end.

Fail2banHardeningIDS
0 likes · 13 min read
Build an Impenetrable Linux Server: A Step‑by‑Step Security Hardening Guide
Ray's Galactic Tech
Ray's Galactic Tech
Sep 22, 2025 · Cloud Native

Master Docker: From Basics to Dockerfile Best Practices

This guide introduces Docker’s core concepts, walks through installing Docker on Linux, Windows, and macOS, explains Dockerfile syntax with common commands, and shares practical tips for building efficient container images.

ContainerizationDockerDockerfile
0 likes · 6 min read
Master Docker: From Basics to Dockerfile Best Practices
Raymond Ops
Raymond Ops
Sep 22, 2025 · Databases

Master PostgreSQL: Complete Introduction and Step‑by‑Step Installation Guide

This article introduces PostgreSQL's powerful features and provides detailed, cross‑platform instructions for preparing the host, configuring network interfaces, adjusting system settings, and installing PostgreSQL via native packages or official repositories on major Linux distributions.

InstallationLinuxconfiguration
0 likes · 28 min read
Master PostgreSQL: Complete Introduction and Step‑by‑Step Installation Guide
Ops Community
Ops Community
Sep 22, 2025 · Operations

20 Essential Linux Commands Every Ops Engineer Must Master

This guide presents twenty indispensable Linux commands—covering system monitoring, performance analysis, process management, networking, disk handling, and system tuning—along with practical examples, tips, and common pitfalls, empowering operations engineers to quickly diagnose and resolve production issues in modern cloud‑native environments.

DevOpsLinuxOperations
0 likes · 14 min read
20 Essential Linux Commands Every Ops Engineer Must Master
Selected Java Interview Questions
Selected Java Interview Questions
Sep 22, 2025 · Backend Development

Quickly Diagnose Spring Boot + Nacos + MySQL Microservice Failures

This guide provides a step‑by‑step troubleshooting workflow for Spring Boot microservices using Nacos as a config/registry and MySQL as the database, covering log inspection, process checks, port listening, network connectivity, configuration validation, database connectivity, system resources, startup commands, and an optional one‑click diagnostic script.

LinuxMySQLNacos
0 likes · 9 min read
Quickly Diagnose Spring Boot + Nacos + MySQL Microservice Failures
Deepin Linux
Deepin Linux
Sep 22, 2025 · Fundamentals

Why User‑Kernel Mode Switches Slow Down Linux Apps—and How to Fix Them

The article explains how frequent user‑kernel mode switches in Linux create hidden performance bottlenecks, describes the underlying privilege mechanisms on x86 and ARM, details the three switch triggers (system calls, hardware interrupts, traps), and provides practical optimization techniques such as reducing syscalls, using zero‑copy APIs, async I/O, DPDK, and kernel‑module examples to improve throughput.

LinuxPerformanceSystem Calls
0 likes · 71 min read
Why User‑Kernel Mode Switches Slow Down Linux Apps—and How to Fix Them
Liangxu Linux
Liangxu Linux
Sep 21, 2025 · Operations

15 Powerful grep Tricks to Master Text Searching on Linux

This guide presents fifteen practical grep examples that demonstrate how to locate specific strings, perform case‑insensitive searches, recurse directories, count matches, list filenames, show line numbers, invert matches, display context, use regular expressions, exclude files, and combine grep with other commands for advanced text processing on Linux systems.

GrepLinuxShell scripting
0 likes · 8 min read
15 Powerful grep Tricks to Master Text Searching on Linux
Ray's Galactic Tech
Ray's Galactic Tech
Sep 21, 2025 · Backend Development

How to Build a High‑Availability RocketMQ Cluster: Step‑by‑Step Guide

This guide walks you through designing, preparing the environment, installing, configuring, and validating a production‑grade RocketMQ cluster with multiple masters and slaves, including optional web console setup, one‑click deployment scripts, performance tuning, security hardening, and monitoring recommendations.

Cluster DeploymentLinuxMessage Queue
0 likes · 10 min read
How to Build a High‑Availability RocketMQ Cluster: Step‑by‑Step Guide
Deepin Linux
Deepin Linux
Sep 21, 2025 · Fundamentals

Why Linux Uses Copy‑On‑Write: Boosting Process Creation and Memory Efficiency

This article explains Linux’s Copy‑On‑Write mechanism, detailing how it avoids full memory duplication during process creation, the underlying page‑table workflow, its implementation in the kernel, and real‑world applications such as Redis persistence, Docker image layering, and filesystem snapshots, while also discussing its advantages and drawbacks.

Copy-on-WriteLinuxMemory Management
0 likes · 73 min read
Why Linux Uses Copy‑On‑Write: Boosting Process Creation and Memory Efficiency
Deepin Linux
Deepin Linux
Sep 20, 2025 · Fundamentals

How Linux Handles Page Faults: Inside Virtual Memory Management

This article explains Linux page faults, describing how the kernel intercepts invalid or unmapped memory accesses, the step‑by‑step handling process, the four typical fault scenarios, and optimization techniques, while providing code examples and diagrams to illustrate virtual‑memory management in depth.

LinuxMemory ManagementOperating System
0 likes · 41 min read
How Linux Handles Page Faults: Inside Virtual Memory Management
Liangxu Linux
Liangxu Linux
Sep 20, 2025 · Operations

Master Linux Filesystem Hierarchy: Complete Guide for Sysadmins

This comprehensive guide explains the Linux Filesystem Hierarchy Standard (FHS), detailing each top‑level directory, its purpose, typical contents, common commands, and best‑practice administration techniques, helping system administrators and DevOps engineers understand, manage, and optimize the directory structure for security and performance.

Directory StructureFHSFilesystem
0 likes · 23 min read
Master Linux Filesystem Hierarchy: Complete Guide for Sysadmins
Raymond Ops
Raymond Ops
Sep 19, 2025 · Information Security

How to Mitigate MySQL CVEs with iptables: Practical Firewall Rules

As network security threats rise, unpatchable MySQL vulnerabilities can be mitigated by configuring iptables rules that whitelist trusted IPs for port 3306 and drop all other traffic, with clear guidance on rule ordering and the differences between DROP and REJECT actions.

CVELinuxMySQL
0 likes · 7 min read
How to Mitigate MySQL CVEs with iptables: Practical Firewall Rules
21CTO
21CTO
Sep 19, 2025 · Operations

Samba 4.23 Unveiled: QUIC Support, Unix Extensions, and Prometheus Integration

Samba 4.23 introduces QUIC transport for SMB3, enables Unix extensions by default, adds Prometheus‑compatible monitoring, improves file timestamp handling, and provides new backup options, while the article also offers step‑by‑step Ubuntu installation commands.

InstallationLinuxPrometheus
0 likes · 6 min read
Samba 4.23 Unveiled: QUIC Support, Unix Extensions, and Prometheus Integration
Deepin Linux
Deepin Linux
Sep 19, 2025 · Fundamentals

Unlocking Linux Memory: How Virtual Memory, MMU, and Heap Really Work

This article demystifies Linux process memory by explaining the layered architecture of virtual and physical memory, the role of the MMU and page tables, dynamic allocation mechanisms such as brk and mmap, and practical tools for inspecting and optimizing memory usage.

LinuxMMUMemory Management
0 likes · 47 min read
Unlocking Linux Memory: How Virtual Memory, MMU, and Heap Really Work
Raymond Ops
Raymond Ops
Sep 18, 2025 · Operations

Master Nginx Optimization: Hide Version, Tweak Users, Enable Caching & More

This guide walks through essential Nginx optimizations—including hiding the version number, changing the run‑user and group, configuring cache expiry, setting up log rotation, adjusting connection timeouts, scaling worker processes, enabling gzip compression, applying image filtering, preventing hotlinking, and an overview of common modules—providing code snippets and configuration examples for each step.

LinuxNGINXPerformance
0 likes · 12 min read
Master Nginx Optimization: Hide Version, Tweak Users, Enable Caching & More
Python Programming Learning Circle
Python Programming Learning Circle
Sep 18, 2025 · Operations

Mastering Supervisor: A Complete Guide to Process Monitoring and Management

This article introduces Supervisor, a client‑server process monitoring tool, explains why traditional nohup deployments can be unstable, and provides step‑by‑step instructions for installation, configuration, command‑line usage, advanced features like process groups, signal handling, and auto‑restart policies to ensure reliable service operation.

LinuxSupervisorSystem Administration
0 likes · 19 min read
Mastering Supervisor: A Complete Guide to Process Monitoring and Management
Deepin Linux
Deepin Linux
Sep 18, 2025 · Fundamentals

How Linux’s Buddy Allocator Powers Efficient Memory Management

This article explains the Linux kernel’s buddy memory allocation algorithm, covering its core principles, data structures, allocation and free workflows, performance advantages and drawbacks, monitoring tools, tuning parameters, and real‑world use cases such as Kubernetes, embedded IoT devices, and real‑time operating systems.

LinuxMemory Managementbuddy allocator
0 likes · 50 min read
How Linux’s Buddy Allocator Powers Efficient Memory Management
Efficient Ops
Efficient Ops
Sep 17, 2025 · Operations

How to Use Smartctl for Proactive Disk Health Monitoring and Failure Prevention

This guide introduces Smartctl, a powerful command‑line utility for monitoring disk health, covering installation, device discovery, health checks, SMART attribute interpretation, self‑tests, error log analysis, and automation techniques to proactively prevent storage failures on Linux systems.

Disk MonitoringLinuxSMART
0 likes · 7 min read
How to Use Smartctl for Proactive Disk Health Monitoring and Failure Prevention
Liangxu Linux
Liangxu Linux
Sep 16, 2025 · Operations

Boost Linux Network Performance: Practical TCP/IP Stack Tuning Guide

This article presents a comprehensive, step‑by‑step guide for Linux network performance optimization, covering real‑world issues, TCP and IP stack parameter tweaks, queue and interrupt tuning, high‑concurrency scenarios, monitoring scripts, a detailed e‑commerce case study, best‑practice recommendations, and common pitfalls.

LinuxOperationsPerformance Optimization
0 likes · 13 min read
Boost Linux Network Performance: Practical TCP/IP Stack Tuning Guide
Raymond Ops
Raymond Ops
Sep 16, 2025 · Databases

One‑Click MariaDB Binary Installation Across Major Linux Distros

This guide walks you through installing MariaDB from binary packages on various Linux distributions, covering user and group creation, downloading and extracting the tarball, configuring environment variables and my.cnf, initializing the database, securing the installation, testing the server, and using a ready-made shell script for automated deployment.

Binary InstallationDatabase AdministrationLinux
0 likes · 22 min read
One‑Click MariaDB Binary Installation Across Major Linux Distros
Raymond Ops
Raymond Ops
Sep 16, 2025 · Cloud Native

How to Build a Secure High‑Availability Etcd Cluster on Linux

This guide walks through installing etcd, configuring a three‑node high‑availability cluster with TLS certificates, setting up host files, disabling SELinux and firewalld, creating a Certificate Authority using cfssl, generating node certificates, distributing them, and finally deploying and verifying the cluster on Linux systems.

CertificateCloud NativeLinux
0 likes · 19 min read
How to Build a Secure High‑Availability Etcd Cluster on Linux
Deepin Linux
Deepin Linux
Sep 16, 2025 · Operations

Master Linux Performance: Proven Tips to Boost Speed and Stability

This comprehensive guide explains how to identify and resolve common Linux performance bottlenecks—covering key metrics, hardware upgrades, kernel parameter tuning, process and memory management, and network optimization—while providing practical commands, code examples, and step‑by‑step troubleshooting techniques to keep servers and desktops running smoothly.

LinuxPerformance TuningSystem optimization
0 likes · 35 min read
Master Linux Performance: Proven Tips to Boost Speed and Stability
DevOps Coach
DevOps Coach
Sep 15, 2025 · Operations

10 Underrated Linux Tools Every Sysadmin Should Master

This guide presents ten lesser‑known but powerful Linux utilities—such as at, systemd‑run, tuned, lsof/ss, journalctl, chattr, MOTD/issue, watch/diff, strace/ltrace, and hidden cron checks—each with practical examples to boost daily sysadmin efficiency and confidence.

LinuxPerformanceSysadmin
0 likes · 7 min read
10 Underrated Linux Tools Every Sysadmin Should Master
Deepin Linux
Deepin Linux
Sep 15, 2025 · Fundamentals

Unlock Linux IPC: Deep Dive into Pipes, Signals, Shared Memory and More

This comprehensive guide explores Linux inter‑process communication (IPC), explaining why processes need to communicate, the underlying kernel mechanisms, and detailed coverage of pipes, FIFOs, signals, files, shared memory, message queues, and sockets with practical code examples and real‑world use cases.

IPCLinuxSockets
0 likes · 48 min read
Unlock Linux IPC: Deep Dive into Pipes, Signals, Shared Memory and More
Raymond Ops
Raymond Ops
Sep 15, 2025 · Databases

Step-by-Step Guide to Installing and Understanding MariaDB

This comprehensive tutorial introduces MariaDB, explains its origins and key features, and provides detailed, cross‑platform installation and configuration instructions for Rocky Linux, Ubuntu, openSUSE and other distributions, including network setup, repository configuration, package installation, service management, and security hardening.

InstallationLinuxMariaDB
0 likes · 50 min read
Step-by-Step Guide to Installing and Understanding MariaDB
Liangxu Linux
Liangxu Linux
Sep 14, 2025 · Operations

21 Essential Linux Commands Every Sysadmin Should Master

Master the most useful Linux commands for everyday system administration, covering file navigation, permission handling, process control, text manipulation, compression, and system shutdown, with clear examples and syntax to boost efficiency and confidence in handling common operational tasks.

LinuxOperationsShell
0 likes · 7 min read
21 Essential Linux Commands Every Sysadmin Should Master
Raymond Ops
Raymond Ops
Sep 14, 2025 · Databases

Deploy MySQL 8.4 from Source with a Single Script Across Major Linux Distributions

This guide provides a comprehensive, step‑by‑step shell script that automates the installation, configuration, and service setup of MySQL 8.4 from source on a wide range of Linux distributions, including Rocky, AlmaLinux, CentOS, openEuler, Anolis, OpenCloudOS, Kylin, UOS, openSUSE, Ubuntu, and Debian.

Database InstallationLinuxMySQL
0 likes · 25 min read
Deploy MySQL 8.4 from Source with a Single Script Across Major Linux Distributions
IT Services Circle
IT Services Circle
Sep 13, 2025 · Operations

Master Linux Command‑Line Essentials for Interview Success

This comprehensive guide covers the most frequently asked Linux command‑line topics for interviews, including file and directory manipulation, process management, system monitoring, networking, permission handling, and practical scenario‑based exercises, all illustrated with clear examples and command syntax.

Interview PreparationLinuxShell Commands
0 likes · 24 min read
Master Linux Command‑Line Essentials for Interview Success
Linux Kernel Journey
Linux Kernel Journey
Sep 13, 2025 · Fundamentals

How Linux Handles Hardware Interrupts: From Signal to Response

This article explains the complete Linux interrupt management process, covering the basics of hardware and software interrupts, the role of programmable interrupt controllers, the CPU's response workflow, top‑half and bottom‑half handling, registration techniques, performance optimizations, and debugging tools, all illustrated with concrete examples and code.

APICInterruptsLinux
0 likes · 26 min read
How Linux Handles Hardware Interrupts: From Signal to Response
Ops Community
Ops Community
Sep 12, 2025 · Operations

15 Essential Shell Scripts to Supercharge Your Sysadmin Tasks

A comprehensive guide for system administrators that presents 15 practical Bash scripts—covering resource monitoring, process checks, network surveillance, log analysis, batch operations, backups, security hardening, performance tuning, Docker cleanup, and log rotation—to automate repetitive tasks and boost operational efficiency.

LinuxScriptingShell
0 likes · 41 min read
15 Essential Shell Scripts to Supercharge Your Sysadmin Tasks
Raymond Ops
Raymond Ops
Sep 12, 2025 · Databases

Step-by-Step Guide to Installing MySQL 8.x Binary Packages on Linux

This comprehensive tutorial explains how to install MySQL 8.0 and 8.4 binary packages on various Linux distributions, covering user creation, package download, environment setup, configuration, initialization, dependency handling, service script creation, password setting, and verification of the installation.

BinaryInstallationLinux
0 likes · 72 min read
Step-by-Step Guide to Installing MySQL 8.x Binary Packages on Linux
Raymond Ops
Raymond Ops
Sep 12, 2025 · Operations

Mastering vsftpd: Essential Configuration Settings for Secure FTP

This guide walks through 21 essential vsftpd configuration options—including command port changes, active/passive mode ports, anonymous login and upload settings, user mapping, chroot restrictions, logging, banner messages, PAM authentication, connection limits, timeouts, transfer rates, and text mode—providing example commands and troubleshooting tips for Linux FTP servers.

FTPLinuxOperations
0 likes · 10 min read
Mastering vsftpd: Essential Configuration Settings for Secure FTP
Deepin Linux
Deepin Linux
Sep 12, 2025 · Backend Development

Mastering Linux I/O Multiplexing: select, poll, and epoll Explained with Real Code

This article explains the concepts, advantages, limitations, and practical usage of Linux I/O multiplexing mechanisms—select, poll, and epoll—through analogies, detailed explanations, code examples, and common interview questions, helping developers choose the right tool for high‑concurrency network programming.

Event-drivenIO MultiplexingLinux
0 likes · 35 min read
Mastering Linux I/O Multiplexing: select, poll, and epoll Explained with Real Code
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 12, 2025 · Operations

45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency

This guide compiles 45 essential Linux command combinations, organized into seven high‑frequency operational scenarios—file handling, find‑based searches, system monitoring, log analysis, text processing, network capture, and disk cleanup—providing a near‑complete toolbox that addresses roughly 99% of everyday sysadmin tasks.

LinuxNetworkingOps
0 likes · 5 min read
45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency
Liangxu Linux
Liangxu Linux
Sep 11, 2025 · Operations

20 Essential Linux Commands Every Sysadmin Should Master

Mastering these 20 high‑frequency Linux commands—from navigating directories and managing files to monitoring processes—empowers system administrators to automate routine tasks, troubleshoot efficiently, and boost productivity across file management, process control, system monitoring, and remote operations.

LinuxOperationsShell
0 likes · 7 min read
20 Essential Linux Commands Every Sysadmin Should Master
Raymond Ops
Raymond Ops
Sep 11, 2025 · Databases

Master MySQL: Installation Guide Across Linux Distros & Key Features

This comprehensive guide introduces MySQL’s core concepts, architecture, and features, then walks you through step‑by‑step installation and configuration on popular Linux distributions—including Rocky, AlmaLinux, CentOS, Ubuntu, Debian, and openSUSE—covering network setup, repository configuration, and post‑install security tweaks.

InstallationLinuxMySQL
0 likes · 69 min read
Master MySQL: Installation Guide Across Linux Distros & Key Features
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 11, 2025 · Fundamentals

Deep Dive into the Linux Kernel Boot Process

This article walks through the Linux kernel boot sequence on ARM platforms, covering self‑decompression, early initialization checks, page‑table setup, and the start_kernel routine that brings up hardware, memory management, scheduling, and the first user process.

ARMLinuxboot
0 likes · 8 min read
Deep Dive into the Linux Kernel Boot Process
Liangxu Linux
Liangxu Linux
Sep 10, 2025 · Operations

15 Powerful Echo Tricks to Supercharge Your Linux Scripts

This guide walks through fifteen practical and advanced uses of the Linux echo command, covering basic text output, disabling newlines, escape sequences, tabular formatting, backspace, alert sounds, carriage‑return overwrites, wildcard expansions, file redirection, variable injection, colorized text, and dynamic progress bars, all illustrated with ready‑to‑run examples.

EchoLinuxShell
0 likes · 6 min read
15 Powerful Echo Tricks to Supercharge Your Linux Scripts
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Sep 10, 2025 · Operations

Visualize Elasticsearch Core Metrics Without Kibana Using Easysearch UI Plugin

This guide walks through installing the Easysearch UI plugin (v1.15.0) on a Linux host to replace Kibana and Console, showing how to download the package, deploy it with required security authentication, verify port 9200, and explore built‑in visualizations such as global, node, index, alias, dev‑tool, and security views.

EasysearchElasticsearchKibana alternative
0 likes · 4 min read
Visualize Elasticsearch Core Metrics Without Kibana Using Easysearch UI Plugin
Su San Talks Tech
Su San Talks Tech
Sep 10, 2025 · Backend Development

Master Java Backend Interview Questions: HTTP Status, JVM, Multithreading & More

This article shares Beike's recent campus hiring salary data and provides a comprehensive Java backend interview guide covering HTTP response codes, session vs. cookie, runtime and checked exceptions, abstract classes vs. interfaces, StringBuilder vs. String, JVM memory structure, multithreading techniques, thread‑pool parameters, the synchronized keyword, B+‑tree indexing, and essential Linux commands.

JVMLinuxbackend-development
0 likes · 23 min read
Master Java Backend Interview Questions: HTTP Status, JVM, Multithreading & More
Ops Community
Ops Community
Sep 10, 2025 · Operations

Master Linux Network Routing & Forwarding: From Theory to Real-World Practice

This comprehensive guide walks you through Linux routing fundamentals, static and dynamic route configuration, policy routing, IP forwarding, NAT, troubleshooting, performance tuning, security hardening, and container networking, equipping operations engineers with the skills to design, optimize, and secure complex network infrastructures.

IP forwardingLinuxNAT
0 likes · 23 min read
Master Linux Network Routing & Forwarding: From Theory to Real-World Practice
Ops Community
Ops Community
Sep 10, 2025 · Operations

149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency

This article presents a curated collection of 149 practical shell script cases, demonstrating how operations engineers can automate routine tasks such as finding zombie processes, deleting empty files, handling dates, checking file existence, sorting numbers, retrieving MAC addresses, and determining leap years, all with clear, copy‑ready Bash code.

BashLinuxShell scripting
0 likes · 7 min read
149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency
MaGe Linux Operations
MaGe Linux Operations
Sep 10, 2025 · Operations

149 Practical Shell Script Examples Every Ops Engineer Should Know

This article presents a curated selection of 149 shell script cases—including tasks such as locating zombie processes, removing empty files, summing numbers, formatting dates, checking file existence, sorting integers, retrieving MAC addresses, and determining leap years—to help operations engineers automate routine work and boost productivity.

BashLinuxOperations
0 likes · 8 min read
149 Practical Shell Script Examples Every Ops Engineer Should Know
21CTO
21CTO
Sep 9, 2025 · Information Security

What’s New in Linux Kernel Runtime Guard 1.0? A Deep Dive into Enhanced Security

The Linux Kernel Runtime Guard (LKRG) 1.0 release adds support for kernel 6.17, removes obsolete code, improves performance, expands OverlayFS compatibility, and tightens protection against credential‑overwrites and other kernel‑level attacks, while remaining a complementary layer to SELinux and AppArmor.

Kernel SecurityLKRGLinux
0 likes · 5 min read
What’s New in Linux Kernel Runtime Guard 1.0? A Deep Dive into Enhanced Security
Deepin Linux
Deepin Linux
Sep 9, 2025 · Fundamentals

Master ARM32/64 Architecture: From Instruction Sets to Performance Analysis

This intensive two‑day course covers ARM32/64 processor instruction sets, mode switching, exception vectors, system call mechanisms, memory management, atomic operations, cache synchronization, and top‑down performance analysis with perf, while also introducing M‑series MCU architectures and providing hands‑on labs for embedded Linux developers.

ARMLinuxembedded systems
0 likes · 7 min read
Master ARM32/64 Architecture: From Instruction Sets to Performance Analysis
Raymond Ops
Raymond Ops
Sep 9, 2025 · Operations

How to Install and Configure Chrony for Precise Time Sync on Linux Systems

This guide explains Chrony, a high‑precision time synchronization service, covering its key features, file structure, and step‑by‑step installation and configuration across major Linux distributions, including network setup, firewall and SELinux adjustments, timezone settings, and scripts for both server and client deployment.

LinuxNTPchrony
0 likes · 36 min read
How to Install and Configure Chrony for Precise Time Sync on Linux Systems
Raymond Ops
Raymond Ops
Sep 9, 2025 · Operations

Step‑by‑Step Guide to Install and Configure ocserv VPN on CentOS

This tutorial walks you through installing ocserv, creating a CA and server certificates, configuring ocserv settings, adjusting kernel parameters, setting up iptables firewall rules, managing VPN users, and controlling the ocserv service on a CentOS server.

CertificateLinuxOpenConnect
0 likes · 38 min read
Step‑by‑Step Guide to Install and Configure ocserv VPN on CentOS
Ops Community
Ops Community
Sep 9, 2025 · Operations

Master Linux Filesystem: Complete Guide to Directory Structure for Sysadmins

This comprehensive tutorial walks you through the Linux filesystem hierarchy, explaining the purpose of each core directory, best practices for management, real-world examples, and advanced operational tips such as permission hardening, monitoring, backup strategies, and performance optimization for reliable system administration.

Directory StructureFilesystemLinux
0 likes · 29 min read
Master Linux Filesystem: Complete Guide to Directory Structure for Sysadmins
Deepin Linux
Deepin Linux
Sep 9, 2025 · Fundamentals

How Linux Handles Hardware Interrupts: From Signal to Task Recovery

This article explains the complete Linux interrupt mechanism—from hardware signal generation, through the programmable interrupt controller and CPU response, to the split top‑half and bottom‑half handling and driver registration—providing developers and operators with a clear understanding of how microsecond‑level hardware events are processed efficiently.

InterruptsLinuxdriver development
0 likes · 30 min read
How Linux Handles Hardware Interrupts: From Signal to Task Recovery
Open Source Linux
Open Source Linux
Sep 9, 2025 · Operations

Master Linux Compression: Choose tar, gzip or zip and Apply Real‑World Best Practices

This comprehensive guide explains Linux compression and decompression fundamentals, compares tar, gzip, and zip commands, provides detailed syntax, performance benchmarks, practical scripts, automation techniques, monitoring, security considerations, cloud integration, and future trends for reliable data handling in modern operations.

BackupGzipLinux
0 likes · 39 min read
Master Linux Compression: Choose tar, gzip or zip and Apply Real‑World Best Practices
Efficient Ops
Efficient Ops
Sep 8, 2025 · Operations

Boost Your Terminal Workflow: 6 Modern CLI Tools to Replace ls, cat, cd, and More

This guide introduces six modern command-line utilities—exa, bat, zoxide, fd, nmon, and ncdu—that serve as powerful, Rust-based replacements for traditional Unix commands, offering enhanced visuals, smarter navigation, faster searching, and real-time system monitoring to streamline everyday terminal workflows.

CLI toolsLinuxProductivity
0 likes · 5 min read
Boost Your Terminal Workflow: 6 Modern CLI Tools to Replace ls, cat, cd, and More
Raymond Ops
Raymond Ops
Sep 8, 2025 · Operations

How to Set Up DRBD and Keepalived for Real‑Time File Sync and Failover

This guide walks you through installing and configuring DRBD and keepalived on two Linux nodes to achieve real‑time block‑level file synchronization, automatic primary/secondary role switching, and high‑availability failover for services such as PostgreSQL, including troubleshooting common issues like split‑brain and busy mounts.

DRBDLinuxfailover
0 likes · 13 min read
How to Set Up DRBD and Keepalived for Real‑Time File Sync and Failover
Raymond Ops
Raymond Ops
Sep 8, 2025 · Operations

All-in-One Linux Init Scripts for Rocky, AlmaLinux, CentOS, Ubuntu, Debian & More

This article introduces a comprehensive collection of shell scripts that automate system initialization across many Linux distributions—Rocky, AlmaLinux, CentOS, Ubuntu, Debian, openEuler, AnolisOS, OpenCloudOS, openSUSE, Kylin Server and UOS Server—covering network setup, hostname, repository configuration, firewall, SELinux, swap, timezone, kernel tuning, SSH, user environment and more, with detailed version changelogs and usage instructions.

LinuxOperationsSystem Initialization
0 likes · 19 min read
All-in-One Linux Init Scripts for Rocky, AlmaLinux, CentOS, Ubuntu, Debian & More
ITPUB
ITPUB
Sep 8, 2025 · Operations

12 Essential grep Command Combinations to Supercharge Log Analysis

This guide presents twelve practical grep command-line patterns—including case‑insensitive search, line‑number highlighting, keyword counting, multi‑keyword regex, context display, real‑time filtering, and integration with find—each illustrated with exact syntax and brief explanations to help Linux administrators and developers troubleshoot logs more efficiently.

GrepLinuxcommand-line
0 likes · 5 min read
12 Essential grep Command Combinations to Supercharge Log Analysis
Top Architect
Top Architect
Sep 7, 2025 · Operations

Master High‑Concurrency Nginx: Core, Advanced, and OS Tuning Guide

This article walks through common high‑traffic issues such as 502/504 errors, CPU spikes, and connection limits, then provides step‑by‑step Nginx core, event, and HTTP configuration tweaks, advanced connection‑pool and caching settings, rate‑limiting, multi‑level cache strategies, load‑balancing, OS kernel tuning, monitoring scripts, and a practical checklist to achieve stable 100k+ concurrent connections with low latency.

LinuxNGINX
0 likes · 12 min read
Master High‑Concurrency Nginx: Core, Advanced, and OS Tuning Guide
21CTO
21CTO
Sep 6, 2025 · Fundamentals

Brian Kernighan on Rust, Unix Legacy, and the Future of Programming

In a lively talk at the Eastern Retro Computer Festival, Unix co‑founder Brian Kernighan reflects on the shift from C to memory‑safe languages, the explosion of Linux distributions, the role of Unix in modern mobile OSes, and offers candid advice for today’s developers.

Brian KernighanC languageLinux
0 likes · 9 min read
Brian Kernighan on Rust, Unix Legacy, and the Future of Programming
Architect
Architect
Sep 6, 2025 · Operations

Master High-Concurrency Nginx: Core Configs, Advanced Tuning, and Real-World Checklist

This guide walks you through the common high‑traffic pain points of Nginx, explains why configuration and tuning matter more than hardware, and provides step‑by‑step core, advanced, OS‑level, monitoring, and troubleshooting configurations to reliably handle tens of thousands of concurrent connections.

LinuxNGINXPerformance Tuning
0 likes · 11 min read
Master High-Concurrency Nginx: Core Configs, Advanced Tuning, and Real-World Checklist
Raymond Ops
Raymond Ops
Sep 5, 2025 · Operations

Mastering NFS: How to Configure Network File System on Linux

Learn the fundamentals of NFS (Network File System) on Linux, including its architecture, advantages, required packages, configuration files, export options, essential commands like rpcinfo, exportfs, showmount, and step‑by‑step examples for setting up NFS servers and clients with autofs.

LinuxMountNFS
0 likes · 10 min read
Mastering NFS: How to Configure Network File System on Linux
Raymond Ops
Raymond Ops
Sep 5, 2025 · Operations

Master HAProxy: From Installation to Advanced Load Balancing Configuration

This article explains load balancing concepts, why to use it, HAProxy's features and limitations, Lua extensions, step‑by‑step installation on CentOS, service setup, detailed configuration sections, logging options, and how to organize large HAProxy setups with sub‑configuration files.

HAProxyLinuxLua
0 likes · 20 min read
Master HAProxy: From Installation to Advanced Load Balancing Configuration
Raymond Ops
Raymond Ops
Sep 5, 2025 · Fundamentals

Understanding Linux Process States, Scheduling, and Priority – A Deep Dive

This article explains Linux process states, how the kernel linked list works, commands for inspecting processes, the nature of zombie and orphan processes, priority handling, context switching, and the O(1) scheduler in the 2.6 kernel, providing a comprehensive overview for system developers.

LinuxO(1) SchedulerProcess States
0 likes · 19 min read
Understanding Linux Process States, Scheduling, and Priority – A Deep Dive
Ops Community
Ops Community
Sep 5, 2025 · Operations

10 Essential Linux Kernel Tweaks to Supercharge System Performance

This guide walks through ten critical Linux kernel parameters—explaining why defaults can cripple performance, showing real‑world problem scenarios, providing exact sysctl commands and application‑level adjustments, and culminating in a full e‑commerce flash‑sale case study with measurable results and safety precautions.

Kernel TuningLinuxNetworking
0 likes · 13 min read
10 Essential Linux Kernel Tweaks to Supercharge System Performance
Deepin Linux
Deepin Linux
Sep 5, 2025 · Fundamentals

Mastering Linux Process Scheduling: Algorithms, Strategies, and Optimization

This comprehensive guide explains Linux process scheduling fundamentals, covering process states, core algorithms such as Round‑Robin, Priority, CFS, Multilevel Feedback Queue, and real‑time policies, while detailing timing triggers, influencing factors, and practical optimization techniques for databases and games.

CFSCPU allocationLinux
0 likes · 41 min read
Mastering Linux Process Scheduling: Algorithms, Strategies, and Optimization
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 5, 2025 · Operations

A Linux Network Latency Diagnosis Method That Eliminates Overtime

This article walks through a step‑by‑step Linux workflow—using hping3, traceroute, wrk, tcpdump, and Wireshark—to pinpoint the root causes of network latency, illustrate delayed TCP ACK effects, and verify findings with concrete command outputs and packet captures.

LinuxNetwork LatencyTCP Delayed ACK
0 likes · 17 min read
A Linux Network Latency Diagnosis Method That Eliminates Overtime
Liangxu Linux
Liangxu Linux
Sep 4, 2025 · Fundamentals

When to Use Symlinks vs Hard Links in Linux? A Practical Guide

This guide explains the differences between symbolic (soft) links and hard links in Linux, covering their definitions, characteristics, creation commands, inode behavior, cross‑filesystem capabilities, directory restrictions, and real‑world use cases to help you choose the appropriate link type for your needs.

FilesystemHard LinkLinux
0 likes · 7 min read
When to Use Symlinks vs Hard Links in Linux? A Practical Guide
Raymond Ops
Raymond Ops
Sep 4, 2025 · Operations

Master Linux Permissions: Soar Like an Eagle with Essential Commands

This comprehensive Linux tutorial walks you through permission fundamentals, user types, switching users, sudo usage, permission symbols, octal notation, and practical commands such as chmod, chown, chgrp, umask, and the sticky bit to secure and manage your system effectively.

LinuxPermissionsSudo
0 likes · 14 min read
Master Linux Permissions: Soar Like an Eagle with Essential Commands
Liangxu Linux
Liangxu Linux
Sep 3, 2025 · Information Security

Hardening CentOS 7/8: 15 Essential Security Configurations

This guide walks through fifteen practical steps to secure a CentOS 7 or 8 server, covering user management, SSH hardening, password policies, file permissions, logging, and kernel protections, each with clear commands and explanations to reduce attack surface.

CentOSHardeningLinux
0 likes · 12 min read
Hardening CentOS 7/8: 15 Essential Security Configurations
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Sep 3, 2025 · Cloud Native

How Docker Works: Inside Namespaces, Cgroups, and UnionFS

An in‑depth guide explains Docker’s core architecture, detailing how lightweight containers leverage Linux namespaces for isolation, cgroups for resource control, and UnionFS for layered image storage, while contrasting containers with traditional VMs and showing practical command‑line examples.

ContainersDockerLinux
0 likes · 5 min read
How Docker Works: Inside Namespaces, Cgroups, and UnionFS
Raymond Ops
Raymond Ops
Sep 3, 2025 · Operations

Boost Linux Server Performance: Essential Kernel and Sysctl Tweaks

Learn how to optimize Linux server performance by permanently disabling SELinux, setting runlevel 3, increasing file descriptor limits, fine-tuning kernel network parameters via /etc/sysctl.conf, configuring firewall settings, and handling common issues such as too many open files and connection timeouts.

Kernel ParametersLinuxOperations
0 likes · 7 min read
Boost Linux Server Performance: Essential Kernel and Sysctl Tweaks
MaGe Linux Operations
MaGe Linux Operations
Sep 3, 2025 · Operations

Master Crontab: From Basics to Advanced Automation for Ops Engineers

This comprehensive guide walks operations engineers through the fundamentals of crontab, its core mechanics, time‑expression syntax, best‑practice configurations, real‑world scenarios, debugging techniques, performance tips, enterprise‑scale management, and when to consider more advanced scheduling alternatives.

DevOpsLinuxOperations
0 likes · 17 min read
Master Crontab: From Basics to Advanced Automation for Ops Engineers
Java Captain
Java Captain
Sep 3, 2025 · Operations

How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx

This step‑by‑step guide shows how to set up a Raspberry Pi Zero W, flash Raspbian Stretch Lite, configure Wi‑Fi and SSH, optimize the system with local mirrors, install Nginx, and expose the server to the internet using ngrok, turning a credit‑card‑sized board into a functional web host.

LinuxNGINXRaspberry Pi
0 likes · 12 min read
How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx
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
Sep 2, 2025 · Fundamentals

Master Linux Timers: From alarm() to timerfd – Choose the Right One

This article walks through the evolution of Linux timers—from the simple alarm() function, through setitimer() and POSIX timer APIs, to the modern timerfd interface—explaining their APIs, code examples, advantages, limitations, performance trade‑offs, and practical selection guidance for different projects.

LinuxPOSIXTimers
0 likes · 16 min read
Master Linux Timers: From alarm() to timerfd – Choose the Right One
Efficient Ops
Efficient Ops
Sep 2, 2025 · Operations

Essential Linux & Java Debugging Tools Every Engineer Should Know

This guide compiles a comprehensive set of Linux commands and Java diagnostic utilities—including tail, grep, awk, find, tsar, btrace, Greys, jps, jstack, jmap, and more—providing practical examples and code snippets to help engineers quickly troubleshoot and monitor system and JVM issues.

LinuxOperationsPerformance
0 likes · 17 min read
Essential Linux & Java Debugging Tools Every Engineer Should Know
Liangxu Linux
Liangxu Linux
Sep 1, 2025 · Fundamentals

What Happens Inside Linux When You Call fork()? A Deep Dive

This article explains how the fork() system call creates a duplicate process in Linux, walks through a simple code experiment, details the kernel steps—including task_struct creation, PID allocation, copy-on-write memory handling, and resource inheritance—and highlights common use cases, optimizations, and pitfalls.

Copy-on-WriteLinuxSystem Call
0 likes · 12 min read
What Happens Inside Linux When You Call fork()? A Deep Dive