Ubuntu/Apt Rules
Debian and Ubuntu package management with apt. Install, update, remove packages, and manage system repositories.
3 rules
Ubuntu apt Package Management Rules
Beginner
Enforce safe apt practices — always update before install, pin critical packages, use official repositories, clean up unused dependencies, and verify package authenticity.
globs: **/*.sh, **/apt/**, **/sources.list*
apt, package-management, versioning, repositories
View Rule
Ubuntu Server Baseline Configuration
Beginner
Enforce minimum security baseline for Ubuntu servers — UFW enabled, SSH hardened, automatic updates configured, fail2ban installed, and unnecessary services disabled.
globs: **/sshd_config, **/ufw/**, **/*.sh
baseline, security, hardening, checklist
View Rule
Ubuntu systemd Service Standards
Intermediate
Enforce Ubuntu service management standards — systemd unit file requirements, security directives, logging with journald, restart policies, and dependency ordering.
globs: **/*.service, **/systemd/**
systemd, services, security, resource-limits
View Rule