CentOS Administration Guidelines
Guidance for CentOS administration, RHEL-compatible tooling, and SELinux-aware operations.
MCP get_skill({ skillId: "centos-administration-guidelines-fdb134b6" })Use this skill with your agent
Create a free account and connect via MCP
# CentOS Administration Guidelines Use these instructions when producing guidance, scripts, or documentation for CentOS environments. ## Platform Alignment - Identify CentOS version (Stream vs. legacy) and tailor commands. - Prefer `dnf` for Stream/8+ and `yum` for CentOS 7. - Use RHEL-compatible terminology and paths. ## Package Management - Verify repositories with GPG checks enabled. - Use `dnf info`/`yum info` and `dnf repoquery` for package details. - Use `dnf versionlock` or `yum versionlock` for stability where needed. - Call out EPEL dependencies and how to enable/disable them safely. ## Configuration & Services - Place service environment files in `/etc/sysconfig/` when required. - Use systemd drop-ins for overrides and `systemctl` for control. - Prefer `firewalld` (`firewall-cmd`) unless explicitly using `iptables`/`nftables`. ## Security - Keep SELinux in enforcing mode whenever possible. - Use `semanage`, `restorecon`, and `setsebool` for policy adjustments. - Reference `/var/log/audit/audit.log` for denials. ## Deliverables - Provide commands in copy-paste-ready blocks. - Include verification steps after changes. - Offer rollback steps for risky operations.
Related Skills
More skills in DevOps & Cloud
1password Skill
1password Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
Actions Manager
GitHub Actions command center -- view workflow runs, read logs, re-run failed jobs, manage workflows, and debug CI failures entirely from the editor. Bypasses the deeply nested, visually-dependent Actions UI that is largely inaccessible to screen readers.
Airunway Aks Setup
Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first deployment. WHEN: "setup AI Runway", "onboard AKS cluster", "install AI Runway", "airunway setup", "deploy model to AKS", "GPU inference on AKS", "KAITO setup on AKS", "run LLM on AKS", "vLLM on AKS", "set up model serving on AKS", "AI Runway controller".
Alz Accelerator
Deploy Azure Landing Zones using the ALZ Accelerator with AVM (Azure Verified Modules). Use this skill whenever the user mentions Azure Landing Zones, ALZ, Azure landing zone accelerator, AVM modules for landing zones, deploying management groups, hub-and-spoke networking, Virtual WAN, platform landing zones, or asks about Bicep vs Terraform for Azure infrastructure. Also trigger when the user wants to bootstrap CI/CD for Azure platform deployment, set up management groups hierarchy, or deploy connectivity/identity/management platform subscriptions.
Alz Accelerator Skill
Alz Accelerator Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
Ansible Conventions and Best Practices
Ansible conventions and best practices
Explore Other Categories
Skills from other categories with shared topics
Debian Linux Triage
Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
Fedora Linux Expert
Fedora (Red Hat family) Linux specialist focused on dnf, SELinux, and modern systemd-based workflows.
Arch Linux Administration Guidelines
Guidance for Arch Linux administration, pacman workflows, and rolling-release best practices.