Linux
Download and verify iso
wget http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/SHA256SUMS.gpg
wget http://cdimage.ubuntu.com/ubuntu/releases/18.04/release/SHA256SUMS
gpg2 --recv-keys 0x46181433FBB75451 0xD94AA3F0EFE21092
gpg2 --verify SHA256SUMS.gpg SHA256SUMS
sha256sum -c SHA256SUMS 2>&1 | grep OK
Updates and upgrades
cat <<EOF > /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "1";
APT::Periodic::Unattended-Upgrade "1";
EOF
Ionotify
https://github.com/mikesart/inotify-info
Table of contents
- APT
- Bash
- Bash Scripting
- Benchmarking
- CLI Tools
- CRON
- Curl
- Disk Images
- Encryption - Sops and Age
- Find
- Grep/awk/sed
- Gzip / pigz
- IPv6
- LUKS cryptsetup
- LVM
- Locales
- Lynis
- NFS
- Portscanning (Nmap)
- Resource monitoring
- Rsync
- SSH
- SSH Session logging
- SSH Sessions with AUTH SOCK
- SSH via proxy
- Samba / CIFS
- Sensors and power
- Smartctl
- Storage
- Sudo
- Swap
- Systemd
- Webhook
- Wipe / shred
- fstab