1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-07-26 22:51:53 -04:00

Increase Fedora compression level to zstd 3

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-13 23:11:52 -07:00
parent 9b3575d9a0
commit ef33e52af4
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -24,6 +24,9 @@ unpriv(){
sudo -u nobody "$@"
}
# Increase compression level
sudo sed -i 's/zstd:1/zstd:3/g' /etc/fstab
# Compliance
sudo systemctl mask debug-shell.service
sudo systemctl mask kdump.service