Tag

CentOS

1 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 22, 2025 · Cloud Native

How to Install Docker on CentOS 7

This guide provides step‑by‑step instructions for installing Docker Engine on a CentOS 7 system, including removal of any existing Docker packages, adding the Alibaba Cloud yum repository, installing required utilities, starting and enabling the Docker service, and verifying the installation.

CentOSContainerDocker
0 likes · 2 min read
How to Install Docker on CentOS 7
IT Xianyu
IT Xianyu
Apr 27, 2025 · Operations

How to Migrate from CentOS 7 to AlmaLinux 8 and AlmaLinux 9: A Step‑by‑Step Guide

After CentOS 7 reaches end‑of‑life on June 30 2024, this guide explains why you must migrate, outlines three essential pre‑migration preparations, and provides detailed step‑by‑step commands to upgrade first to AlmaLinux 8 and then to AlmaLinux 9, including post‑migration checks and common pitfalls.

AlmaLinuxCentOSFirewall
0 likes · 8 min read
How to Migrate from CentOS 7 to AlmaLinux 8 and AlmaLinux 9: A Step‑by‑Step Guide
IT Xianyu
IT Xianyu
Apr 21, 2025 · Cloud Native

Step-by-Step Guide to Setting Up a Kubernetes 1.19 Cluster on CentOS 7.9

This guide walks through preparing two CentOS 7.9 servers, installing Docker and Kubernetes 1.19 components, initializing a master node, joining a worker node, and validating the cluster with a sample Nginx deployment, including common troubleshooting tips.

CalicoCentOSCluster Setup
0 likes · 10 min read
Step-by-Step Guide to Setting Up a Kubernetes 1.19 Cluster on CentOS 7.9
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
Efficient Ops
Efficient Ops
Dec 9, 2024 · Operations

Top 7 CentOS 8 Alternatives for 2025: Choose the Best Server OS

With CentOS 8 reaching end‑of‑life, this guide reviews seven viable replacements—AlmaLinux, Ubuntu/Debian, Oracle Linux, openSUSE, Rocky Linux, VzLinux, and Springdale Linux—detailing their compatibility, support, and migration considerations to help administrators select the right server OS for 2025.

CentOSLinux alternativesOpen Source
0 likes · 8 min read
Top 7 CentOS 8 Alternatives for 2025: Choose the Best Server OS
Code Ape Tech Column
Code Ape Tech Column
Dec 5, 2024 · Operations

One-Click Automated Deployment of Spring Boot with Jenkins and Docker

This tutorial provides a step‑by‑step guide to set up a fully automated CI/CD pipeline on CentOS 7 that installs Docker, deploys Jenkins in a container, configures Maven and required plugins, creates a Jenkins job, builds a Spring Boot application with Dockerfile, and runs the resulting container, all with minimal pitfalls.

AutomationCI/CDCentOS
0 likes · 7 min read
One-Click Automated Deployment of Spring Boot with Jenkins and Docker
Architecture Digest
Architecture Digest
Jul 3, 2024 · Operations

CentOS End‑of‑Life and Viable Alternative Linux Distributions

The article explains that CentOS Linux 8 ceased updates at the end of 2021 and CentOS 7 will reach end‑of‑support on June 30, 2024, describes the shift to CentOS Stream, and outlines several alternative operating systems—including Rocky Linux, Ubuntu, RHEL, and domestic Chinese distributions—providing guidance for enterprises and developers on migration paths.

Alternative DistributionsCentOSLinux
0 likes · 9 min read
CentOS End‑of‑Life and Viable Alternative Linux Distributions
Top Architecture Tech Stack
Top Architecture Tech Stack
Jun 25, 2024 · Big Data

Step-by-Step Guide to Installing and Configuring an Elasticsearch Cluster on CentOS

This comprehensive tutorial walks developers through preparing the operating system, disabling firewalls and SELinux, setting up users and JVM options, configuring single‑node and multi‑node Elasticsearch clusters, integrating Kibana, and deploying everything via Docker on CentOS with detailed code examples.

CentOSClusterConfiguration
0 likes · 13 min read
Step-by-Step Guide to Installing and Configuring an Elasticsearch Cluster on CentOS
DevOps Operations Practice
DevOps Operations Practice
May 5, 2024 · Operations

Top 4 CentOS Alternatives: AlmaLinux, Rocky Linux, Ubuntu, and Debian

With the discontinuation of CentOS Linux, this article evaluates four leading replacement operating systems—AlmaLinux, Rocky Linux, Ubuntu, and Debian—based on stability, long‑term support, and compatibility for enterprise environments.

AlmaLinuxCentOSDebian
0 likes · 5 min read
Top 4 CentOS Alternatives: AlmaLinux, Rocky Linux, Ubuntu, and Debian
DevOps Operations Practice
DevOps Operations Practice
Mar 12, 2024 · Operations

Top Linux Distributions to Replace CentOS: Ubuntu, AlmaLinux, Rocky Linux, and Debian

With the end of CentOS Linux, this article reviews four widely‑used, enterprise‑grade Linux distributions—Ubuntu, AlmaLinux, Rocky Linux, and Debian—detailing their origins, features, compatibility with CentOS, and suitability for production environments.

AlmaLinuxCentOSDebian
0 likes · 4 min read
Top Linux Distributions to Replace CentOS: Ubuntu, AlmaLinux, Rocky Linux, and Debian
DevOps Operations Practice
DevOps Operations Practice
Oct 31, 2023 · Operations

CentOS vs Ubuntu: Detailed Comparison of Features, Pros, Cons, and Use Cases

This article provides a comprehensive comparison between CentOS and Ubuntu, covering their histories, advantages, disadvantages, package management systems, software repositories, community support, and typical use cases, to help readers choose the most suitable Linux distribution for server or desktop environments.

CentOSComparisonDesktop
0 likes · 8 min read
CentOS vs Ubuntu: Detailed Comparison of Features, Pros, Cons, and Use Cases
Laravel Tech Community
Laravel Tech Community
Oct 29, 2023 · Fundamentals

The Past and Present of CentOS and Its Alternatives

This article traces the evolution of CentOS within the Linux ecosystem, explains the shift to CentOS Stream, outlines the end‑of‑life schedule, and evaluates various replacement distributions—including Rocky Linux, Ubuntu, Oracle Linux, and several Chinese OS projects—providing guidance for different enterprise and development scenarios.

CentOSLinuxOpen Source
0 likes · 8 min read
The Past and Present of CentOS and Its Alternatives
Laravel Tech Community
Laravel Tech Community
Oct 24, 2023 · Information Security

Configuring Firewalld on CentOS to Restrict Access to Specific Ports and IP Addresses

This article explains what Firewalld is, outlines its key features such as zones, runtime versus permanent settings, services, and dynamic updates, and provides step‑by‑step commands to create firewall rules that limit access to an Nginx server on port 8088 to a single IP address while leaving other ports unrestricted.

CentOSFirewallLinux
0 likes · 8 min read
Configuring Firewalld on CentOS to Restrict Access to Specific Ports and IP Addresses
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 23, 2023 · Databases

Introduction to NoSQL and MongoDB Installation on CentOS 7

This article explains the concepts and advantages of NoSQL databases, categorizes the four main types, introduces MongoDB’s data model and components, and provides step‑by‑step instructions for installing MongoDB 7.0 on CentOS 7 using both yum repository and manual RPM packages.

CentOSDatabaseInstallation
0 likes · 6 min read
Introduction to NoSQL and MongoDB Installation on CentOS 7
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Oct 4, 2023 · Cloud Native

How to Set Up Docker on CentOS and Deploy a Spring Boot App in Containers

This step‑by‑step guide shows how to install and configure Docker on CentOS 7, optionally set up docker‑compose, pull a Tomcat image, build a Spring Boot project, package it, and run it inside a Docker container, including commands for mounting, port mapping, and verifying the deployment.

CentOSContainerizationDocker
0 likes · 6 min read
How to Set Up Docker on CentOS and Deploy a Spring Boot App in Containers
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 22, 2023 · Databases

Setting Up a MySQL Debugging Environment on Windows with VSCode and VMware

This article provides a step‑by‑step guide for Windows users to install VSCode, set up a VMware‑hosted CentOS 7 VM, compile the MySQL 8.0.34 source with debug options, configure VSCode remote‑debugging plugins, and perform source‑level debugging of MySQL.

CentOSMySQLVMware
0 likes · 12 min read
Setting Up a MySQL Debugging Environment on Windows with VSCode and VMware
Code Ape Tech Column
Code Ape Tech Column
Aug 9, 2023 · Operations

One‑Click Automated Deployment of Spring Boot with Jenkins and Docker

This tutorial walks through a complete, step‑by‑step setup of a one‑click CI/CD pipeline that installs Docker and Jenkins on CentOS, configures Maven, creates a Jenkins job, builds a Spring Boot JAR, packages it into a Docker image, and runs the container, providing all commands and screenshots for a seamless deployment experience.

AutomationCI/CDCentOS
0 likes · 6 min read
One‑Click Automated Deployment of Spring Boot with Jenkins and Docker
php中文网 Courses
php中文网 Courses
Jul 30, 2023 · Operations

How to Schedule Automatic Backups for PHP Websites on CentOS

This guide explains three practical methods—using crontab, rsync, and mysqldump—to set up scheduled backups of PHP website files and databases on a CentOS server, ensuring data protection through automated daily or periodic tasks.

BackupCentOSLinux
0 likes · 4 min read
How to Schedule Automatic Backups for PHP Websites on CentOS