62 lines
827 B
YAML
62 lines
827 B
YAML
---
|
|
system_packages:
|
|
essential:
|
|
- curl
|
|
- wget
|
|
- git
|
|
- vim
|
|
- gnupg
|
|
- ca-certificates
|
|
- openssl
|
|
- apt-transport-https
|
|
- iproute2
|
|
- net-tools
|
|
- unzip
|
|
- tree
|
|
- bash-completion
|
|
- tmux
|
|
- rsync
|
|
- lm-sensors
|
|
- strace
|
|
- ltrace
|
|
- lsscsi
|
|
- lshw
|
|
- jq
|
|
- yq
|
|
- socat
|
|
- netcat-traditional
|
|
- vmtouch
|
|
- gdb
|
|
- gcc
|
|
- cron
|
|
- just
|
|
- bat
|
|
monitoring:
|
|
- htop
|
|
- atop
|
|
- psmisc # pstree
|
|
- iotop
|
|
- nethogs
|
|
- nload
|
|
- sysstat
|
|
- dstat
|
|
- smartmontools
|
|
- tcpdump
|
|
- conntrack
|
|
- bpftool
|
|
- bpftrace
|
|
- bpfcc-tools
|
|
- nmap
|
|
- iftop
|
|
- iperf3
|
|
- linux-perf
|
|
- fio
|
|
- traceroute
|
|
- mtr
|
|
- ngrep
|
|
- tcpflow
|
|
security:
|
|
- auditd
|
|
- fail2ban
|
|
- nftables
|