Skip to content

tramseyer/ubuntu-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debloating

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

Passmark

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

Yocto / BitBake

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

About

Helper scripts for Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages