Tagged articles
46 articles
Page 1 of 1
Coder Trainee
Coder Trainee
Feb 28, 2026 · Operations

Common Jenkins Errors and Step-by-Step Fixes

This guide lists frequent Jenkins problems such as missing libXrender.so.1 and SSH transferring zero files, explains why they occur, and provides exact yum commands, path-adjustment tips, and shell-parameter checks to resolve them.

JenkinsSSHci/cd
0 likes · 4 min read
Common Jenkins Errors and Step-by-Step Fixes
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 15, 2026 · Operations

Why Adding a Server with OAT Breaks yum and How to Fix It

This guide explains why using OAT to add a server can render yum unusable due to a broken Python interpreter, analyzes the underlying script logic that causes the failure, and provides two practical remediation methods—including fixing the Python symlink and adjusting the installation script—along with the full script for reference.

LinuxOATPython
0 likes · 12 min read
Why Adding a Server with OAT Breaks yum and How to Fix It
Raymond Ops
Raymond Ops
Nov 16, 2025 · Operations

Master Linux Package Management: yum, apt, dpkg, and Source Compilation

This guide walks you through Linux package management fundamentals, covering yum and apt/apt‑get commands, dpkg/rpm operations, and a step‑by‑step example of compiling and installing software from source such as Nginx, while highlighting convenience, customizability, and permission considerations.

APTCompilationLinux
0 likes · 9 min read
Master Linux Package Management: yum, apt, dpkg, and Source Compilation
Raymond Ops
Raymond Ops
Oct 8, 2025 · Databases

Step-by-Step Guide: Installing MySQL via RPM on Rocky, AlmaLinux, CentOS and More

This article provides a comprehensive, cross‑platform tutorial for downloading MySQL RPM bundles, installing required dependencies, using rpm or yum to install MySQL on various RHEL‑compatible distributions, starting the service, retrieving the temporary root password, and securely changing it to a permanent one.

LinuxRPMRPM installation
0 likes · 39 min read
Step-by-Step Guide: Installing MySQL via RPM on Rocky, AlmaLinux, CentOS and More
Liangxu Linux
Liangxu Linux
Aug 3, 2025 · Operations

Master Linux Package Management: yum, apt, dpkg, rpm, and Source Compilation

This guide walks through Linux package management fundamentals, covering yum on RPM‑based systems, apt/apt‑get on Debian‑based systems, low‑level dpkg and rpm commands, and step‑by‑step source compilation with practical examples, tips, and a concise comparison of convenience, customizability, and required privileges.

APTRPMSource Compilation
0 likes · 9 min read
Master Linux Package Management: yum, apt, dpkg, rpm, and Source Compilation
MaGe Linux Operations
MaGe Linux Operations
Jul 4, 2025 · Operations

How to Build a Private Linux Mirror Repository from Scratch – Complete Production Guide

This step‑by‑step guide explains how to design, provision, and configure a private Linux package mirror for Ubuntu, CentOS, and Docker, covering hardware sizing, network layout, APT/YUM repository setup, Docker Registry deployment, HAProxy load balancing, Keepalived high‑availability, monitoring with Prometheus and Grafana, security hardening, automated synchronization scripts, and troubleshooting procedures.

APTDocker RegistryMirror Repository
0 likes · 27 min read
How to Build a Private Linux Mirror Repository from Scratch – Complete Production Guide
Raymond Ops
Raymond Ops
May 13, 2025 · Operations

Master CentOS Software Installation: From Source Tarballs to RPM and Yum

This guide walks you through installing software on CentOS using three primary methods—source/tarball compilation, RPM packages, and Yum—demonstrating each approach with real‑world examples such as Redis, RabbitMQ, and Nginx, and covering essential concepts, commands, and configuration steps.

CentOSNginxRPM
0 likes · 17 min read
Master CentOS Software Installation: From Source Tarballs to RPM and Yum
IT Xianyu
IT Xianyu
Apr 20, 2025 · Operations

How to Replace YUM Repositories with Domestic Mirrors on CentOS 7

This guide explains why the default CentOS 7 YUM repositories are slow for Chinese users and provides step‑by‑step instructions—including backing up existing .repo files, downloading Alibaba Cloud mirrors, adjusting version numbers, refreshing the cache, verifying updates, troubleshooting common errors, and advanced tips such as adding EPEL—so you can achieve faster, more reliable package management.

CentOSDevOpsLinux
0 likes · 6 min read
How to Replace YUM Repositories with Domestic Mirrors on CentOS 7
MaGe Linux Operations
MaGe Linux Operations
Nov 12, 2024 · Operations

Master yum: Local & Remote Repository Setup and Essential Package Commands

This guide walks through mounting an ISO to create a local yum repository, configuring popular Chinese mirrors for remote repos, and demonstrates core yum/dnf commands for installing, removing, updating, listing, grouping, reinstalling, and downloading packages, plus how to view and undo command history on CentOS 8.5 systems.

LinuxRepositorydnf
0 likes · 22 min read
Master yum: Local & Remote Repository Setup and Essential Package Commands
Liangxu Linux
Liangxu Linux
May 1, 2024 · Operations

Master Linux Package Managers: apt, yum, dnf, pacman, zypper

This guide explains how to use the major Linux package managers—apt, yum, dnf, pacman, and zypper—to update repositories, install, upgrade, and remove software, as well as advanced tasks like searching, viewing package info, handling transactions, configuring repositories, and troubleshooting common issues.

APTLinuxdnf
0 likes · 8 min read
Master Linux Package Managers: apt, yum, dnf, pacman, zypper
Liangxu Linux
Liangxu Linux
Apr 30, 2024 · Operations

How to Resolve Linux Package Dependency Issues Across Major Distributions

This guide explains runtime and build-time package dependencies on Linux, demonstrates how to use apt, yum, dnf, pacman, and other tools to automatically or manually fix missing packages, version conflicts, and shared‑library problems, and provides practical command examples for each major distribution.

APTLinuxdependency resolution
0 likes · 6 min read
How to Resolve Linux Package Dependency Issues Across Major Distributions
Liangxu Linux
Liangxu Linux
Nov 7, 2023 · Operations

Master Linux Package Management: yum vs apt and rpm vs dpkg Compared

This guide compares the major Linux package managers—yum/apt for RPM‑based and Debian‑based systems and rpm/dpkg for handling .rpm and .deb files—detailing their configuration files, common commands for installing, updating, removing, querying, and cleaning packages, plus useful command‑line examples.

APTRPMdpkg
0 likes · 5 min read
Master Linux Package Management: yum vs apt and rpm vs dpkg Compared
Liangxu Linux
Liangxu Linux
Sep 5, 2023 · Operations

How to Install and Use Logwatch for Automated Linux Log Analysis

This guide explains how to install Logwatch on CentOS, configure its settings, run it manually or via daily cron, and interpret the sample email output that summarizes system logs, SSH activity, installed packages, and disk usage.

System Administrationcronlog analysis
0 likes · 8 min read
How to Install and Use Logwatch for Automated Linux Log Analysis
The Dominant Programmer
The Dominant Programmer
Jul 26, 2021 · Cloud Native

How to Install and Configure Docker on CentOS 7

This guide walks through installing Docker CE on a CentOS 7 system, covering prerequisite kernel checks, repository configuration, package installation, verification with hello‑world, common troubleshooting, and clean removal steps, while explaining core Docker concepts such as images, containers, and registries.

CentOS 7ContainerDocker
0 likes · 5 min read
How to Install and Configure Docker on CentOS 7
Practical DevOps Architecture
Practical DevOps Architecture
Nov 14, 2020 · Operations

CentOS 7 Server Initialization: Configuring YUM Repositories, Installing Essential Packages, and System Optimizations

This guide walks through configuring Alibaba Cloud YUM repositories, installing common utilities, disabling firewalls and NetworkManager, optimizing SELinux, synchronizing time, increasing file descriptors, customizing the command line, tuning kernel parameters, and setting the hostname on a CentOS 7 system.

ServerSystem Setupyum
0 likes · 4 min read
CentOS 7 Server Initialization: Configuring YUM Repositories, Installing Essential Packages, and System Optimizations
MaGe Linux Operations
MaGe Linux Operations
Sep 23, 2020 · Operations

How to Install Python 3.6.5 on Linux: Step‑by‑Step Guide

This tutorial walks you through checking the pre‑installed Python version, locating its binaries, downloading Python 3.6.5 source, installing required dependencies, compiling and installing the interpreter, creating symlinks, and configuring environment variables on a Linux system.

CompilationEnvironment VariablesLinux
0 likes · 6 min read
How to Install Python 3.6.5 on Linux: Step‑by‑Step Guide
ITPUB
ITPUB
May 25, 2020 · Operations

How to Fix Common yum Errors on CentOS 7: 404, Failed Install, and Missing Python

This guide walks through diagnosing and fixing typical yum command failures on CentOS 7, covering repository 404 errors, package installation failures caused by immutable directories, and missing Python interpreter issues, with concrete commands and step‑by‑step solutions.

CentOSLinuxpackage management
0 likes · 5 min read
How to Fix Common yum Errors on CentOS 7: 404, Failed Install, and Missing Python
Liangxu Linux
Liangxu Linux
May 24, 2020 · Operations

How to Fix Common yum Errors on CentOS 7: Step‑by‑Step Guide

This guide walks you through diagnosing and resolving typical yum failures on CentOS 7, covering 404 repository errors, install‑time unpacking failures, and missing Python interpreter issues with clear commands, file checks, and corrective actions.

CLICentOSpackage management
0 likes · 5 min read
How to Fix Common yum Errors on CentOS 7: Step‑by‑Step Guide
Open Source Linux
Open Source Linux
May 23, 2020 · Operations

How to Fix Common yum Errors on CentOS 7: 404, Failed Installs, and Missing Python

This guide walks you through diagnosing and resolving typical yum command failures on CentOS 7—including 404 repository errors, package installation failures caused by immutable file attributes, and missing Python interpreter issues—providing step‑by‑step commands, repository configuration tips, and file‑system fixes to restore yum functionality.

CentOSLinux troubleshootingpackage management
0 likes · 6 min read
How to Fix Common yum Errors on CentOS 7: 404, Failed Installs, and Missing Python
Open Source Linux
Open Source Linux
Mar 6, 2020 · Operations

How to Set Up a Local Yum Repository on CentOS 8 Using DNF

This guide walks through configuring a local yum repository on CentOS 8 by creating a mount point, mounting an ISO (via CD/DVD or loopback), backing up existing repo files, writing a new repo configuration, cleaning the cache, enabling auto‑mount at boot, and introduces DNF with essential commands.

CentOS8Linuxdnf
0 likes · 5 min read
How to Set Up a Local Yum Repository on CentOS 8 Using DNF
ITPUB
ITPUB
Feb 24, 2020 · Operations

Mastering yum update: Essential Commands, Options, and Troubleshooting for Linux

This tutorial explains how to use the yum update command on RPM‑based Linux systems, covering basic usage, repository handling, useful options like --nogpgcheck and --exclude, how to roll back updates, troubleshoot failures, and automate notifications with yum‑cron.

Linuxcommand-linepackage-management
0 likes · 12 min read
Mastering yum update: Essential Commands, Options, and Troubleshooting for Linux
ITPUB
ITPUB
Jan 13, 2020 · Operations

How to Build Your Own Local Yum and Apt Repositories on Linux

This guide explains step‑by‑step how to create local package repositories for RPM‑based (yum/dnf) and Debian‑based (apt) Linux systems, covering required tools, directory setup, metadata generation, repository configuration files, and example commands for easy deployment.

APTLinuxRPM
0 likes · 7 min read
How to Build Your Own Local Yum and Apt Repositories on Linux
MaGe Linux Operations
MaGe Linux Operations
Jan 2, 2020 · Operations

Mastering RPM and YUM: Essential Commands for Linux Package Management

This guide explains Linux package naming conventions, how to inspect binary dependencies and installed libraries, and provides a comprehensive collection of RPM and YUM commands—including installation, query, verification, removal, and repository configuration—to help administrators manage software efficiently.

CLILinuxOperations
0 likes · 7 min read
Mastering RPM and YUM: Essential Commands for Linux Package Management
MaGe Linux Operations
MaGe Linux Operations
Mar 5, 2019 · Operations

How to Build a Fast Local Yum Repository on CentOS and Switch to Domestic Mirrors

This guide walks through creating a local CentOS Yum repository from an ISO image, backing up the default repo files, mounting the ISO, configuring a local repo, switching to Aliyun or 163 mirrors, setting repository priorities with yum‑plugin‑priorities, and testing package installation to ensure the local source is used first.

163 MirrorAliyun MirrorCentOS
0 likes · 10 min read
How to Build a Fast Local Yum Repository on CentOS and Switch to Domestic Mirrors
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2015 · Operations

How to Check RPM Package Dependencies on RHEL/CentOS/Fedora

This tutorial explains multiple methods to examine RPM package dependencies on Red Hat‑based systems, covering commands for installed and uninstalled packages, using tools such as rpm, yumdownloader, repoquery, rpmreaper, and rpmdep, with step‑by‑step examples and required installations.

dependencypackage-managementrepoquery
0 likes · 6 min read
How to Check RPM Package Dependencies on RHEL/CentOS/Fedora