Tagged articles
5000 articles
Page 21 of 50
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
ITPUB
ITPUB
Feb 29, 2024 · Operations

How to Migrate iSCSI Multipath Storage Between Linux Servers Without Downtime

This guide walks through moving a large iSCSI multipath LVM/XFS volume from one Linux server to another, detailing each command, the troubleshooting of a superblock error caused by a typo in /etc/fstab, and best‑practice tips to avoid similar pitfalls.

LVMStorage MigrationSystem Administration
0 likes · 6 min read
How to Migrate iSCSI Multipath Storage Between Linux Servers Without Downtime
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
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2024 · Operations

How to Mount a New Linux Disk: Step‑by‑Step Guide

This guide walks you through checking a new Linux disk, creating a partition with fdisk, formatting it, mounting it temporarily, configuring /etc/fstab for automatic mounting, and verifying the setup after a reboot.

System Administrationdisk mountingfdisk
0 likes · 3 min read
How to Mount a New Linux Disk: Step‑by‑Step Guide
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.

CPUSystemlinux
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.

Shell scriptingUnix utilitiescommand line
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.

TerminalUnixlinux
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.

Bashautomationlinux
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.

CentOSFilesystemHome Unmount
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.

DNScommand linedig
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.

DockerNamespacescloud-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.

DevOpsautomationci/cd
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.

linuxmonitoringoptimization
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.

Shell UtilitiesTerminal GamesTutorial
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 ControlNetwork LatencyRTT
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 scriptingSystem Administrationlinux
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.

Fun CommandsTutorialUbuntu
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.

CaddyWeb serverconfiguration
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.

Network DiagnosticsSecurity Groupcloud server
0 likes · 6 min read
Why Can’t I Reach My Cloud Server Port? 7 Common Pitfalls & Fixes
Architects' Tech Alliance
Architects' Tech Alliance
Jan 28, 2024 · Industry Insights

How DPDK Revolutionizes High‑Performance Packet Processing on Commodity Hardware

DPDK enables low‑cost commodity servers to achieve high‑throughput, low‑latency packet processing by bypassing the kernel, offering flexible processing models, supporting user‑space networking stacks, and being adopted across telecom, cloud, and edge environments despite challenges such as debugging and CPU usage.

Cloud NetworkingDPDKlinux
0 likes · 9 min read
How DPDK Revolutionizes High‑Performance Packet Processing on Commodity Hardware
Java Tech Enthusiast
Java Tech Enthusiast
Jan 28, 2024 · Operations

Maximum TCP Connections per Server Process and per Server

A single server‑side process can theoretically handle up to 2^48 (≈2.8×10^14) TCP connections, but Linux file‑descriptor limits and memory consumption (about 3.44 KB per connection) restrict real‑world capacity to a few million connections per 8 GB machine, while a whole server’s total is bounded by the same resource constraints despite the much larger theoretical maximum.

ServerTCPconnection limits
0 likes · 8 min read
Maximum TCP Connections per Server Process and per Server
MaGe Linux Operations
MaGe Linux Operations
Jan 25, 2024 · Operations

10 Fun Linux Commands to Spice Up Your Terminal Experience

Explore ten entertaining Linux commands—including rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—detailing their installation, usage examples, and visual effects that transform your terminal into a playful, educational environment.

Linux TricksShell UtilitiesTerminal Fun
0 likes · 4 min read
10 Fun Linux Commands to Spice Up Your Terminal Experience
Linux Code Review Hub
Linux Code Review Hub
Jan 25, 2024 · Fundamentals

Exploring BPF LSM Support on aarch64 Using ftrace

The article investigates why BPF LSM programs fail to load on aarch64 kernels, uses ftrace‑based tools such as bpftrace and trace‑cmd to trace kernel execution, discovers missing arch_prepare_bpf_trampoline support in 5.15 and 6.1, and shows that a patch merged into the mainline kernel restores functionality for upcoming releases.

BPFLSMTracing
0 likes · 27 min read
Exploring BPF LSM Support on aarch64 Using ftrace
Tencent Cloud Developer
Tencent Cloud Developer
Jan 25, 2024 · Cloud Computing

How to Set Up a Palworld Private Server (PalServer) on a Cloud VM

This guide walks you through setting up a Palworld private server on a cloud VM by preparing an Ubuntu/Debian machine, installing SteamCMD, creating a dedicated user, downloading and configuring PalServer, opening port 8211, and launching it with nohup, plus troubleshooting tips.

PalworldSteamCMDcloud server
0 likes · 12 min read
How to Set Up a Palworld Private Server (PalServer) on a Cloud VM
Liangxu Linux
Liangxu Linux
Jan 24, 2024 · Operations

Master Linux User Group Management: Create, Modify, Delete, and Assign Users

This guide explains how to manage Linux user groups—including creating, renaming, changing GIDs, deleting groups, adding or removing users, viewing group details, switching groups, setting group passwords, and adjusting file ownership—through clear command‑line examples and practical scenarios.

System AdministrationUser Groupsgroupadd
0 likes · 7 min read
Master Linux User Group Management: Create, Modify, Delete, and Assign Users
Liangxu Linux
Liangxu Linux
Jan 22, 2024 · Operations

Mastering nmcli: A Complete Linux Network Management Guide

This article provides a thorough walkthrough of the nmcli command-line tool on Linux, covering installation, basic usage, managing Ethernet, Wi‑Fi, and VPN connections, advanced batch configurations, scripting automation, and useful aliases, complete with practical code examples for each scenario.

CLIVPNWi-Fi
0 likes · 10 min read
Mastering nmcli: A Complete Linux Network Management Guide
Liangxu Linux
Liangxu Linux
Jan 20, 2024 · Operations

Master Linux’s watch Command: Real‑Time Monitoring and Advanced Tips

This guide explains how to install and use the Linux watch command for periodic command execution, system‑load monitoring, live log viewing, custom script scheduling, and several advanced options such as custom intervals, output redirection, screen clearing, timestamps, and display formatting.

Shell scriptingcommand linelinux
0 likes · 5 min read
Master Linux’s watch Command: Real‑Time Monitoring and Advanced Tips
MaGe Linux Operations
MaGe Linux Operations
Jan 18, 2024 · Operations

Master Linux Environment Variables: 6 Methods & Loading Order Explained

This guide walks through six ways to configure Linux environment variables—including export commands, editing ~/.bashrc, ~/.bash_profile, /etc/bashrc, /etc/profile, and /etc/environment—while also detailing how the system loads these files and offering practical tips for testing and customizing variable definitions.

Bashenvironment variableslinux
0 likes · 13 min read
Master Linux Environment Variables: 6 Methods & Loading Order Explained
Liangxu Linux
Liangxu Linux
Jan 16, 2024 · Operations

How to Prevent SSH Session Freezes: Keep Your Remote Connections Alive

Learn why SSH connections drop due to TCP timeout settings and follow step‑by‑step Linux, Windows (PuTTY), and server‑side configurations—including tcp_keepalive and ServerAlive options—to keep remote sessions active and avoid idle‑disconnects for developers.

PuttySSHkeepalive
0 likes · 8 min read
How to Prevent SSH Session Freezes: Keep Your Remote Connections Alive
Deepin Linux
Deepin Linux
Jan 15, 2024 · Fundamentals

Top 50 Linux Embedded System Interview Questions and Answers

This article compiles 50 high‑frequency interview questions covering Linux embedded systems, including CAN bus, bare‑metal programming, real‑time scheduling, interrupt handling, kernel modules, memory management, and various Linux kernel mechanisms, providing concise explanations and code examples for each topic.

Interviewdriverslinux
0 likes · 62 min read
Top 50 Linux Embedded System Interview Questions and Answers
MaGe Linux Operations
MaGe Linux Operations
Jan 15, 2024 · Operations

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

This guide introduces three essential Linux I/O tools—iostat for disk activity and CPU stats, iotop for real‑time per‑process I/O usage, and lsof for listing open files—detailing installation, key output fields, common options, and practical usage examples.

I/O Monitoringiostatiotop
0 likes · 9 min read
Master Linux I/O Monitoring: iostat, iotop, and lsof Explained
Liangxu Linux
Liangxu Linux
Jan 14, 2024 · Operations

Master Linux History Expansion: Powerful ‘!’ Operator Tricks

This guide explains the versatile Linux ‘!’ history‑expansion operator, showing how to repeat previous commands, substitute arguments, use wildcards, edit past entries, and apply safety tips, all with clear examples to boost command‑line efficiency.

history expansionlinuxshell
0 likes · 7 min read
Master Linux History Expansion: Powerful ‘!’ Operator Tricks
MaGe Linux Operations
MaGe Linux Operations
Jan 13, 2024 · Cloud Native

How Does Docker Enforce CPU Isolation with cgroups?

Docker leverages Linux cgroups to limit and schedule CPU usage for containers, allowing users to set a maximum number of CPU cores with the --cpus flag while keeping the actual cores dynamically allocated, ensuring other host processes can still access unassigned CPUs.

cgroupscontainer resource limitscpu isolation
0 likes · 6 min read
How Does Docker Enforce CPU Isolation with cgroups?
Liangxu Linux
Liangxu Linux
Jan 13, 2024 · Operations

Step‑by‑Step Guide to Diagnose High CPU Usage on Linux

This guide walks you through checking CPU usage, system load, process resources, tracing problematic processes, reviewing system logs, and using performance tools like perf to pinpoint and resolve Linux server bottlenecks.

CPUTroubleshootinglinux
0 likes · 3 min read
Step‑by‑Step Guide to Diagnose High CPU Usage on Linux
Liangxu Linux
Liangxu Linux
Jan 11, 2024 · Operations

Step‑by‑Step Guide to Install and Configure TigerVNC on Rocky Linux 8.9

This tutorial walks through installing TigerVNC on a Rocky Linux 8.9 server, creating VNC users, configuring systemd services, opening firewall ports, and connecting from a Windows 10 client with UltraVNC Viewer, providing all necessary commands and screenshots for a fully functional remote desktop setup.

Remote DesktopRocky LinuxTigerVNC
0 likes · 12 min read
Step‑by‑Step Guide to Install and Configure TigerVNC on Rocky Linux 8.9
Deepin Linux
Deepin Linux
Jan 10, 2024 · Fundamentals

Understanding the ftrace Architecture: Ring Buffer, Tracers, and Trace Events in the Linux Kernel

This article explains the Linux kernel ftrace architecture, covering ring buffer principles and code, tracer implementations (function, function_graph, irq_off), trace events, dynamic and static instrumentation, and kprobe mechanisms, illustrating how tracing is integrated, managed, and optimized for various execution contexts.

KprobeRing BufferTrace Events
0 likes · 15 min read
Understanding the ftrace Architecture: Ring Buffer, Tracers, and Trace Events in the Linux Kernel
Liangxu Linux
Liangxu Linux
Jan 9, 2024 · Fundamentals

Boost Your Linux Productivity: Essential Bash Keyboard Shortcuts

Learn how to dramatically speed up your Linux command line workflow by mastering essential Bash navigation, editing, history, and process‑control keyboard shortcuts, each illustrated with clear examples and images, so you can work more efficiently and confidently in the terminal.

Bashkeyboard shortcutslinux
0 likes · 4 min read
Boost Your Linux Productivity: Essential Bash Keyboard Shortcuts
Efficient Ops
Efficient Ops
Jan 9, 2024 · Operations

35 Must‑Know Linux Operations Interview Questions & Answers

This comprehensive guide compiles 35 essential Linux operations interview questions covering server management, RAID configurations, load balancing with LVS/Nginx/HAProxy, proxy choices, middleware, MySQL troubleshooting, networking tools, security practices, and practical scripts, providing concise answers to help candidates ace DevOps and sysadmin roles.

InterviewMySQLOperations
0 likes · 34 min read
35 Must‑Know Linux Operations Interview Questions & Answers
Deepin Linux
Deepin Linux
Jan 9, 2024 · Fundamentals

Linux System and Kernel Interview Questions – 100+ Topics and Code Examples

A comprehensive collection of over 100 Linux system and kernel interview questions, covering topics such as distributions, package management, process monitoring, memory management, file systems, system calls, concurrency, C/C++ language features, data structures, algorithms, and practical code examples for developers preparing for technical interviews.

C++InterviewOperating Systems
0 likes · 88 min read
Linux System and Kernel Interview Questions – 100+ Topics and Code Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 9, 2024 · Operations

Step‑by‑Step Deployment of Nightingale Monitoring with Prometheus and Categraf on Linux

This guide walks through installing and configuring the open‑source Nightingale monitoring platform on a Linux server, including prerequisite MySQL and Redis setup, Prometheus deployment, Nightingale binary installation, service configuration, and adding the Categraf collector for comprehensive system metrics.

CategrafInstallationPrometheus
0 likes · 8 min read
Step‑by‑Step Deployment of Nightingale Monitoring with Prometheus and Categraf on Linux
Liangxu Linux
Liangxu Linux
Jan 8, 2024 · Operations

Master Linux System Logs: Command-Line Tools, Log Files, and GUI Viewers

This guide explains how to use Linux command-line utilities like journalctl and dmesg, directly inspect common log files such as /var/log/messages and /var/log/syslog, and employ graphical log viewers including GNOME Logs, KSystemLog, and Logwatch for effective system monitoring and troubleshooting.

dmesgjournalctllinux
0 likes · 5 min read
Master Linux System Logs: Command-Line Tools, Log Files, and GUI Viewers
dbaplus Community
dbaplus Community
Jan 8, 2024 · Operations

How a Simple Time Adjustment Sparked a Massive Outage: Real Ops Incident Stories

Three real-world operations mishaps are recounted—a mistaken system‑time change that logged out thousands of users, an accidental bulk delete of database accounts, and a failed glibc downgrade that stalled a software release—illustrating the cascading impact of small errors and the urgent remediation steps taken.

DatabaseIncident ManagementOperations
0 likes · 8 min read
How a Simple Time Adjustment Sparked a Massive Outage: Real Ops Incident Stories
Open Source Linux
Open Source Linux
Jan 8, 2024 · Operations

Master Linux System Logs: Commands, Files, and GUI Tools

Learn how to view and analyze Linux system logs using command-line utilities like journalctl and dmesg, explore key log files such as /var/log/messages and /var/log/auth.log, and discover graphical tools like GNOME Logs and Logwatch for effective troubleshooting and performance monitoring.

Log Managementdmesgjournalctl
0 likes · 5 min read
Master Linux System Logs: Commands, Files, and GUI Tools
Efficient Ops
Efficient Ops
Jan 7, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administrators

This comprehensive guide lists essential Linux commands for system information, shutdown, file management, searching, mounting, disk usage, user and group handling, permissions, special attributes, packaging, RPM/YUM/DEB management, network utilities, and Vim editing, providing clear examples and options for each task.

Linux commandslinuxshell
0 likes · 39 min read
Essential Linux Command Cheat Sheet for System Administrators
Java Tech Enthusiast
Java Tech Enthusiast
Jan 7, 2024 · Operations

Using the Linux top Command for Real-Time System Monitoring

The Linux top command offers a dynamic, real‑time view of system processes and resource usage—showing overall statistics, CPU and memory breakdowns, and detailed process columns—while supporting customizable refresh intervals, batch mode, and interactive shortcuts for sorting, column selection, and monitoring crucial metrics like %idle, %wa, and %steal.

CPUlinuxops
0 likes · 7 min read
Using the Linux top Command for Real-Time System Monitoring