linux-administration

Core Linux system administration skills.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linux-administration" with this command: npx skills add bagelhole/devops-security-agent-skills/bagelhole-devops-security-agent-skills-linux-administration

Linux Administration

Core Linux system administration skills.

Package Management

Debian/Ubuntu

apt update && apt upgrade -y apt install nginx apt remove nginx apt autoremove

RHEL/CentOS

dnf update dnf install nginx dnf remove nginx

System Information

uname -a # Kernel info hostnamectl # System info lscpu # CPU info free -h # Memory usage df -h # Disk usage ip addr # Network interfaces

Log Management

journalctl -u nginx # Service logs journalctl -f # Follow logs tail -f /var/log/syslog # System logs dmesg # Kernel messages

Process Management

ps aux | grep nginx top / htop kill -9 <pid> pgrep nginx pkill nginx

Best Practices

  • Regular updates

  • Minimal installed packages

  • Proper file permissions

  • Log rotation configuration

  • Automated backups

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

sops-encryption

No summary provided by upstream source.

Repository SourceNeeds Review
Security

linux-hardening

No summary provided by upstream source.

Repository SourceNeeds Review
Security

windows-server

No summary provided by upstream source.

Repository SourceNeeds Review