Tagged articles

linux

5000 articles · Page 24 of 50
MaGe Linux Operations
MaGe Linux Operations
Mar 19, 2024 · Information Security

Master Linux Firewalls: iptables, firewalld, and Netfilter Explained

This guide details Linux firewall components—including iptables, firewalld, and netfilter—explaining their coexistence, rule tables, chain structures, command syntax, and configuration files, while providing practical examples for managing zones, services, and packet filtering on RHEL/CentOS systems.

firewallfirewalldiptables
0 likes · 30 min read
Master Linux Firewalls: iptables, firewalld, and Netfilter Explained
DevOps Operations Practice
DevOps Operations Practice
Mar 18, 2024 · Operations

Introducing 1Panel: An Open‑Source Linux Server Management Panel – Features, Installation, and Overview

This article introduces the open‑source Linux server management panel 1Panel, explains its key features such as container and database management, provides step‑by‑step installation commands, and offers a practical overview for administrators seeking a unified server‑ops interface.

1PanelContainersServer Management
0 likes · 7 min read
Introducing 1Panel: An Open‑Source Linux Server Management Panel – Features, Installation, and Overview
Liangxu Linux
Liangxu Linux
Mar 17, 2024 · Fundamentals

Master Linux Synchronization: From Semaphores to Mutexes with Practical Code

Learn the core principles of synchronization and mutual exclusion in multi‑process or multi‑threaded Linux environments, explore design concepts such as atomic operations and deadlock avoidance, and see complete POSIX‑thread code examples using semaphores, condition variables, mutexes and spinlocks.

POSIXlinuxmultithreading
0 likes · 8 min read
Master Linux Synchronization: From Semaphores to Mutexes with Practical Code
Liangxu Linux
Liangxu Linux
Mar 17, 2024 · Operations

How to Compile and Customize Your Own Linux Kernel: Step‑by‑Step Guide

This comprehensive tutorial walks you through preparing your system, configuring kernel options, compiling, installing, testing, and advanced customization of the Linux kernel, while also offering troubleshooting tips and practical code examples for a successful build.

Ubuntucustomizationkernel compilation
0 likes · 8 min read
How to Compile and Customize Your Own Linux Kernel: Step‑by‑Step Guide
IT Services Circle
IT Services Circle
Mar 16, 2024 · Backend Development

Test Development Interview Preparation: Tips, Sample Questions, and Core Technical Knowledge

This article offers a comprehensive guide for students aiming to secure test development internships at major tech companies, covering interview strategies, sample questions on testing concepts, database CRUD commands, MySQL vs Redis differences, HTTP/HTTPS, TCP reliability, Linux commands, data structures, and code examples for linked‑list deletion and binary search.

Algorithmsdatabasesinterview preparation
0 likes · 13 min read
Test Development Interview Preparation: Tips, Sample Questions, and Core Technical Knowledge
Liangxu Linux
Liangxu Linux
Mar 16, 2024 · Fundamentals

Master Linux File Viewing: head, tail, more, less, and cat Explained

This guide walks through essential Linux commands for viewing file contents—head, tail, more, less, and cat—detailing their syntax, common options, and practical examples for extracting specific lines, paging through output, and combining with other tools.

CATFile ViewingHEAD
0 likes · 12 min read
Master Linux File Viewing: head, tail, more, less, and cat Explained
DevOps Operations Practice
DevOps Operations Practice
Mar 15, 2024 · Operations

Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection

This tutorial demonstrates how to leverage the xargs command for batch file processing, employ ps to list high‑memory and high‑CPU processes, and use netstat combined with awk to examine TCP connection states and identify the most active IP addresses, all illustrated with concrete command examples.

Command Linelinuxnetstat
0 likes · 4 min read
Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection
Open Source Linux
Open Source Linux
Mar 15, 2024 · Fundamentals

Understanding Linux Network Stack: From OSI Model to Real‑World Commands

This article explains Linux networking fundamentals, covering the OSI and TCP/IP models, the Linux network stack layers, packet encapsulation, MTU considerations, and practical commands such as ifconfig, ip, netstat, ss, and ping for performance monitoring and troubleshooting.

OSI modelPerformance MonitoringTCP/IP
0 likes · 23 min read
Understanding Linux Network Stack: From OSI Model to Real‑World Commands
Deepin Linux
Deepin Linux
Mar 14, 2024 · Fundamentals

Process Concepts, Principles, and Management in Operating Systems

This article explains the definition, characteristics, and structure of processes, describes process creation, termination, and state transitions, outlines various scheduling algorithms, and introduces inter‑process communication mechanisms such as pipes, sockets, shared memory, and message queues, with example C code for Linux.

C programmingIPClinux
0 likes · 31 min read
Process Concepts, Principles, and Management in Operating Systems
Open Source Linux
Open Source Linux
Mar 14, 2024 · Fundamentals

Unveiling the Linux Boot Process: From Power‑On to User Login

This article walks through the complete Linux startup sequence, covering power‑on initialization, BIOS/UEFI boot, MBR/GRUB2 loading, kernel and init processes, ramdisk usage, fstab mounting, and user login mechanisms, illustrated with diagrams and key code snippets.

GRUBUEFIboot process
0 likes · 12 min read
Unveiling the Linux Boot Process: From Power‑On to User Login
Liangxu Linux
Liangxu Linux
Mar 13, 2024 · Cloud Native

From chroot to Kubernetes: How Containerization Evolved Over Decades

Tracing the evolution of container technology—from the 1979 Unix chroot command, through Linux namespaces and cgroups, to LXC, Docker, and Kubernetes—this article explains each milestone’s role in isolation, resource control, and cloud-native orchestration, highlighting the shift toward managed cloud container services.

Kubernetescloud-nativecontainerization
0 likes · 10 min read
From chroot to Kubernetes: How Containerization Evolved Over Decades
Efficient Ops
Efficient Ops
Mar 13, 2024 · Operations

What Does an Operations Engineer Do? Skills, Tools, and Career Path

This article explains the role of an operations (运维) engineer, covering daily responsibilities, essential knowledge such as Linux and networking, common monitoring tools, and emerging career paths like DevOps, AIOps, and SRE, helping newcomers understand how to start and grow in the field.

DevOpsSREcareer guidance
0 likes · 6 min read
What Does an Operations Engineer Do? Skills, Tools, and Career Path
Open Source Linux
Open Source Linux
Mar 12, 2024 · Operations

Master Linux Disk Management: Partition, Format, and Mount Like a Pro

This comprehensive guide explains Linux disk management fundamentals, covering how to partition disks with fdisk and gdisk, format them using mkfs, mount and unmount filesystems, configure automatic mounts via /etc/fstab, and handle special cases such as ISO images and Windows shares.

Disk ManagementMountinglinux
0 likes · 40 min read
Master Linux Disk Management: Partition, Format, and Mount Like a Pro
Efficient Ops
Efficient Ops
Mar 11, 2024 · Operations

Essential Linux Ops: Proven Troubleshooting Steps for Common Failures

This guide outlines a systematic Linux operations troubleshooting framework—emphasizing error messages, log analysis, root‑cause isolation, and step‑by‑step solutions for six real‑world scenarios ranging from filesystem corruption to inode exhaustion and read‑only file‑system errors.

Shell Commandslinuxoperations
0 likes · 7 min read
Essential Linux Ops: Proven Troubleshooting Steps for Common Failures
Liangxu Linux
Liangxu Linux
Mar 10, 2024 · Operations

Step‑by‑Step Guide to Mount a New Disk on Linux

This tutorial walks through checking existing partitions, creating a new partition on /dev/sdb, formatting it with XFS, mounting it temporarily, and configuring /etc/fstab for automatic mounting after reboot, providing all necessary commands and screenshots.

AdministrationMountdisk
0 likes · 3 min read
Step‑by‑Step Guide to Mount a New Disk on Linux
Liangxu Linux
Liangxu Linux
Mar 10, 2024 · Operations

Essential Linux Commands to Inspect Hardware Details

This guide explains how to use a set of Linux commands—lshw, lscpu, free, df, lspci, and lsusb—to quickly retrieve comprehensive hardware information, helping administrators and users diagnose issues, plan upgrades, and understand system performance.

Hardwarecommandslinux
0 likes · 4 min read
Essential Linux Commands to Inspect Hardware Details
Ops Development & AI Practice
Ops Development & AI Practice
Mar 10, 2024 · Cloud Native

Why LXD Is the Next-Generation Container Solution for Cloud-Native Environments

LXD, developed by Canonical as an advanced layer on LXC, combines VM-level isolation, easy command-line and REST API management, and high performance to offer a lightweight, secure container solution ideal for cloud-computing and micro-service architectures, positioning it as a promising milestone in container technology.

Container ManagementLXDVirtualization
0 likes · 5 min read
Why LXD Is the Next-Generation Container Solution for Cloud-Native Environments
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Mar 8, 2024 · Operations

Evolution and Mechanisms of Linux I/O Schedulers (Kyber, MQ‑Deadline, BFQ)

From legacy spinning-disk optimizations to modern SSD-focused QoS, Linux’s I/O scheduler landscape has evolved through noop, deadline, cfq and now multiqueue designs such as Kyber, MQ-Deadline, and BFQ, each employing distinct latency, deadline, and budget-fairness algorithms, supporting cgroup/ionice priorities, and complemented by numerous experimental out-of-tree implementations.

BFQI/O schedulerKyber
0 likes · 10 min read
Evolution and Mechanisms of Linux I/O Schedulers (Kyber, MQ‑Deadline, BFQ)
Liangxu Linux
Liangxu Linux
Mar 7, 2024 · Operations

Replace scp with rsync: Reliable File Transfers and Resume Support

This guide explains why rsync outperforms scp for file copying, shows how to install it on various Linux and macOS systems, and demonstrates command options—including compression, partial transfers, and SSH tunneling—to reliably resume interrupted transfers.

backupfile transferlinux
0 likes · 5 min read
Replace scp with rsync: Reliable File Transfers and Resume Support
Deepin Linux
Deepin Linux
Mar 7, 2024 · Fundamentals

Understanding Linux mmap: Memory Mapping, Shared Memory, and IPC Mechanisms

This article explains Linux's mmap mechanism, its relationship with shared memory, the advantages and disadvantages of mmap versus traditional shared memory, and provides practical code examples and detailed steps for using mmap in interprocess communication and large‑file handling.

IPClinuxmemory mapping
0 likes · 19 min read
Understanding Linux mmap: Memory Mapping, Shared Memory, and IPC Mechanisms
DevOps Operations Practice
DevOps Operations Practice
Mar 6, 2024 · Information Security

Comprehensive Linux System Hardening Guide for Production Environments

This guide details practical Linux hardening steps—including disabling SELinux, trimming startup services, applying the principle of least privilege, configuring sudo, synchronizing time, adjusting file descriptor limits, locking critical files, disabling ping, optimizing SSH, changing hostnames, and preventing destructive rm commands—to improve security and stability in production deployments.

SELinuxSystem Hardeninglinux
0 likes · 12 min read
Comprehensive Linux System Hardening Guide for Production Environments
Liangxu Linux
Liangxu Linux
Mar 5, 2024 · Operations

Master Linux dd: Copy, Backup, and Transform Files with Powerful Commands

Learn how to harness the versatile Linux dd command for copying files, creating and restoring disk images, generating random data, adjusting block sizes, showing progress, skipping or truncating data, and performing on‑the‑fly conversions, with clear examples and practical tips for safe usage.

Command Linedddisk backup
0 likes · 7 min read
Master Linux dd: Copy, Backup, and Transform Files with Powerful Commands
Linux Code Review Hub
Linux Code Review Hub
Mar 5, 2024 · Operations

Why Did Opening a Log with Vim Kill the Java Process?

A port alarm revealed a missing Java process, which was later traced to an OOM kill triggered by vim loading a 37 GB nginx log into an 8 GB container, illustrating how editor behavior and Linux's OOM killer can unexpectedly terminate critical services.

JavaOOM killerVim
0 likes · 7 min read
Why Did Opening a Log with Vim Kill the Java Process?
Deepin Linux
Deepin Linux
Mar 5, 2024 · Fundamentals

Understanding System Calls, APIs, and Their Relationship in Linux

This article explains the concept of system calls, how they provide a privileged interface between user programs and the kernel, distinguishes them from APIs and library functions, and describes their role in Linux operating‑system architecture and application development.

APIC librarySystem Call
0 likes · 19 min read
Understanding System Calls, APIs, and Their Relationship in Linux
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Mar 4, 2024 · Cloud Native

Master Docker: Core Concepts, Architecture, and Real-World Use Cases

This article provides a comprehensive overview of Docker containers, covering their definition, core components, implementation mechanisms such as namespaces, cgroups, and UnionFS, and practical application scenarios like microservices, CI/CD, and rapid deployment, while illustrating key concepts with diagrams and command examples.

DevOpsDockercloud native
0 likes · 10 min read
Master Docker: Core Concepts, Architecture, and Real-World Use Cases
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Mar 4, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administration

A comprehensive reference of essential Linux commands covering system information, shutdown, file and directory handling, searching, mounting, disk usage, user and group management, permissions, special attributes, archiving, package management, networking, and VIM editing, providing quick syntax and usage notes for each operation.

command-linelinuxsystem-administration
0 likes · 37 min read
Essential Linux Command Cheat Sheet for System Administration
MaGe Linux Operations
MaGe Linux Operations
Mar 3, 2024 · Operations

Master Linux I/O Schedulers, fio Workloads, and RAID Performance

This guide explains how to choose Linux I/O schedulers, generate realistic storage workloads with fio, configure various RAID levels using mdadm and LVM, and monitor performance with tools like top, iostat, iotop, blktrace, and atop, providing practical command examples and best‑practice recommendations.

I/O schedulerLVMPerformance Monitoring
0 likes · 24 min read
Master Linux I/O Schedulers, fio Workloads, and RAID Performance
DevOps Operations Practice
DevOps Operations Practice
Mar 2, 2024 · Fundamentals

Comprehensive Guide to Using the ls Command in Linux

This tutorial explains the Linux ls command in depth, covering its basic usage, a wide range of options for detailed listings, sorting, displaying hidden files, size units, recursive traversal, and how to interpret output columns, all illustrated with command examples and screenshots.

Unixcommand-linefile listing
0 likes · 6 min read
Comprehensive Guide to Using the ls Command in Linux
MaGe Linux Operations
MaGe Linux Operations
Mar 1, 2024 · Operations

Master Linux Virtualization: Tuning KVM Performance with Tuned and KSM

This guide walks through Linux virtualization management and performance tuning, covering tuned profiles for guests and hosts, kernel parameters, NUMA awareness, CPU pinning, memory limits, KSM configuration, qcow2 image creation, disk cache modes, I/O throttling, and monitoring commands to optimize KVM workloads.

KSMKVMNUMA
0 likes · 21 min read
Master Linux Virtualization: Tuning KVM Performance with Tuned and KSM
Liangxu Linux
Liangxu Linux
Feb 29, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administrators

This comprehensive guide lists essential Linux commands covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, packaging, backup, networking, and more, providing a quick reference for administrators and power users.

Unixlinuxshell
0 likes · 36 min read
Essential Linux Command Cheat Sheet for System Administrators
Liangxu Linux
Liangxu Linux
Feb 27, 2024 · Operations

How to Diagnose and Fix Port 53 DNS Conflicts on Linux

This guide explains why port 53 is occupied by the systemd‑resolve service, breaks down the UDP and TCP listeners shown by netstat, and provides step‑by‑step commands to stop, reconfigure, and restore DNS resolution on a Linux system.

DNSlinuxnetwork troubleshooting
0 likes · 5 min read
How to Diagnose and Fix Port 53 DNS Conflicts on Linux
Deepin Linux
Deepin Linux
Feb 26, 2024 · Operations

Linux System Performance Metrics and Monitoring Tools

This article explains the key Linux performance indicators—CPU, memory, disk I/O, file system, and network—describes how to monitor them with commands like top, vmstat, iostat, iotop, and smem, and provides practical guidance on interpreting the results to identify and resolve system bottlenecks.

CPUMemorySystem
0 likes · 70 min read
Linux System Performance Metrics and Monitoring Tools
Liangxu Linux
Liangxu Linux
Feb 25, 2024 · Operations

Master Incremental Backups on Linux with rsync, tar, and Cron

This guide explains why incremental backups are crucial for data safety and walks through step‑by‑step Linux commands using rsync, tar + find, cron scheduling, and popular tools like Duplicity and BorgBackup, plus monitoring and logging techniques.

Cronincrementallinux
0 likes · 6 min read
Master Incremental Backups on Linux with rsync, tar, and Cron
Liangxu Linux
Liangxu Linux
Feb 25, 2024 · Fundamentals

Master the Linux ‘tr’ Command: Practical Text‑Manipulation Examples

This guide explains how to use the powerful Linux tr command for character replacement, deletion, case conversion, whitespace compression, special‑character escaping, and reading character sets from files, providing clear examples and step‑by‑step code snippets for each use case.

Command LineShell scriptingUnix utilities
0 likes · 6 min read
Master the Linux ‘tr’ Command: Practical Text‑Manipulation Examples
Liangxu Linux
Liangxu Linux
Feb 25, 2024 · Operations

Master Linux Environment Variables: 6 Proven Configuration Methods & Loading Order

Learn how to configure Linux environment variables using six practical methods—including export, editing ~/.bashrc, ~/.bash_profile, /etc/bashrc, /etc/profile, and /etc/environment—plus understand the loading sequence and testing techniques to ensure your PATH and custom variables work reliably across users and sessions.

bashenvironment variableslinux
0 likes · 11 min read
Master Linux Environment Variables: 6 Proven Configuration Methods & Loading Order
DevOps Operations Practice
DevOps Operations Practice
Feb 22, 2024 · Operations

Comprehensive Linux Command Reference Guide

This guide provides a detailed overview of essential Linux command‑line utilities—including ls, mv, cp, scp, rm, touch, vi, find, grep, tar, and many others—explaining their common options, usage examples, and practical tips for system administration and everyday shell tasks.

Unixlinuxterminal
0 likes · 23 min read
Comprehensive Linux Command Reference Guide
Efficient Ops
Efficient Ops
Feb 20, 2024 · Cloud Native

Master Docker Basics: Concepts, Installation, and Core Commands

This guide introduces Docker’s fundamental concepts—including images, containers, registries, and UnionFS—explains how to install Docker on Ubuntu, and provides essential commands for managing images, containers, networks, volumes, and logs, helping you quickly set up and operate containerized environments.

ContainersDevOpsDocker
0 likes · 17 min read
Master Docker Basics: Concepts, Installation, and Core Commands
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Feb 19, 2024 · Operations

Essential Bash Scripts for MySQL Monitoring, File Sync, User Management & Deployments

This article provides a curated collection of Bash scripts that cover MySQL master‑slave replication monitoring, directory change detection with rsync, bulk user creation, website health checks, remote command execution across hosts, one‑click LNMP setup, server resource usage reporting, high‑CPU process identification, and automated deployment of Java (Tomcat) and PHP projects.

Automationbashlinux
0 likes · 17 min read
Essential Bash Scripts for MySQL Monitoring, File Sync, User Management & Deployments
MaGe Linux Operations
MaGe Linux Operations
Feb 19, 2024 · Operations

How to Configure Linux Network Interfaces and Core System Files

This guide walks through configuring Linux network interfaces, editing essential system files such as /etc/hosts, /etc/hostname, /etc/resolv.conf, installing DNS utilities, and understanding key configuration scripts like /etc/fstab, /etc/rc.local, /etc/profile, as well as reviewing important log files.

configuration fileslinux
0 likes · 17 min read
How to Configure Linux Network Interfaces and Core System Files
MaGe Linux Operations
MaGe Linux Operations
Feb 18, 2024 · Operations

How to Safely Remove /home and Expand /root on CentOS with LVM

This guide walks you through backing up the /home partition, editing /etc/fstab to prevent boot errors, uninstalling /home, removing its logical volume, and then extending the /root logical volume and filesystem on a CentOS system using LVM tools such as vgdisplay, lvextend, and xfs_growfs.

CentOSHome UnmountLVM
0 likes · 5 min read
How to Safely Remove /home and Expand /root on CentOS with LVM
Liangxu Linux
Liangxu Linux
Feb 18, 2024 · Operations

Master DNS Lookups with dig: A Complete Linux Guide

This guide explains how to use the Linux dig command to query various DNS records, retrieve name‑server details, perform reverse lookups, and specify custom DNS servers, providing clear examples and step‑by‑step commands for effective network troubleshooting.

Command LineDNSNetwork Tools
0 likes · 5 min read
Master DNS Lookups with dig: A Complete Linux Guide
MaGe Linux Operations
MaGe Linux Operations
Feb 17, 2024 · Cloud Native

From chroot to Kubernetes: The Evolution of Containerization

Tracing the history of containerization, this article explores how early file isolation with chroot evolved through namespaces and cgroups, leading to LXC, Docker’s lightweight application packaging, Kubernetes orchestration, and finally cloud-native services like Huawei CCE, highlighting each stage’s impact on modern software deployment.

DockerKubernetescloud-native
0 likes · 11 min read
From chroot to Kubernetes: The Evolution of Containerization
DevOps Operations Practice
DevOps Operations Practice
Feb 16, 2024 · Operations

Linux, Networking, Container, and Monitoring Interview Questions

This article compiles a comprehensive set of interview-style questions covering Linux file handling, CPU metrics, link types, TCP handshakes, process vs thread, TCP/UDP differences, DDoS mitigation, Keepalived operation, TIME_WAIT optimization, container networking, Kubernetes components, deployment strategies, monitoring concepts, Prometheus architecture, and common web‑site operational issues.

ContainersInterviewlinux
0 likes · 4 min read
Linux, Networking, Container, and Monitoring Interview Questions
DevOps Operations Practice
DevOps Operations Practice
Feb 14, 2024 · Operations

Essential Skills for Becoming a Successful DevOps Engineer

This article outlines the key technical and soft‑skill competencies—including programming, Linux, configuration management, infrastructure as code, CI/CD, networking, security, monitoring, and cloud services—that aspiring DevOps engineers need to master in order to effectively bridge development and operations.

AutomationCI/CDDevOps
0 likes · 5 min read
Essential Skills for Becoming a Successful DevOps Engineer
MaGe Linux Operations
MaGe Linux Operations
Feb 14, 2024 · Operations

Master Linux Performance: Key Factors and Essential Optimization Tools

This article examines the various hardware and OS resources that affect Linux performance—including CPU, memory, disk I/O, and network bandwidth—then details practical optimization techniques and essential monitoring tools such as vmstat, iostat, free, sar, and netstat to diagnose and improve system efficiency.

Optimizationlinuxmonitoring
0 likes · 16 min read
Master Linux Performance: Key Factors and Essential Optimization Tools
Liangxu Linux
Liangxu Linux
Feb 10, 2024 · Databases

How to Stress Test MySQL with mysqlslap and Sysbench: A Step‑by‑Step Guide

This article explains how to use MySQL's built‑in mysqlslap tool and the third‑party sysbench utility to benchmark MySQL performance, covering configuration changes, command‑line options, data preparation, execution of read/write and I/O tests, and interpretation of the resulting metrics.

Database BenchmarkMySQLSysbench
0 likes · 16 min read
How to Stress Test MySQL with mysqlslap and Sysbench: A Step‑by‑Step Guide
DevOps
DevOps
Feb 7, 2024 · Fundamentals

A Collection of Fun Linux Commands with Installation and Usage Instructions

This article introduces a variety of interesting Linux commands—such as rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, pv, yes, bastet, ninvaders, pacman4console, and greed—explaining what they do, how to install them via apt, and providing example usage commands.

Command LineShell UtilitiesTerminal Games
0 likes · 6 min read
A Collection of Fun Linux Commands with Installation and Usage Instructions
Liangxu Linux
Liangxu Linux
Feb 7, 2024 · Fundamentals

Why TCP Congestion Control Adds Unexpected RTTs and How to Diagnose It

The article analyzes how TCP's three‑way handshake, slow‑start, and initial congestion window can introduce extra round‑trip times, causing service latency to far exceed network RTT, and shows practical packet captures, Linux defaults, and mitigation techniques.

Congestion ControlRTTSlow Start
0 likes · 9 min read
Why TCP Congestion Control Adds Unexpected RTTs and How to Diagnose It
Liangxu Linux
Liangxu Linux
Feb 6, 2024 · Operations

Master Linux Process Management with the ps Command: Tips & Examples

This guide explains the Linux ps command’s syntax, common options, and advanced usage—showing how to list processes, filter by state, view resource usage, display process trees, sort by CPU or memory, monitor in real time, and combine with kill or pkill to manage processes effectively.

Shell scriptinglinuxprocess monitoring
0 likes · 8 min read
Master Linux Process Management with the ps Command: Tips & Examples
Efficient Ops
Efficient Ops
Feb 4, 2024 · Operations

15 Fun Linux Commands to Play and Learn in Your Terminal

Explore a collection of entertaining Linux terminal commands—from reversing strings with rev to playing classic games like Pacman—complete with installation steps, usage examples, and visual demonstrations to enrich your command-line skills and boost.

Command LineFun CommandsUbuntu
0 likes · 7 min read
15 Fun Linux Commands to Play and Learn in Your Terminal
Java Tech Enthusiast
Java Tech Enthusiast
Feb 3, 2024 · Fundamentals

Linus Torvalds Criticizes Google Contributor Over Inode Usage

Linus Torvalds blasted a Google contributor’s proposal to make all file and directory inodes identical, calling the idea outdated, labeling the pull request as garbage, and urging that the inode concept be abandoned in favor of modern file‑system designs that no longer rely on unique identifiers.

OpenSourceSoftwareEngineeringinode
0 likes · 3 min read
Linus Torvalds Criticizes Google Contributor Over Inode Usage
Liangxu Linux
Liangxu Linux
Feb 3, 2024 · Operations

Master Linux I/O Monitoring: iostat, iotop, and lsof Explained

This guide introduces three essential Linux I/O commands—iostat for overall I/O statistics, iotop for real‑time per‑process I/O usage, and lsof for listing open files—showing how to install, run, interpret their output, and use common options.

I/Oiostatiotop
0 likes · 9 min read
Master Linux I/O Monitoring: iostat, iotop, and lsof Explained
Open Source Tech Hub
Open Source Tech Hub
Feb 3, 2024 · Backend Development

Master Caddy 2: Install, Configure, and Integrate PHP for Fast Web Hosting

Learn how to install Caddy 2, set up system services, configure global and site-specific Caddyfiles, and integrate PHP‑FPM, covering static site hosting, reverse proxy, HTTP redirects, and troubleshooting, with step‑by‑step commands and code examples for seamless migration from Apache or Nginx.

CaddyConfigurationPHP-FPM
0 likes · 7 min read
Master Caddy 2: Install, Configure, and Integrate PHP for Fast Web Hosting
Open Source Linux
Open Source Linux
Feb 1, 2024 · Operations

Top Linux Ops Interview Q&A: RAID, Load Balancing, MySQL, and More

This article compiles essential Linux operations interview questions covering server management for hundreds of machines, RAID 0/1/5 principles, differences among LVS, Nginx and HAProxy, proxy servers, middleware, Tomcat ports, CDN, gray releases, DNS resolution, RabbitMQ, LVS modes, MySQL lock diagnostics, replication delay mitigation, root password reset, backup tools, keepalived health checks, common command‑line utilities, TCP/IP model, Nginx modules, web load‑balancing architectures, and practical shell scripts for monitoring and maintenance.

InterviewMySQLRAID
0 likes · 32 min read
Top Linux Ops Interview Q&A: RAID, Load Balancing, MySQL, and More
Java Tech Enthusiast
Java Tech Enthusiast
Jan 31, 2024 · Fundamentals

Linus Torvalds Criticizes Google Contributor Over Inode Design

Linus Torvalds unleashed a rare, scathing rebuke on the Linux kernel mailing list, denouncing Google contributor Steven Rostedt’s inode‑related patch as “garbage code” and arguing that the legacy practice of treating inodes as mandatory unique identifiers is outdated and should be abandoned.

OpenSourceSoftwareEngineeringinode
0 likes · 2 min read
Linus Torvalds Criticizes Google Contributor Over Inode Design
Java Tech Enthusiast
Java Tech Enthusiast
Jan 30, 2024 · Operations

Why Can’t I Reach My Cloud Server Port? 7 Common Pitfalls & Fixes

This guide enumerates seven typical reasons why a cloud server’s port may be unreachable—ranging from an unstarted application and incorrect port listening to security‑group rules, firewall settings, application‑level IP blocks, network outages, and user‑side issues—and provides concrete Linux commands and configuration steps to diagnose and resolve each problem.

Security Groupcloud serverfirewall
0 likes · 6 min read
Why Can’t I Reach My Cloud Server Port? 7 Common Pitfalls & Fixes