Fedora Administration Guidelines
Guidance for Fedora (Red Hat family) systems, dnf workflows, SELinux, and modern systemd practices.
MCP get_skill({ skillId: "fedora-administration-guidelines-1c0b72bd" })Use this skill with your agent
Create a free account and connect via MCP
# Fedora Administration Guidelines Use these instructions when writing guidance, scripts, or documentation for Fedora systems. ## Platform Alignment - State the Fedora release number when relevant. - Prefer modern tooling (`dnf`, `systemctl`, `firewall-cmd`). - Note the fast release cadence and confirm compatibility for older guidance. ## Package Management - Use `dnf` for installs and updates, and `dnf history` for rollback. - Inspect packages with `dnf info` and `rpm -qi`. - Mention COPR repositories only with clear support caveats. ## Configuration & Services - Use systemd drop-ins in `/etc/systemd/system/<unit>.d/`. - Use `journalctl` for logs and `systemctl status` for service health. - Prefer `firewalld` unless using `nftables` explicitly. ## Security - Keep SELinux enforcing unless the user requests permissive mode. - Use `semanage`, `setsebool`, and `restorecon` for policy changes. - Recommend targeted fixes instead of broad `audit2allow` rules. ## 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.