Debian Linux Administration Guidelines
Guidance for Debian-based Linux administration, apt workflows, and Debian policy conventions.
MCP get_skill({ skillId: "debian-linux-administration-guidelines-5340fe2d" })Use this skill with your agent
Create a free account and connect via MCP
# Debian Linux Administration Guidelines Use these instructions when writing guidance, scripts, or documentation intended for Debian-based systems. ## Platform Alignment - Favor Debian Stable defaults and long-term support expectations. - Call out the Debian release (`bookworm`, `bullseye`, etc.) when relevant. - Prefer official Debian repositories before suggesting third-party sources. ## Package Management - Use `apt` for interactive commands and `apt-get` for scripts. - Inspect packages with `apt-cache policy`, `apt show`, and `dpkg -l`. - Use `apt-mark` to track manual vs. auto-installed packages. - Document any apt pinning in `/etc/apt/preferences.d/` and explain why. ## Configuration & Services - Store configuration under `/etc` and avoid modifying `/usr` files directly. - Use systemd drop-ins in `/etc/systemd/system/<unit>.d/` for overrides. - Prefer `systemctl` and `journalctl` for service control and logs. - Use `ufw` or `nftables` for firewall guidance; state which is expected. ## Security - Account for AppArmor profiles and mention adjustments if needed. - Recommend least-privilege `sudo` use and minimal package installs. - Include verification commands after security changes. ## Deliverables - Provide commands in copy-paste-ready blocks. - Include validation steps after changes. - Offer rollback steps for destructive actions.
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
Arch Linux Administration Guidelines
Guidance for Arch Linux administration, pacman workflows, and rolling-release best practices.
.NET Framework Development
Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices.
.NET Framework Upgrade Specialist
Specialized agent for comprehensive .NET framework upgrades with progressive tracking and validation