V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 54s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 54s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -517,57 +517,117 @@ security:
|
||||
# Software installation
|
||||
################################################################################################################################
|
||||
software:
|
||||
##############################################################################################################################
|
||||
### Installed by 4000_debootstrap.sh
|
||||
##############################################################################################################################
|
||||
# bash
|
||||
# ca-certificates
|
||||
# coreutils
|
||||
# e2fsprogs
|
||||
# kmod
|
||||
# locales
|
||||
# nano
|
||||
# openssl
|
||||
# passwd
|
||||
# procps
|
||||
# sed
|
||||
# tar
|
||||
# tzdata
|
||||
# util-linux
|
||||
# vim-common
|
||||
##############################################################################################################################
|
||||
### Installed by 4110_update_sources.sh
|
||||
##############################################################################################################################
|
||||
# unattended-upgrades
|
||||
##############################################################################################################################
|
||||
### Installed by 4130_installation_toolset.sh
|
||||
##############################################################################################################################
|
||||
# apt-show-versions
|
||||
# bc
|
||||
# bind9-dnsutils
|
||||
# bsdmainutils
|
||||
# btrfs-progs
|
||||
# busybox
|
||||
# bzip2
|
||||
# cryptsetup
|
||||
# cryptsetup-initramfs
|
||||
# dirmngr
|
||||
# dmsetup
|
||||
# dosfstools
|
||||
# efibootmgr
|
||||
# fdisk
|
||||
# file
|
||||
# gawk
|
||||
# gdisk
|
||||
# gnupg
|
||||
# grep
|
||||
# gzip
|
||||
# haveged
|
||||
# initramfs-tools
|
||||
# iproute2
|
||||
# iputils-ping
|
||||
# jq
|
||||
# kbd
|
||||
# keyutils
|
||||
# libpam-pwquality
|
||||
# logrotate
|
||||
# lsb-release
|
||||
# parted
|
||||
# pciutils
|
||||
# pwgen
|
||||
# sudo
|
||||
# tar
|
||||
# tree
|
||||
# unzip
|
||||
# usbutils
|
||||
# wget
|
||||
# whois
|
||||
# zsh
|
||||
# zstd
|
||||
##############################################################################################################################
|
||||
### Installed by 4140_installation_microcode.sh
|
||||
##############################################################################################################################
|
||||
# amd64-microcode
|
||||
# intel-microcode
|
||||
##############################################################################################################################
|
||||
### Installed by 4150_installation_chrony.sh
|
||||
##############################################################################################################################
|
||||
# chrony
|
||||
##############################################################################################################################
|
||||
### Installed by 4230_update_grub.sh
|
||||
##############################################################################################################################
|
||||
# grub2
|
||||
# grub2-common
|
||||
# grub-efi-amd64 || grub-efi-arm64 || grub-efi-ia32
|
||||
##############################################################################################################################
|
||||
### Installed by 4310_dropbear_build.sh
|
||||
##############################################################################################################################
|
||||
# dropbear
|
||||
# dropbear-initramfs
|
||||
##############################################################################################################################
|
||||
### Installed by 4420_installation_ssh.sh
|
||||
##############################################################################################################################
|
||||
# ssh
|
||||
##############################################################################################################################
|
||||
# core software
|
||||
##############################################################################################################################
|
||||
- apt-show-versions
|
||||
- apt-transport-https
|
||||
- apt-utils
|
||||
- bash
|
||||
- bash-completion
|
||||
- bat
|
||||
- bind9-dnsutils
|
||||
- bc
|
||||
- ca-certificates
|
||||
- coreutils
|
||||
- debconf
|
||||
- debconf-utils
|
||||
- dialog
|
||||
- efibootmgr
|
||||
- fzf
|
||||
- gawk
|
||||
- git
|
||||
- grub2
|
||||
- grub2-common
|
||||
- knot-dnssecutils
|
||||
- knot-dnsutils
|
||||
- libpam-google-authenticator
|
||||
- libpam-pwquality
|
||||
- locate
|
||||
- logrotate
|
||||
- lsb-release
|
||||
- nano
|
||||
- openssl
|
||||
- rsyslog
|
||||
- screen
|
||||
- shellcheck
|
||||
- software-properties-common
|
||||
- spectre-meltdown-checker
|
||||
- ssh
|
||||
- sudo
|
||||
- sysstat
|
||||
- tree
|
||||
#- unattended-upgrades
|
||||
- whois
|
||||
- zsh
|
||||
## software dev
|
||||
#- build-essential
|
||||
#- clang
|
||||
#- debootstrap
|
||||
#- linux-source
|
||||
#- lld
|
||||
#- makedev
|
||||
#- ssl-cert
|
||||
##############################################################################################################################
|
||||
# documentation
|
||||
##############################################################################################################################
|
||||
@@ -577,18 +637,12 @@ software:
|
||||
##############################################################################################################################
|
||||
# encryption
|
||||
##############################################################################################################################
|
||||
- dirmngr
|
||||
- gnupg
|
||||
- haveged
|
||||
- pollinate
|
||||
##############################################################################################################################
|
||||
# files
|
||||
##############################################################################################################################
|
||||
- curl
|
||||
- rsnapshot
|
||||
- rsync
|
||||
- unzip
|
||||
- wget
|
||||
- zip
|
||||
##############################################################################################################################
|
||||
# malware detection
|
||||
@@ -603,38 +657,19 @@ software:
|
||||
- dhcpdump
|
||||
- dhcping
|
||||
- iftop
|
||||
- iproute2
|
||||
- iputils-ping
|
||||
- mtr
|
||||
- ncat
|
||||
- net-tools
|
||||
- nmap
|
||||
- tshark
|
||||
- ufw
|
||||
##############################################################################################################################
|
||||
# parser
|
||||
##############################################################################################################################
|
||||
#- jq
|
||||
#- yq
|
||||
##############################################################################################################################
|
||||
# partitioning
|
||||
##############################################################################################################################
|
||||
- btrfs-progs
|
||||
- cryptsetup
|
||||
- cryptsetup-nuke-password
|
||||
- dmsetup
|
||||
- dosfstools
|
||||
- fdisk
|
||||
- gdisk
|
||||
- lvm2
|
||||
- mdadm
|
||||
- parted
|
||||
##############################################################################################################################
|
||||
# password
|
||||
##############################################################################################################################
|
||||
- keychain
|
||||
- makepasswd
|
||||
- pwgen
|
||||
- wamerican
|
||||
- wbritish
|
||||
- wfrench
|
||||
@@ -643,6 +678,18 @@ software:
|
||||
# security
|
||||
##############################################################################################################################
|
||||
- fail2ban
|
||||
- ufw
|
||||
##############################################################################################################################
|
||||
# sw dev
|
||||
##############################################################################################################################
|
||||
#- build-essential
|
||||
#- clang
|
||||
#- debootstrap
|
||||
#- linux-source
|
||||
#- lld
|
||||
#- makedev
|
||||
- shellcheck
|
||||
#- ssl-cert
|
||||
##############################################################################################################################
|
||||
# tools
|
||||
##############################################################################################################################
|
||||
@@ -676,7 +723,6 @@ ntp:
|
||||
- "ptbtime2.ptb.de"
|
||||
- "ptbtime1.ptb.de"
|
||||
- "ntp13.metas.ch"
|
||||
- "ntp1.tecnico.ulisboa.pt"
|
||||
- "time-c-b.nist.gov"
|
||||
- "sth1.ntp.se"
|
||||
- "ntp0.fau.de"
|
||||
|
||||
Reference in New Issue
Block a user