Skip to content

Instantly share code, notes, and snippets.

@rub1cc
Created July 7, 2018 00:47
Show Gist options
  • Save rub1cc/16e433c07db7f2066812b22ccc4c8693 to your computer and use it in GitHub Desktop.
Save rub1cc/16e433c07db7f2066812b22ccc4c8693 to your computer and use it in GitHub Desktop.
Disable some services to reduce memory usage on Fedora 28
# Disable some services
mkdir /usr/libexec/disabled
mv -v /usr/libexec/gsd-* /usr/libexec/disabled
mv -v /usr/libexec/evolution-* /usr/libexec/disabled
mv -v /usr/libexec/tracker-* /usr/libexec/disabled
# Stop autostart for some services
mkdir /etc/xdg/autostart/disabled
mv -v /etc/xdg/autostart/gnome-software.desktop /etc/xdg/autostart/disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment