Skip to content

Instantly share code, notes, and snippets.

@toshi75
Last active October 29, 2020 23:50
Show Gist options
  • Save toshi75/3295c4f66f7c341e7ca29c5c61b56fc6 to your computer and use it in GitHub Desktop.
Save toshi75/3295c4f66f7c341e7ca29c5c61b56fc6 to your computer and use it in GitHub Desktop.
Kill gnome trackers
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