Tag

CentOS

2 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 16, 2025 · Operations

Step‑by‑Step Guide to Install and Configure Samba on CentOS 7

This tutorial walks through installing Samba on CentOS 7, creating system and Samba users, setting up a shared directory, configuring smb.conf, starting services, and then configuring a client to connect, mount, and auto‑mount the share using CIFS, providing a complete end‑to‑end solution.

CIFSCentOSFile Sharing
0 likes · 6 min read
Step‑by‑Step Guide to Install and Configure Samba on CentOS 7
Raymond Ops
Raymond Ops
Jun 15, 2025 · Operations

Step-by-Step Guide: Deploy WordPress with NFS on CentOS 7

This tutorial walks through configuring an NFS server and client on CentOS 7, installing the LAMP stack, setting up a virtual host, deploying WordPress, configuring the MySQL database, and verifying the site works, providing complete command‑line instructions and code snippets.

CentOSLAMPMySQL
0 likes · 6 min read
Step-by-Step Guide: Deploy WordPress with NFS on CentOS 7
Raymond Ops
Raymond Ops
Jun 12, 2025 · Operations

Step-by-Step Guide to Building a Software RAID 5 on Linux with mdadm

Learn how to create, configure, and manage a software RAID 5 array on CentOS 7 using mdadm, covering partition preparation, RAID creation, filesystem formatting, mounting, status checks, hot‑spare handling, device removal, and expansion, with complete command examples and expected outputs.

CentOSLinuxRAID5
0 likes · 8 min read
Step-by-Step Guide to Building a Software RAID 5 on Linux with mdadm
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.

CentOSDockerInstallation
0 likes · 2 min read
How to Install Docker on CentOS 7
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.

CentOSNginxRabbitMQ
0 likes · 17 min read
Master CentOS Software Installation: From Source Tarballs to RPM and Yum
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.

AlmaLinuxCentOSLeapp
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
Raymond Ops
Raymond Ops
Mar 30, 2025 · Operations

How to Permanently Disable Swap on Modern Linux Systems

This guide explains why the traditional /etc/fstab comment method fails on newer Linux distributions and provides two reliable techniques—masking the swap.target unit with systemd and adding the noauto option to the fstab swap entry—to permanently disable swap across Ubuntu, CentOS, openEuler, and other major systems.

CentOSLinuxfstab
0 likes · 7 min read
How to Permanently Disable Swap on Modern Linux Systems
Raymond Ops
Raymond Ops
Dec 31, 2024 · Operations

Why a Too‑Long /etc/hosts Line Stalled My Spring Boot Service (and How to Fix It)

A Spring Boot application on CentOS 6.x hung while fetching Apollo configuration because a single /etc/hosts entry listed dozens of domain names, causing hostname resolution to fail; splitting the entry into multiple lines restored normal startup and highlighted a kernel‑specific hosts parsing bug.

ApolloCentOSLinux
0 likes · 7 min read
Why a Too‑Long /etc/hosts Line Stalled My Spring Boot Service (and How to Fix It)
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.

CI/CDCentOSDocker
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.

CentOSClusterDocker
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