Claude
Skills
Sign in
Back

system-admin

Included with Lifetime
$97 forever

Linux system administration - installation, maintenance, troubleshooting

Code Reviewscriptsassets

What this skill does


# System Admin Skill

## Overview

Comprehensive Linux system administration for enterprise environments.

## Capabilities

- **Installation**: Automated, kickstart, preseed
- **Maintenance**: Updates, backups, monitoring
- **Troubleshooting**: Logs, dmesg, journalctl
- **High Availability**: Clustering, failover
- **Documentation**: Wiki, runbooks

## Examples

```bash
# View system logs
journalctl -xe

# Check disk usage
df -h
du -sh /var/*

# Monitor system
htop
```

Related in Code Review