Last active
October 29, 2020 23:50
-
-
Save toshi75/3295c4f66f7c341e7ca29c5c61b56fc6 to your computer and use it in GitHub Desktop.
Kill gnome trackers
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
killthem (){ | |
#https://www.linuxuprising.com/2019/07/how-to-completely-disable-tracker.html | |
# No need to be "SU" | |
systemctl --user mask tracker-store.service \ | |
tracker-miner-fs.service \ | |
tracker-miner-rss.service \ | |
tracker-extract.service \ | |
tracker-miner-apps.service \ | |
tracker-writeback.service | |
tracker reset --hard | |
} | |
and ... | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment