Helper script to cleanup fresh Ubuntu 22.04 and 24.04 servers:
wget -qO- https://raw.githubusercontent.com/tramseyer/ubuntu-scripts/master/setup.sh | bash
Credits to Ubuntu 22.04 Annoyances
Helper script for getting and running Passmark without having to install dependencies on Ubuntu servers with default packages (such as the ones from Hetzner Cloud):
wget -qO- https://raw.githubusercontent.com/tramseyer/ubuntu-scripts/master/passmark.sh | bash
Also install dependencies (useful for Ubuntu Docker images):
wget -qO- https://raw.githubusercontent.com/tramseyer/ubuntu-scripts/master/passmark.sh | bash -s -- -i
Ubuntu AppArmor configuration for Yocto / BitBake (required with Ubuntu 24.04):
wget -qO- https://raw.githubusercontent.com/tramseyer/ubuntu-scripts/master/apparmor-bitbake.sh | bash
wget https://raw.githubusercontent.com/tramseyer/ubuntu-scripts/master/apparmor-bitbake.yml
Credits to Python can't write to /proc files
Discussion on Workaround for uid_map error on Ubuntu 24.04