Automated Docker Deployment Script on Rocky Linux 9

Automated Docker Deployment Script on Rocky Linux 9

Note: This script is currently limited to <span>Rocky Linux 9</span> and has not been tested on other system versions. Future updates will enhance the script’s compatibility, robustness, and options. The installed <span>Docker</span> version defaults to the latest version. 🛠️ Preparation Work A minimal installation of the Rocky Linux 9 operating system A stable internet connection … Read more

Installing a Graphical Interface on Rocky/Alma Linux 8

Installing a Graphical Interface on Rocky/Alma Linux 8

XFCE Desktop Environment The XFCE desktop environment was created as a branch of the Common Desktop Environment (CDE), embodying the modularity and reusability of the traditional Unix philosophy. You can install XFCE on almost any version of Linux, including Rocky Linux. It is also one of the easiest desktop environments to use in conjunction with … Read more

Installing Nginx on Rocky Linux 9

Installing Nginx on Rocky Linux 9

Installing Nginx on Rocky Linux 9 Hello everyone, I am Xing Ge. Nginx has become one of the mainstream choices for web service deployment due to its high performance, low resource consumption, and excellent reverse proxy capabilities. This article will guide you through the process of installing and configuring the Nginx service from scratch on … Read more

Solution for the Error ‘Transaction Test Failed’ When Installing or Updating openssl-libs on Rocky Linux 9

Solution for the Error 'Transaction Test Failed' When Installing or Updating openssl-libs on Rocky Linux 9

Recently, when performing a dnf update on Rocky Linux 9 to update the system, an error message appeared, specifically:Error: Transaction test failed: file /usr/lib64/ossl-modules/fips.so from install of openssl-libs-1:3.2.2-7.el9.x86_64 conflicts with file from package openssl-fips-provider-so-3.0.7-6.el9_5.x86_64This error indicates that there is a file conflict when trying to install or update the openssl-libs package with the already installed … Read more

Installing Rocky Linux 10 on ESXi: A Comprehensive Guide

Installing Rocky Linux 10 on ESXi: A Comprehensive Guide

ESXi Meets Rocky Linux 10: A Comprehensive Installation Guide Follow the author for more technical sharing 1. Introduction In the fast-paced evolution of technology, we often face various challenges in system maintenance and updates. The news of CentOS 7 reaching its end of life has left many users who rely on it in a difficult … Read more

From CentOS to Rocky Linux: Continuing the Open Source Legend

From CentOS to Rocky Linux: Continuing the Open Source Legend

The Birth of Rocky Linux: A Ray of Hope Amidst the End of CentOS In the vast world of Linux, CentOS was once a favorite among many server users. Built on the source code of Red Hat Enterprise Linux (RHEL), it occupied an important position in the server operating system domain due to its stability, … Read more

One-Click Installation of Oracle 11gR2 Database on Rocky Linux 10

One-Click Installation of Oracle 11gR2 Database on Rocky Linux 10

One-Click Installation Script Preparation steps before using the script Install the operating system Configure the host network Set up the software source; the script will configure it automatically, and you need to mount the ISO image Create a directory for storing software: mkdir /soft Upload the software package Upload the installation script Check Host and … Read more

Rocky Linux Has Been Updated to Version 9.6!

Rocky Linux Has Been Updated to Version 9.6!

As a downstream enterprise-level Linux distribution of RHEL, Rocky Linux has released its latest version 9.6. Since CentOS ceased to release traditional versions, Rocky Linux has emerged to fill the gap left by the discontinuation of CentOS, providing a stable and reliable operating system that is fully binary compatible with RHEL. Currently, Rocky Linux offers … Read more

Complete Guide to Installing Nginx on Rocky Linux 9

Complete Guide to Installing Nginx on Rocky Linux 9

Complete Guide to Installing Nginx on Rocky Linux 9 1. Environment Preparation 1. System Update sudo dnf update -y sudo dnf install epel-release -y 2. Firewall Configuration sudo firewall-cmd –permanent –add-service=http sudo firewall-cmd –permanent –add-service=https sudo firewall-cmd –reload 2. Installing Nginx Install via EPEL Repository sudo dnf install nginx -y 2. Verify Installation Version nginx … Read more

Rocky Linux 9.6 Has Been Officially Released!

Rocky Linux 9.6 Has Been Officially Released!

We are pleased to announce that Rocky Linux 9.6 has been officially released. The updated installation images, container images, cloud images, and Live images are available for download from the Rocky Linux download page. Please refer to the **release notes** published in the official Rocky Linux documentation for important information including known issues and detailed … Read more