Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Last active January 20, 2025 00:58
Show Gist options
  • Save jfeilbach/f06bb8408626383a083f68276fa4df8a to your computer and use it in GitHub Desktop.
Save jfeilbach/f06bb8408626383a083f68276fa4df8a to your computer and use it in GitHub Desktop.
Make Linux fast

In /etc/default/grub, modify:

noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off 

Then sudo update-grub

from https:// make-linux-fast-again.com/ This domain does not seem to be maintained any longer.

noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off
@Skourge01
Copy link

What about systemd?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment