Posts tagged System Administration

Linux Fundamentals: System Installation and Directory Structure Mastery

Introduction to LinuxLinux stands as an open-source, free operating system whose stability, security, and concurrent processing capabilities have earned widespread industry recognition. Today, enterprise-level projects spanning C/C++, PHP, Python, Java, and Go are predominantly deployed on Linux/Unix systems.The Linux ecosystem offers numerous distributions, each serving different needs:Ubuntu: User-friendly, ideal for beginners and desktop useRedHat: Enterprise-focused with commercial supportCentOS: Community-driven enterprise distributionD...

Mastering CentOS Stream 9 and 10: Complete Guide to Static IP Configuration and DNF Repository Setup

Introduction to CentOS Stream 9 and 10CentOS Stream represents a significant evolution in the Red Hat ecosystem, serving as the upstream development branch for Red Hat Enterprise Linux (RHEL). Unlike traditional CentOS, which was a downstream rebuild of RHEL, CentOS Stream adopts a rolling release model that positions it between Fedora and RHEL. This unique positioning allows administrators and developers to preview upcoming RHEL features before they reach enterprise stability.Key Differences Between CentOS Stream 9 and 10The transition from...

Complete Guide to Building RPM Packages from Source on Kylin OS V11

IntroductionMany administrators prefer deploying services using RPM packages on Kylin Advanced Server Operating System V11 due to their simplicity and efficiency. However, the default base and update repositories in KylinOS V11 often lack specific versions of RPM packages required for particular projects. In such scenarios, creating custom RPM packages becomes necessary to achieve package deployment flexibility.This comprehensive guide walks through the complete process of building RPM packages from source code on KylinOS V11, using CRI-O ve...