Last active
August 29, 2015 14:20
-
-
Save bloopletech/e6304d50c874d85862cf to your computer and use it in GitHub Desktop.
speed up boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Speedup for everyone: | |
sudo apt-get remove --purge --auto-remove gnome-user-share gnome-online-accounts gwibber zeitgeist zeitgeist-core zeitgeist-datahub zeitgeist-extension-fts unity-lens-files gnome-screensaver | |
#Open tracker-preferences, and remove your home directory and subdirectories from the inclusions list | |
#Click Apply | |
#Click the button in tracker preferences that removes all your indexes | |
#If you don't use evolution: | |
sudo apt-get remove --purge --auto-remove evolution evolution-data-server | |
#Systemd only: | |
sudo apt-get remove --purge --auto-remove rsyslog | |
sudo systemctl mask systemd-udev-settle.service | |
sudo systemctl mask NetworkManager-wait-online.service | |
#Open /etc/xdg/autostart/pulseaudio.desktop | |
#Comment out line Exec=start-pulseaudio-x11 so it reads #Exec=start-pulseaudio-x11 | |
#Add new Exec=/bin/true line | |
#Save file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment