8 lines
435 B
Bash
Executable File
8 lines
435 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# Stuff I always want installed. Not much. 200MB (?)
|
|
|
|
apt install -y lsof bash-completion libpam-systemd dbus rbd-nbd golang-go git screen vim ethstatus iftop ethtool sysstat
|
|
apt install -y traceroute whois devscripts automake libtool devscripts nmap clang rsync bind9utils dnsutils net-tools
|
|
apt install -y tcpdump wget curl iputils-ping pciutils iptables sysbench man usbutils ssh neofetch bc lshw telnet hdparm vrms
|