Claude
Skills
Sign in
Back

specialized

Included with Lifetime
$97 forever

Linux specialized topics - kernel, security hardening, performance

Securityscriptsassets

What this skill does


# Specialized Skill

## Overview

Advanced Linux topics including kernel configuration, security hardening, and performance tuning.

## Capabilities

- **Kernel**: Configuration, modules, parameters
- **Security**: SELinux, AppArmor, hardening
- **Performance**: Tuning, profiling, optimization
- **Filesystems**: ext4, XFS, ZFS, Btrfs
- **Storage**: LVM, RAID, NVMe

## Examples

```bash
# Check kernel version
uname -r

# View kernel parameters
sysctl -a | grep vm

# Security audit
sudo lynis audit system
```

Related in Security