# rocky-linux/rocky

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/rocky-linux-rocky).**

9,497 stars · 338 forks · archived

## Links

- GitHub: https://github.com/rocky-linux/rocky
- Homepage: https://rockylinux.org
- awesome-repositories: https://awesome-repositories.com/repository/rocky-linux-rocky.md

## Topics

`enterprise-linux` `rocky`

## Description

Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security.

The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing.

The distribution covers a broad range of system administration capabilities, including package management via modular repository streams, system hardening through strict access controls, and the management of logical volumes and file systems. It also supports the deployment of containerized servers and the orchestration of infrastructure using agentless automation engines and declarative state configurations.

Administrative tasks can be performed through a variety of tools, including image-based automated installation media, unit-based service management, and the execution of shell scripts for repetitive system jobs.

## Tags

### DevOps & Infrastructure

- [Enterprise Linux Distributions](https://awesome-repositories.com/f/devops-infrastructure/linux-distribution-migration/enterprise-linux-distributions.md) — Provides a community-driven operating system that is bug-for-bug compatible with Red Hat Enterprise Linux.
- [Automated System Installers](https://awesome-repositories.com/f/devops-infrastructure/automated-system-installers.md) — Uses configuration files to define system settings and software packages for rapid, automated deployment. ([source](https://docs.rockylinux.org/guides/automation/kickstart-rocky/))
- [Configuration Playbooks](https://awesome-repositories.com/f/devops-infrastructure/configuration-playbooks.md) — Defines a desired system state in files to execute reusable sequences of administrative tasks. ([source](https://docs.rockylinux.org/books/learning_ansible/01-basic/))
- [Server Infrastructure Provisioning](https://awesome-repositories.com/f/devops-infrastructure/server-infrastructure-provisioning.md) — Provisions and configures physical or virtual servers using automated installation media and scripts.
- [Infrastructure Automation](https://awesome-repositories.com/f/devops-infrastructure/virtual-machine-deployment/infrastructure-automation.md) — Facilitates the deployment and configuration of systems using an agentless automation engine. ([source](https://docs.rockylinux.org/books/))
- [VM Provisioning Templates](https://awesome-repositories.com/f/devops-infrastructure/automation-orchestration/task-execution-frameworks/automation-frameworks/config-templating/configuration-template-management/automation-blueprints/automation-templates/vm-provisioning-templates.md) — Generates virtual machine templates using kickstart files to ensure consistent operating system installations. ([source](https://docs.rockylinux.org/guides/automation/templates-automation-packer-vsphere/))
- [Ad Hoc Task Executions](https://awesome-repositories.com/f/devops-infrastructure/automation-orchestration/task-execution-frameworks/task-job-management/ad-hoc-task-executions.md) — Enables the on-demand execution of single tasks or modules across remote hosts via the command line. ([source](https://docs.rockylinux.org/books/learning_ansible/01-basic/))
- [Configuration Decoupling](https://awesome-repositories.com/f/devops-infrastructure/configuration-decoupling.md) — Separates system variables from execution logic by loading data from dedicated inventory folders. ([source](https://docs.rockylinux.org/books/learning_ansible/06-large-scale-infrastructure/))
- [Role Structuring](https://awesome-repositories.com/f/devops-infrastructure/configuration-management/declarative-configuration-frameworks/ansible-modules/role-structuring.md) — Implements standards and directory layouts for organizing reusable automation roles and tasks. ([source](https://docs.rockylinux.org/books/learning_ansible/04-ansible-galaxy/))
- [Container Runtimes](https://awesome-repositories.com/f/devops-infrastructure/container-runtimes.md) — Runs isolated system environments using a container daemon for scalable deployment. ([source](https://docs.rockylinux.org/books/))
- [Containerized Server Deployments](https://awesome-repositories.com/f/devops-infrastructure/containerized-server-deployments.md) — Provides the ability to run isolated server instances on a single piece of hardware using containers. ([source](https://docs.rockylinux.org/books/incus_server/00-toc/))
- [Containerized Server Hosting](https://awesome-repositories.com/f/devops-infrastructure/containerized-server-hosting.md) — Facilitates the deployment and management of isolated server environments using container daemons.
- [Deployment Automation](https://awesome-repositories.com/f/devops-infrastructure/deployment-management-strategies/automation-and-tooling/deployment-automation.md) — Deploys software from a git repository using a structured and automated release process. ([source](https://docs.rockylinux.org/books/learning_ansible/05-deployments/))
- [Hierarchical Variable Management](https://awesome-repositories.com/f/devops-infrastructure/organization-configuration-management/configuration-file-organizers/hierarchical-variable-namespacing/hierarchical-variable-management.md) — Organizes system parameters into a layered structure to decouple environment data from execution logic.
- [Recurring Job Scheduling](https://awesome-repositories.com/f/devops-infrastructure/recurring-job-scheduling.md) — Provides a system for executing administrative tasks on a fixed daily timetable. ([source](https://docs.rockylinux.org/guides/automation/anacron/))
- [Remote File Deployment](https://awesome-repositories.com/f/devops-infrastructure/remote-file-deployment.md) — Copies local files to remote servers or downloads files from web sources to target hosts. ([source](https://docs.rockylinux.org/books/learning_ansible/03-working-with-files/))
- [Role-Based Configuration Modularization](https://awesome-repositories.com/f/devops-infrastructure/role-based-configuration-modularization.md) — Implements a hierarchical structure for roles and variables to manage complex infrastructure deployments. ([source](https://docs.rockylinux.org/books/learning_ansible/06-large-scale-infrastructure/))

### Operating Systems & Systems Programming

- [Custom Linux Installations](https://awesome-repositories.com/f/operating-systems-systems-programming/custom-linux-installations.md) — Provides an open-source enterprise Linux distribution and the automated tools to install it. ([source](https://docs.rockylinux.org/guides/))
- [Binary-Compatible Distributions](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/system-calls/system-call-mapping/binary-compatibility-interfaces/binary-compatible-distributions.md) — Maintains bug-for-bug binary compatibility with Red Hat Enterprise Linux to ensure identical software behavior.
- [Server Linux Distributions](https://awesome-repositories.com/f/operating-systems-systems-programming/custom-linux-distributions/server-linux-distributions.md) — Provides a professional operating system focused on stability and security for server and cloud infrastructure.
- [Boot & Startup Management](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/boot-startup-management.md) — Manages the boot process and initializes system services to ensure a reliable operating environment startup. ([source](https://docs.rockylinux.org/books/admin_guide/00-toc/))
- [Open-Source Enterprise Operating Systems](https://awesome-repositories.com/f/operating-systems-systems-programming/open-source-enterprise-operating-systems.md) — Offers a community-maintained operating system with enterprise-level capabilities without proprietary licensing.
- [Process Control Utilities](https://awesome-repositories.com/f/operating-systems-systems-programming/process-control-utilities.md) — Provides tools to monitor and manage running applications and tasks to optimize resource usage. ([source](https://docs.rockylinux.org/books/admin_guide/00-toc/))
- [Process Lifecycle Management](https://awesome-repositories.com/f/operating-systems-systems-programming/process-lifecycle-management.md) — Implements commands to stop, suspend, resume, or terminate processes using system signals. ([source](https://docs.rockylinux.org/books/admin_guide/08-process/))
- [Customized Installation Media](https://awesome-repositories.com/f/operating-systems-systems-programming/system-administration-maintenance/base-image-distributions/customized-installation-media.md) — Embeds configuration files into bootable ISO images to automate the initial operating system setup process. ([source](https://docs.rockylinux.org/guides/automation/kickstart-rocky/))
- [File System Management](https://awesome-repositories.com/f/operating-systems-systems-programming/system-administration-maintenance/file-system-management.md) — Provides tools and interfaces for creating and maintaining data structures on storage volumes. ([source](https://docs.rockylinux.org/books/admin_guide/00-toc/))
- [System Hostname Utilities](https://awesome-repositories.com/f/operating-systems-systems-programming/system-hostname-utilities.md) — Provides system utilities for retrieving and modifying the permanent network hostname and geographical location. ([source](https://docs.rockylinux.org/books/admin_guide/12-network/))
- [Shells & Scripting](https://awesome-repositories.com/f/operating-systems-systems-programming/terminal-command-line-environments/shells-scripting.md) — Provides a complete environment for writing and executing bash scripts to automate system administration. ([source](https://docs.rockylinux.org/books/))
- [User Group Administration](https://awesome-repositories.com/f/operating-systems-systems-programming/user-group-administration.md) — Changes a user's group ID or assigns group passwords to control privileges. ([source](https://docs.rockylinux.org/books/admin_guide/99-conclusions/))
- [Disk Partitioning Utilities](https://awesome-repositories.com/f/operating-systems-systems-programming/disk-partitioning-utilities.md) — Provides standard utilities for creating, resizing, and managing disk partitions on physical storage. ([source](https://docs.rockylinux.org/books/admin_guide/07-file-systems/))
- [File Archiving](https://awesome-repositories.com/f/operating-systems-systems-programming/file-archiving.md) — Ships standard utilities for bundling multiple files and directories into single archive files. ([source](https://docs.rockylinux.org/books/admin_guide/09-backups/))
- [Archive Extractions](https://awesome-repositories.com/f/operating-systems-systems-programming/file-archiving/archive-extractions.md) — Provides tools to extract specific files or entire contents from system archives. ([source](https://docs.rockylinux.org/books/admin_guide/09-backups/))
- [Filesystem Formatting](https://awesome-repositories.com/f/operating-systems-systems-programming/filesystem-formatting.md) — Initializes a partition with a specific file system type to enable file management. ([source](https://docs.rockylinux.org/books/admin_guide/07-file-systems/))
- [Filesystem Mounts](https://awesome-repositories.com/f/operating-systems-systems-programming/filesystem-mounts.md) — Implements the ability to attach formatted file systems to the directory tree for user access. ([source](https://docs.rockylinux.org/books/admin_guide/07-file-systems/))
- [Hard Link Management](https://awesome-repositories.com/f/operating-systems-systems-programming/hard-link-management.md) — Generates soft or hard links to provide multiple access points to a file. ([source](https://docs.rockylinux.org/books/admin_guide/07-file-systems/))
- [Startup Targets](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/boot-startup-management/startup-targets.md) — Supports the grouping of system units into dependency chains to manage various boot states. ([source](https://docs.rockylinux.org/books/admin_guide/10-boot/))
- [Operational State Management](https://awesome-repositories.com/f/operating-systems-systems-programming/operational-state-management.md) — Enables switching the operational environment between different targets, such as moving from CLI to GUI. ([source](https://docs.rockylinux.org/books/admin_guide/16-about-sytemd/))
- [File Template Generators](https://awesome-repositories.com/f/operating-systems-systems-programming/system-administration-maintenance/file-system-management/file-systems/file-template-generators.md) — Creates dynamic files on target hosts using a templating system to inject configuration variables. ([source](https://docs.rockylinux.org/books/learning_ansible/03-working-with-files/))
- [User Session Switching](https://awesome-repositories.com/f/operating-systems-systems-programming/user-session-switching.md) — Allows users to change the current active session to another user's identity and environment. ([source](https://docs.rockylinux.org/books/admin_guide/06-users/))
- [Template-Based Cloning](https://awesome-repositories.com/f/operating-systems-systems-programming/virtualization-emulation/virtualization-platforms/virtualization-technologies/virtual-machines/machine-cloning/template-based-cloning.md) — Clones and configures virtual machines from existing templates to automate the provisioning process. ([source](https://docs.rockylinux.org/guides/automation/templates-automation-packer-vsphere/))

### Part of an Awesome List

- [System Log Captures](https://awesome-repositories.com/f/awesome-lists/devops/logging-and-monitoring/system-log-captures.md) — Collects kernel and service output into structured binary stores for efficient searching and auditing. ([source](https://docs.rockylinux.org/books/admin_guide/10-boot/))
- [Permissions and Ownership](https://awesome-repositories.com/f/awesome-lists/devtools/file-and-directory-management/permissions-and-ownership.md) — Provides capabilities to modify file modes, ownership, and group assignments for files and directories. ([source](https://docs.rockylinux.org/books/admin_guide/06-users/))
- [Archive Content Listers](https://awesome-repositories.com/f/awesome-lists/data/compression-and-archiving/archive-content-listers.md) — Includes commands to list the contents and attributes of archives without extracting them. ([source](https://docs.rockylinux.org/books/admin_guide/09-backups/))
- [Incremental Synchronizations](https://awesome-repositories.com/f/awesome-lists/data/file-storage-and-sync/incremental-synchronizations.md) — Implements checksum-based incremental synchronization to minimize data transfer during file copies. ([source](https://docs.rockylinux.org/books/learning_rsync/01_rsync_overview/))
- [File Synchronization](https://awesome-repositories.com/f/awesome-lists/data/file-synchronization.md) — Provides robust tools for synchronizing files and directories between locations while minimizing data transfer. ([source](https://docs.rockylinux.org/books/))

### Development Tools & Productivity

- [Local Package Management](https://awesome-repositories.com/f/development-tools-productivity/local-package-management.md) — Provides capabilities to install, uninstall, and update software using local package files and databases. ([source](https://docs.rockylinux.org/books/admin_guide/13-softwares/))
- [Software Package Repositories](https://awesome-repositories.com/f/development-tools-productivity/software-package-repositories.md) — Integrates community-maintained software repositories to expand the availability of binary packages. ([source](https://docs.rockylinux.org/books/admin_guide/13-softwares/))
- [System Package Managers](https://awesome-repositories.com/f/development-tools-productivity/software-package-repositories/system-package-managers.md) — Ships a system package manager to maintain software components for operational functionality and security. ([source](https://docs.rockylinux.org/books/admin_guide/00-toc/))
- [Automation Action Collections](https://awesome-repositories.com/f/development-tools-productivity/automation-action-collections.md) — Supports the management of curated collections of reusable automation scripts and workflow actions. ([source](https://docs.rockylinux.org/books/learning_ansible/04-ansible-galaxy/))
- [Configuration File Generators](https://awesome-repositories.com/f/development-tools-productivity/configuration-generators/configuration-file-generators.md) — Renders templates using variables and loops to create customized system configuration files. ([source](https://docs.rockylinux.org/books/learning_ansible/09-working-with-jinja-template/))
- [SSH Directory Syncs](https://awesome-repositories.com/f/development-tools-productivity/local-file-syncing/ssh-directory-syncs.md) — Facilitates the transfer of files between local and remote systems over SSH. ([source](https://docs.rockylinux.org/books/learning_rsync/02_rsync_demo01/))
- [Conditional Task Execution](https://awesome-repositories.com/f/development-tools-productivity/parallel-execution/conditional-task-execution.md) — Executes specific tasks only when runtime criteria, such as OS type or file existence, are met. ([source](https://docs.rockylinux.org/books/learning_ansible/02-advanced/))

### Networking & Communication

- [Hostname Resolvers](https://awesome-repositories.com/f/networking-communication/dns-servers/hostname-resolvers.md) — Implements hostname resolution by mapping domain names to IP addresses using local tables and DNS servers. ([source](https://docs.rockylinux.org/books/admin_guide/12-network/))
- [Network Diagnostics](https://awesome-repositories.com/f/networking-communication/network-diagnostics.md) — Includes a suite of diagnostic tools to analyze network reachability and trace communication paths between hosts. ([source](https://docs.rockylinux.org/books/admin_guide/12-network/))
- [Network Connectivity Configurations](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-infrastructure-configuration/network-management/dns-connectivity-management/network-connectivity-configurations.md) — Enables the configuration of network interfaces and protocols to establish connectivity between system devices. ([source](https://docs.rockylinux.org/books/admin_guide/00-toc/))
- [Network Interface Management](https://awesome-repositories.com/f/networking-communication/network-interface-management.md) — Provides low-level command-line utilities to manage IP addresses, routing tables, and ARP entries. ([source](https://docs.rockylinux.org/books/admin_guide/12-network/))

### Security & Cryptography

- [Linux Security Hardening](https://awesome-repositories.com/f/security-cryptography/security/infrastructure-and-hardware/infrastructure-system-hardening/linux-security-hardening.md) — Implements strict access controls and security standards to harden the operating system against vulnerabilities.
- [File and Folder Permissions](https://awesome-repositories.com/f/security-cryptography/user-access-management/file-and-folder-permissions.md) — Sets access rights for users and groups using octal or symbolic modes. ([source](https://docs.rockylinux.org/books/admin_guide/07-file-systems/))
- [Sudo Policy Management](https://awesome-repositories.com/f/security-cryptography/route-protection/server-side-authorization/delegated-server-authorization/sudo-policy-management.md) — Grants specific root-level command execution privileges to ordinary users via policy files. ([source](https://docs.rockylinux.org/books/admin_guide/14-special-authority/))

### Software Engineering & Architecture

- [Declarative Configuration Systems](https://awesome-repositories.com/f/software-engineering-architecture/declarative-configuration-systems.md) — Uses declarative state configuration to define the desired system end state through reusable task sequences.
- [Configuration Variables](https://awesome-repositories.com/f/software-engineering-architecture/configuration-variables.md) — Defines primitive values and complex data structures to parameterize system configurations. ([source](https://docs.rockylinux.org/books/learning_ansible/02-advanced/))

### System Administration & Monitoring

- [Service Management](https://awesome-repositories.com/f/system-administration-monitoring/administrative-operations/service-and-infrastructure-management/service-management.md) — Provides tools to start, stop, restart, and enable background services to control the system's operational state. ([source](https://docs.rockylinux.org/books/admin_guide/10-boot/))
- [Severity Level Filtering](https://awesome-repositories.com/f/system-administration-monitoring/audit-log-filters/severity-level-filtering.md) — Controls system log output by filtering messages based on severity levels. ([source](https://docs.rockylinux.org/books/admin_guide/17-log/))
- [Audit Logging Systems](https://awesome-repositories.com/f/system-administration-monitoring/audit-logging-systems.md) — Implements frameworks for capturing and analyzing historical records of system activities. ([source](https://docs.rockylinux.org/books/admin_guide/17-log/))
- [Audit Logs](https://awesome-repositories.com/f/system-administration-monitoring/audit-logs.md) — Ships tools for recording, storing, and inspecting system and service event logs. ([source](https://docs.rockylinux.org/books/admin_guide/16-about-sytemd/))
- [Declarative System Automation](https://awesome-repositories.com/f/system-administration-monitoring/declarative-system-automation.md) — Executes repetitive system administration jobs across multiple hosts using a declarative automation engine. ([source](https://docs.rockylinux.org/books/learning_ansible/00-toc/))
- [Enterprise Software Management](https://awesome-repositories.com/f/system-administration-monitoring/enterprise-software-management.md) — Manages binary packages and application versions through modular repository streams to ensure enterprise stability.
- [Log Rotation Utilities](https://awesome-repositories.com/f/system-administration-monitoring/log-rotation-utilities.md) — Manages disk space by automatically splitting, compressing, or archiving old log files based on size and time. ([source](https://docs.rockylinux.org/books/admin_guide/17-log/))
- [Date-Based Log Filtering](https://awesome-repositories.com/f/system-administration-monitoring/logging-and-telemetry/log-search-engines/date-based-log-filtering.md) — Provides the ability to extract specific entries from system log files by matching the current date. ([source](https://docs.rockylinux.org/books/learning_bash/appendix/02-variables-logs/))
- [Process Activity Trackers](https://awesome-repositories.com/f/system-administration-monitoring/process-activity-trackers.md) — Provides real-time monitoring of running processes and their hardware resource consumption. ([source](https://docs.rockylinux.org/books/admin_guide/08-process/))
- [Socket Monitoring](https://awesome-repositories.com/f/system-administration-monitoring/socket-monitoring.md) — Offers tools to view active network connections, listening ports, and their associated system processes. ([source](https://docs.rockylinux.org/books/admin_guide/12-network/))
- [System Identity Configurations](https://awesome-repositories.com/f/system-administration-monitoring/system-identity-configurations.md) — Allows modification of global system settings such as hostname, locale, and keyboard layout. ([source](https://docs.rockylinux.org/books/admin_guide/16-about-sytemd/))
- [System Service Managers](https://awesome-repositories.com/f/system-administration-monitoring/system-service-managers.md) — Employs unit-based service management to control the lifecycle and dependencies of system services and hardware.
- [User Account Administration](https://awesome-repositories.com/f/system-administration-monitoring/user-account-administration.md) — Provides tools for managing user accounts and permissions to regulate system access. ([source](https://docs.rockylinux.org/books/admin_guide/00-toc/))
- [User Account Management](https://awesome-repositories.com/f/system-administration-monitoring/user-account-management.md) — Provides interfaces for locking/unlocking user accounts and setting password expiration policies. ([source](https://docs.rockylinux.org/books/admin_guide/06-users/))
- [User Group Management](https://awesome-repositories.com/f/system-administration-monitoring/user-group-management.md) — Provides tools for creating and removing functional user groups and managing membership. ([source](https://docs.rockylinux.org/books/admin_guide/06-users/))
- [Agentless Remote Management Tools](https://awesome-repositories.com/f/system-administration-monitoring/agentless-remote-management-tools.md) — Provides an agentless automation engine to execute administrative tasks on remote hosts via standard protocols.
- [Modular Stream Selection](https://awesome-repositories.com/f/system-administration-monitoring/application-version-pinning/modular-stream-selection.md) — Allows the selection of specific application versions and dependencies via modular repository streams. ([source](https://docs.rockylinux.org/books/admin_guide/13-softwares/))
- [Backup and Restore](https://awesome-repositories.com/f/system-administration-monitoring/backup-disaster-recovery/azure-backup-and-restore/backup-and-restore.md) — Archives system files and restores them from snapshots to prevent data loss. ([source](https://docs.rockylinux.org/books/admin_guide/00-toc/))
- [Operational Task Automation](https://awesome-repositories.com/f/system-administration-monitoring/operational-task-automation.md) — Executes sequences of commands from text files to automate repetitive administrative jobs. ([source](https://docs.rockylinux.org/books/learning_bash/00-toc/))
- [Recursive Directory Synchronization](https://awesome-repositories.com/f/system-administration-monitoring/recursive-directory-synchronization.md) — Updates directory trees by traversing subdirectories to synchronize nested files for backups. ([source](https://docs.rockylinux.org/books/learning_rsync/01_rsync_overview/))
- [Control Group Resource Limiting](https://awesome-repositories.com/f/system-administration-monitoring/resource-usage-limiters/control-group-resource-limiting.md) — Implements kernel-level control groups to limit CPU and memory consumption for isolated processes. ([source](https://docs.rockylinux.org/books/admin_guide/16-about-sytemd/))
- [System Fact Collection](https://awesome-repositories.com/f/system-administration-monitoring/system-fact-collection.md) — Collects hardware and software configuration variables from remote hosts to facilitate system analysis. ([source](https://docs.rockylinux.org/books/learning_ansible/01-basic/))
- [System Reboot Utilities](https://awesome-repositories.com/f/system-administration-monitoring/system-reboot-utilities.md) — Provides utilities to power off or reboot the system immediately or after a specified delay. ([source](https://docs.rockylinux.org/books/admin_guide/03-commands/))
- [Filesystem Integrity Repairs](https://awesome-repositories.com/f/system-administration-monitoring/system-repair-tools/filesystem-integrity-repairs.md) — Provides tools to check file system consistency and repair structural errors to prevent data loss. ([source](https://docs.rockylinux.org/books/admin_guide/07-file-systems/))
- [Task Automation Scripts](https://awesome-repositories.com/f/system-administration-monitoring/task-automation-scripts.md) — Provides the ability to write and execute sequences of commands using a shell interpreter. ([source](https://docs.rockylinux.org/books/learning_bash/01-first-script/))
- [Time Synchronization](https://awesome-repositories.com/f/system-administration-monitoring/time-synchronization.md) — Maintains accurate system clocks across the network using NTP for reliable authentication. ([source](https://docs.rockylinux.org/guides/automation/configuring_chrony/))
- [User Metadata Inspection](https://awesome-repositories.com/f/system-administration-monitoring/user-account-administration/user-metadata-inspection.md) — Allows inspection of user metadata, including unique identifiers and group memberships. ([source](https://docs.rockylinux.org/books/admin_guide/06-users/))

### Content Management & Publishing

- [System Configuration Templates](https://awesome-repositories.com/f/content-management-publishing/text-template-processing/system-configuration-templates.md) — Renders dynamic system files by injecting variables into predefined templates during deployment.

### Data & Databases

- [Container State Snapshots](https://awesome-repositories.com/f/data-databases/data-engineering-infrastructure/data-persistence-storage/data-persistence-management/snapshot-management-strategies/virtual-machine-snapshots/container-state-snapshots.md) — Captures the state of container instances to enable rapid recovery if a primary instance fails. ([source](https://docs.rockylinux.org/books/incus_server/00-toc/))
- [Logical Volume Management](https://awesome-repositories.com/f/data-databases/storage-abstraction/logical-volume-management.md) — Abstracts physical storage into volume groups to enable dynamic resizing and snapshots. ([source](https://docs.rockylinux.org/books/admin_guide/07-file-systems/))
