Skip to content

Instantly share code, notes, and snippets.

View artifexor's full-sized avatar

Artifex Maximus artifexor

View GitHub Profile
@artifexor
artifexor / treewalker.py
Created November 26, 2017 15:52 — forked from chrK/treewalker.py
Python: Treewalker
# -*- coding: utf-8 -*-
import os
import fnmatch
import re
root = os.getcwd()
includes = ['includes', ] # For files only.

Disabling GNOME Tracker and Other Info

GNOME's tracker is a CPU and privacy hog. There's a pretty good case as to why it's neither useful nor necessary here: http://lduros.net/posts/tracker-sucks-thanks-tracker/

After discovering it chowing 2 cores, I decided to go about disabling it.

Directories