Tagged articles
395 articles
Page 1 of 4
Raymond Ops
Raymond Ops
Oct 15, 2025 · Operations

Step‑by‑Step Guide: Deploying an ELK Log Analysis Stack on CentOS

This comprehensive tutorial walks you through installing and configuring the ELK stack (Elasticsearch, Logstash, Kibana) on CentOS, covering environment setup, component installation, node configuration, plugin integration, index creation, and log visualization with code snippets and screenshots.

CentOSELKElasticsearch
0 likes · 14 min read
Step‑by‑Step Guide: Deploying an ELK Log Analysis Stack on CentOS
Raymond Ops
Raymond Ops
Oct 11, 2025 · Cloud Computing

Master Linux KVM: Step‑by‑Step Deployment with Commands & Screenshots

This guide walks you through installing and configuring a KVM virtualization platform on Linux, covering its advantages and drawbacks, setting up local repositories, verifying hardware support, creating storage pools and volumes, importing ISO images, allocating resources, and launching a virtual CentOS 7 machine using virt‑manager.

CentOSKVMLinux
0 likes · 9 min read
Master Linux KVM: Step‑by‑Step Deployment with Commands & Screenshots
Raymond Ops
Raymond Ops
Oct 11, 2025 · Information Security

Master Linux Firewall & SSH: Step‑by‑Step Guide to Secure Web Server Access

This tutorial walks through configuring a Linux firewall and web server, setting up network interfaces across four virtual machines, enabling NAT, defining DMZ zones, securing SSH on a non‑standard port, and verifying connectivity, providing a comprehensive hands‑on guide for robust network security.

CentOSLinuxSSH
0 likes · 7 min read
Master Linux Firewall & SSH: Step‑by‑Step Guide to Secure Web Server Access
Raymond Ops
Raymond Ops
Sep 11, 2025 · Operations

Build a Self‑Hosted Email Server on CentOS 7: Step‑by‑Step Guide

Learn how to set up a complete email system on CentOS 7 using Postfix, Dovecot, MariaDB, Nginx, and Roundcube, covering software installation, configuration, database setup, SSL/TLS, DKIM, SPF, DMARC, and testing, with detailed commands and troubleshooting tips.

CentOSdovecotemail server
0 likes · 29 min read
Build a Self‑Hosted Email Server on CentOS 7: Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Sep 3, 2025 · Information Security

Hardening CentOS 7/8: 15 Essential Security Configurations

This guide walks through fifteen practical steps to secure a CentOS 7 or 8 server, covering user management, SSH hardening, password policies, file permissions, logging, and kernel protections, each with clear commands and explanations to reduce attack surface.

CentOSHardeningLinux
0 likes · 12 min read
Hardening CentOS 7/8: 15 Essential Security Configurations
Liangxu Linux
Liangxu Linux
Aug 17, 2025 · Backend Development

Step-by-Step Guide to Configure Tomcat Virtual Hosts on CentOS for Multiple Domains

This tutorial walks you through preparing separate site directories, editing Tomcat's server.xml to define Host entries, restarting the service, and testing each domain, while also covering firewall, DNS, and production‑grade security considerations for deploying multiple websites on a single CentOS server.

CentOSConfigurationDeployment
0 likes · 6 min read
Step-by-Step Guide to Configure Tomcat Virtual Hosts on CentOS for Multiple Domains
Practical DevOps Architecture
Practical DevOps Architecture
Aug 7, 2025 · Cloud Native

Step-by-Step Guide to Install Docker, Docker‑Compose, and Harbor on CentOS

This tutorial walks you through removing old Docker packages, configuring yum repositories (official and Alibaba Cloud mirrors), installing a specific Docker Engine version, setting up image acceleration, verifying Docker, installing Docker‑Compose, downloading and configuring Harbor, and finally validating the Harbor registry on a CentOS system.

CentOSCloud NativeContainer Registry
0 likes · 5 min read
Step-by-Step Guide to Install Docker, Docker‑Compose, and Harbor on CentOS
Raymond Ops
Raymond Ops
Jul 21, 2025 · Cloud Native

Step‑by‑Step Guide to Deploy a Kubernetes Cluster on CentOS 7

This tutorial walks through preparing three CentOS 7 hosts, installing Docker and Kubernetes components, initializing a master node, handling common errors, joining worker nodes, installing a CNI plugin, testing the cluster, and provides essential kubectl commands for ongoing management.

CNICentOSCluster Deployment
0 likes · 21 min read
Step‑by‑Step Guide to Deploy a Kubernetes Cluster on CentOS 7
Raymond Ops
Raymond Ops
Jul 18, 2025 · Operations

Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 on CentOS 7

This tutorial walks you through checking the current OpenSSH version, installing required dependencies, downloading the 8.4p1 source package, backing up existing SSH files, compiling and installing the new version, updating the configuration, and verifying the upgrade on a CentOS 7 system.

CentOSLinuxOpenSSH
0 likes · 5 min read
Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 on CentOS 7
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.

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

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

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

CentOSNginxRPM
0 likes · 17 min read
Master CentOS Software Installation: From Source Tarballs to RPM and Yum
Lin is Dream
Lin is Dream
May 6, 2025 · Operations

How to Deploy an NFS Server on CentOS 7 for Shared Storage

Learn step‑by‑step how to install, configure, and launch an NFS server on CentOS 7, set up shared directories, edit export rules, adjust firewall settings, and mount the share on client machines, enabling reliable network file sharing for distributed and containerized environments.

CentOSLinuxNFS
0 likes · 7 min read
How to Deploy an NFS Server on CentOS 7 for Shared Storage
MaGe Linux Operations
MaGe Linux Operations
May 3, 2025 · Cloud Computing

Master KVM Virtualization on CentOS: A Complete Text‑and‑Image Guide

This article explains what KVM is, lists its advantages and drawbacks, and provides a step‑by‑step tutorial—including repository configuration, required package installation, kernel module verification, libvirtd service setup, network bridge creation, storage pool and volume creation, ISO import, and virtual machine provisioning—complete with command snippets and screenshots, culminating in a fully functional CentOS 7 VM.

CentOSKVMVirt-manager
0 likes · 9 min read
Master KVM Virtualization on CentOS: A Complete Text‑and‑Image Guide
Open Source Linux
Open Source Linux
Apr 28, 2025 · Information Security

Hardening CentOS 7/8: Essential Security Configurations to Protect Your Linux Servers

This guide walks you through a series of practical security measures for CentOS 7/8—including creating non‑root users, tightening SSH settings, enforcing password policies, securing logging, and applying kernel hardening—so you can significantly reduce the risk of unauthorized access and system compromise.

CentOSHardeningPassword policy
0 likes · 12 min read
Hardening CentOS 7/8: Essential Security Configurations to Protect Your Linux Servers
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.

CalicoCentOSCloud Native
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
Liangxu Linux
Liangxu Linux
Apr 14, 2025 · Operations

Mastering NFS on CentOS: From Installation to Autofs Integration

This guide explains what NFS (Network File System) is, its advantages, required packages, configuration file syntax, export options, essential tools like rpcinfo, exportfs, showmount and mount.nfs, and provides step‑by‑step examples for mounting, fstab entries, and integrating autofs on CentOS systems.

CentOSFilesystemLinux
0 likes · 10 min read
Mastering NFS on CentOS: From Installation to Autofs Integration
Open Source Linux
Open Source Linux
Apr 3, 2025 · Operations

Understanding Linux Boot Process: From BIOS to Systemd

This article explains the Linux boot sequence, covering the BIOS/UEFI hardware check, GRUB2 bootloader configuration, kernel loading with initramfs, root filesystem mounting, systemd target units, essential services, and a CentOS 8 example with GRUB settings and module inspection.

Boot ProcessCentOSGRUB
0 likes · 8 min read
Understanding Linux Boot Process: From BIOS to Systemd
Liangxu Linux
Liangxu Linux
Mar 24, 2025 · Fundamentals

Understanding Linux Boot Process: From BIOS to systemd

This guide walks through Linux's startup sequence, covering the BIOS/UEFI hardware check, GRUB2 bootloader configuration, kernel loading, initramfs handling, systemd target units, service initialization, and a concrete CentOS 8 example with command snippets and configuration files.

Boot ProcessCentOSGRUB
0 likes · 9 min read
Understanding Linux Boot Process: From BIOS to systemd
Lin is Dream
Lin is Dream
Mar 18, 2025 · Information Security

Master OpenSSL on CentOS: Install, Upgrade, and Generate RSA/SM2 Keys

This article explains OpenSSL’s origins, its role in encryption on CentOS, common use cases such as web servers and database security, provides step‑by‑step installation and upgrade commands, and demonstrates how to generate RSA, SM2, AES, and SM4 keys via the OpenSSL command line and Java alternatives.

CentOSOpenSSLRSA
0 likes · 8 min read
Master OpenSSL on CentOS: Install, Upgrade, and Generate RSA/SM2 Keys
Liangxu Linux
Liangxu Linux
Feb 24, 2025 · Fundamentals

Mastering DHCP on CentOS: Theory, Configuration, and Hands‑On Setup

This guide explains DHCP fundamentals, its four‑step lease process, allocation methods, advantages, and provides a step‑by‑step tutorial for installing and configuring a DHCP server on CentOS 6.5, including client testing and static host assignments.

CentOSDHCPIP Management
0 likes · 6 min read
Mastering DHCP on CentOS: Theory, Configuration, and Hands‑On Setup
MaGe Linux Operations
MaGe Linux Operations
Jan 7, 2025 · Operations

Step‑by‑Step Guide to Installing a DHCP Server on CentOS 6.5

This article explains DHCP fundamentals, its four‑stage broadcast workflow, allocation methods and advantages, then provides a complete CentOS 6.5 environment setup with commands, configuration file edits, and client testing to help you deploy a DHCP server efficiently.

CentOSDHCPIP Management
0 likes · 6 min read
Step‑by‑Step Guide to Installing a DHCP Server on CentOS 6.5
Open Source Linux
Open Source Linux
Jan 7, 2025 · Operations

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

This article reviews seven viable replacements for the discontinued CentOS 8, comparing AlmaLinux, Ubuntu/Debian, Oracle Linux, OpenSUSE, Rocky Linux, VzLinux, and Springdale Linux, and offers guidance on selecting the most suitable server operating system for 2025.

AlmaLinuxCentOSOracle Linux
0 likes · 8 min read
Top 7 CentOS 8 Alternatives for 2025: Choose the Best Server OS
Liangxu Linux
Liangxu Linux
Jan 4, 2025 · Operations

Top 7 CentOS 8 Alternatives for 2025: From AlmaLinux to VzLinux

With CentOS 8 reaching end‑of‑life, this guide reviews seven viable server‑grade Linux replacements for 2025—including AlmaLinux, Ubuntu/Debian, Oracle Linux, OpenSUSE, Rocky Linux, VzLinux, and Springdale—detailing their compatibility, support cycles, package managers, and migration considerations.

AlmaLinuxCentOSLinux
0 likes · 8 min read
Top 7 CentOS 8 Alternatives for 2025: From AlmaLinux to VzLinux
MaGe Linux Operations
MaGe Linux Operations
Dec 30, 2024 · Cloud Native

Step-by-Step Guide to Deploy a Kubernetes Cluster on CentOS 7

This tutorial walks through preparing three CentOS 7 hosts, installing Docker, configuring kubeadm, initializing a Kubernetes master, troubleshooting common errors, adding worker nodes, installing a CNI plugin, testing the cluster with an Nginx deployment, and provides essential kubectl commands for ongoing management.

CNICentOSCluster Setup
0 likes · 22 min read
Step-by-Step Guide to Deploy a Kubernetes Cluster on CentOS 7
Liangxu Linux
Liangxu Linux
Dec 29, 2024 · Operations

Master CentOS7 Network Configuration with nmcli and Manual Settings

This guide walks through CentOS7 network configuration, explaining interface naming conventions, using NetworkManager tools like nmcli, editing ifcfg files, changing hostnames, renaming interfaces to eth0, adding kernel parameters, and applying changes with service restarts.

CentOSLinux networkingNetworkManager
0 likes · 8 min read
Master CentOS7 Network Configuration with nmcli and Manual Settings
MaGe Linux Operations
MaGe Linux Operations
Dec 28, 2024 · Operations

Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 on CentOS 7

This tutorial walks you through checking the current OpenSSH version, installing prerequisite packages, backing up existing SSH files, compiling and installing OpenSSH 8.4p1, verifying the configuration, restarting the service, and confirming the upgrade on a CentOS 7 server.

CentOSLinuxOpenSSH
0 likes · 5 min read
Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 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 alternativesServer OS
0 likes · 8 min read
Top 7 CentOS 8 Alternatives for 2025: Choose the Best Server OS
MaGe Linux Operations
MaGe Linux Operations
Dec 7, 2024 · Operations

How to Configure Linux Network Interfaces Using ifcfg Files

This guide explains where Linux network‑interface configuration files are stored, how to list and edit them, and the steps for setting up virtual machine networking and dynamic IP addresses, illustrated with command examples and screenshots.

CentOSLinuxSystem Administration
0 likes · 2 min read
How to Configure Linux Network Interfaces Using ifcfg Files
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.

CentOSJenkinsci/cd
0 likes · 7 min read
One-Click Automated Deployment of Spring Boot with Jenkins and Docker
Liangxu Linux
Liangxu Linux
Nov 7, 2024 · Operations

How to Manage Mobile Devices and Swap Space on Linux Systems

This guide explains mounting USB storage, checking device status, configuring NTFS support, and creating, enabling, and disabling swap partitions or swap files on Linux, including practical commands and configuration steps for Ubuntu and CentOS.

CentOSLinuxSwap
0 likes · 6 min read
How to Manage Mobile Devices and Swap Space on Linux Systems
Liangxu Linux
Liangxu Linux
Oct 23, 2024 · Operations

What Are the Best CentOS Alternatives for Stable Server Environments?

With CentOS reaching end‑of‑life, this guide compares four stable, community‑backed Linux distributions—Rocky Linux, Ubuntu, Debian, and AlmaLinux—highlighting their origins, compatibility with RHEL, key features, and suitability as reliable replacements for production servers.

AlmaLinuxCentOSDebian
0 likes · 7 min read
What Are the Best CentOS Alternatives for Stable Server Environments?
The Dominant Programmer
The Dominant Programmer
Oct 18, 2024 · Databases

Deploy PostgreSQL with PostGIS on CentOS using Docker Compose

This guide walks through deploying a PostgreSQL instance with the PostGIS extension on a CentOS server using Docker Compose, covering image retrieval, docker‑compose configuration, environment variables, logging settings, container startup, and verification of PostGIS integration.

CentOSDatabase DeploymentDocker
0 likes · 5 min read
Deploy PostgreSQL with PostGIS on CentOS using Docker Compose
Liangxu Linux
Liangxu Linux
Sep 16, 2024 · Information Security

Master nslookup on Linux: Install and 7 Essential Commands

This guide shows how to install the nslookup tool on Debian/Ubuntu and CentOS/RHEL systems and provides seven practical usage examples, including querying IP addresses, specifying DNS servers, retrieving specific record types, performing reverse lookups, setting search domains, using the set command, and exiting the interactive mode.

CentOSDNSLinux
0 likes · 5 min read
Master nslookup on Linux: Install and 7 Essential Commands
Liangxu Linux
Liangxu Linux
Aug 3, 2024 · Operations

Build a Highly Available Web Cluster with LVS and Keepalived on CentOS

This guide explains how to create a high‑availability web load‑balancing cluster using Linux Virtual Server (LVS) and Keepalived on CentOS, covering background, terminology, environment setup, detailed configuration steps for master and backup nodes, real‑server preparation, HA testing, and final conclusions.

CentOSIPVSLVS
0 likes · 12 min read
Build a Highly Available Web Cluster with LVS and Keepalived on CentOS
ITPUB
ITPUB
Jul 15, 2024 · Operations

Why CentOS Is Shifting and Which Linux Distributions Are Viable Replacements

The article traces CentOS’s evolution from a downstream RHEL clone to the upstream‑focused CentOS Stream, explains the end of CentOS Linux updates, and evaluates a range of alternative distributions—including Ubuntu, Rocky Linux, Oracle Linux, and several Chinese OS projects—to help enterprises choose the most suitable platform for their workloads.

CentOSDevOpsalternatives
0 likes · 9 min read
Why CentOS Is Shifting and Which Linux Distributions Are Viable Replacements
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
MaGe Linux Operations
MaGe Linux Operations
Jun 26, 2024 · Operations

Why SSH Login Is Slow on CentOS and How to Fix It in Minutes

When multiple CentOS 7 servers in the same rack experience 30‑60 second delays before prompting for an SSH password, the slowdown is usually caused by reverse DNS lookups and GSSAPI authentication, which can be resolved by disabling UseDNS and GSSAPIAuthentication in sshd_config and restarting the service.

CentOSLinuxSSH
0 likes · 4 min read
Why SSH Login Is Slow on CentOS and How to Fix It in Minutes
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 24, 2024 · Information Security

How to Build a Secure OpenVPN Server on CentOS and Ubuntu

This guide walks you through installing Easy‑RSA, generating CA, server and client certificates, configuring OpenVPN, enabling IP forwarding, adjusting firewalls, and setting up client connections on Linux, macOS and Windows, providing a complete end‑to‑end VPN deployment solution.

CentOSEasy-RSAOpenVPN
0 likes · 21 min read
How to Build a Secure OpenVPN Server on CentOS and Ubuntu
Open Source Linux
Open Source Linux
Jun 19, 2024 · Operations

How to Deploy a High‑Availability RabbitMQ Cluster on CentOS 7

This guide walks through preparing three CentOS 7 nodes, installing Erlang and RabbitMQ, configuring users and permissions, setting environment variables, enabling the management plugin, synchronizing erlang.cookie, joining nodes in RAM or disc mode, and verifying cluster status via the web UI.

CentOSClusterLinux
0 likes · 6 min read
How to Deploy a High‑Availability RabbitMQ Cluster on CentOS 7
Open Source Linux
Open Source Linux
May 21, 2024 · Operations

Set Up CentOS 7 VM, Configure IP, Install JDK, MySQL, Tomcat & Auto-Start

This guide walks through importing a CentOS 7 virtual machine in VMware, configuring network settings (dynamic or static IP), resolving common issues, then installing and configuring JDK 1.8, MySQL 5.7, and Tomcat 8.5, and finally creating systemd services for automatic startup of Java applications.

CentOSJDKNetwork Configuration
0 likes · 14 min read
Set Up CentOS 7 VM, Configure IP, Install JDK, MySQL, Tomcat & Auto-Start
MaGe Linux Operations
MaGe Linux Operations
May 18, 2024 · Cloud Native

How to Install Helm and Deploy OpenEBS on CentOS 7 for Kubernetes

This guide walks through setting up a CentOS 7 environment, installing Helm, adding the OpenEBS chart repository, deploying the OpenEBS control plane, creating a dedicated PostgreSQL namespace, and configuring persistent storage with a ConfigMap, providing all necessary commands and screenshots.

CentOSConfigMapKubernetes
0 likes · 3 min read
How to Install Helm and Deploy OpenEBS on CentOS 7 for Kubernetes
MaGe Linux Operations
MaGe Linux Operations
May 6, 2024 · Operations

Mastering CentOS 7 Network Configuration: ifconfig, ifup, ifdown & More

This guide explains how to use ifconfig to view and modify network interfaces, manage them with ifup/ifdown, and configure CentOS 7 networking through key files such as /etc/sysconfig/network-scripts, plus essential supplementary ip commands and troubleshooting tips for virtual machine MAC address issues.

CentOSLinuxifconfig
0 likes · 10 min read
Mastering CentOS 7 Network Configuration: ifconfig, ifup, ifdown & More
Open Source Linux
Open Source Linux
Apr 9, 2024 · Operations

Finding the Process That Writes a File on CentOS 7 with SystemTap

This guide explains how to monitor disk usage on a CentOS 7 server, generate periodic snapshots with iostat, sar, and pidstat, schedule them via at, and ultimately locate the exact process writing to a specific file by extracting its inode and tracing it with SystemTap’s inodewatch script, handling kernel‑devel and debuginfo requirements.

CentOSLinuxSystemTap
0 likes · 12 min read
Finding the Process That Writes a File on CentOS 7 with SystemTap
Open Source Linux
Open Source Linux
Mar 20, 2024 · Operations

How to Expand an Unpartitioned Data Disk on CentOS 7.4

This guide demonstrates how to expand a data disk that lacks partitions on a CentOS 7.4 system, covering both ext* and XFS filesystems, using resize2fs and xfs_growfs commands, and verifying the expansion with df -TH.

CentOSDisk ExpansionFilesystem
0 likes · 6 min read
How to Expand an Unpartitioned Data Disk on CentOS 7.4
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
MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2024 · Cloud Native

Install Kubernetes v1.18.8 on CentOS: Ingress, Dashboard, Helm Guide

This step‑by‑step tutorial shows how to set up a Kubernetes v1.18.8 cluster on CentOS 8.5 running in Hyper‑V, configure static IPs, unique host and machine IDs, install Docker, kubeadm, kubelet and kubectl, deploy flannel networking, the Kubernetes Dashboard, Metrics Server, Helm, and an NGINX Ingress controller, and includes troubleshooting tips.

CentOSDashboardKubernetes
0 likes · 25 min read
Install Kubernetes v1.18.8 on CentOS: Ingress, Dashboard, Helm Guide
Open Source Linux
Open Source Linux
Dec 28, 2023 · Operations

Master Logwatch: Install and Analyze Linux Logs Efficiently

This guide explains why manual log review is tedious, introduces Logwatch as an automated solution, walks through installing it on CentOS, configuring its core settings, running it manually, and interpreting its concise email reports to simplify Linux system log management.

CentOSLinuxlog-analysis
0 likes · 7 min read
Master Logwatch: Install and Analyze Linux Logs Efficiently
Liangxu Linux
Liangxu Linux
Nov 15, 2023 · Operations

How to Install and Use Logwatch for Automated Linux Log Analysis

This guide explains why manual log inspection is tedious, introduces Logwatch as a solution, and provides step‑by‑step commands to install it on CentOS, configure its settings, run analyses instantly, and interpret the generated reports.

CentOSSystem Administrationcron
0 likes · 9 min read
How to Install and Use Logwatch for Automated Linux Log Analysis
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.

CentOSLinuxOperating Systems
0 likes · 8 min read
The Past and Present of CentOS and Its Alternatives
JD Retail Technology
JD Retail Technology
Oct 27, 2023 · Operations

Investigation of Java Service Crashes at Midnight Due to Cron and Open Files Limit in CentOS Containers

The article analyzes why a Java service repeatedly crashes around midnight in test environments, tracing the issue through system limits, Java version checks, cron job execution, strace logs, and Linux OOM killer behavior, and finally proposes configuration and version upgrades to prevent the failures.

CentOSContainerLinux OOM Killer
0 likes · 25 min read
Investigation of Java Service Crashes at Midnight Due to Cron and Open Files Limit in CentOS Containers
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.

CentOSLinuxfirewall
0 likes · 8 min read
Configuring Firewalld on CentOS to Restrict Access to Specific Ports and IP Addresses