Skip to content

Instantly share code, notes, and snippets.

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

@JohannesKahl
JohannesKahl / ns-inet.sh
Created December 17, 2018 10:14 — forked from dpino/ns-inet.sh
Setup a network namespace with Internet access
#!/usr/bin/env bash
set -x
NS="ns1"
VETH="veth1"
VPEER="vpeer1"
VETH_ADDR="10.200.1.1"
VPEER_ADDR="10.200.1.2"
package ubz.model;
import ubz.persistence.DotazioneLoader;
public class CassiereUbz extends Cassiere {
private Politiche politiche;
public CassiereUbz(DotazioneLoader loader) {
super(loader);
this.politiche = loader.getPolitiche();
@JohannesKahl
JohannesKahl / MATRIX.md
Created November 23, 2017 10:51 — forked from fstab/MATRIX.md
How to use matrix.org and vector.im as an IRC client

How to use matrix.org and vector.im as an IRC client

How to Join an IRC Channel on matrix.org

Join the room #freenode_<#channel>:matrix.org, replacing <#channel> with the name of the IRC channel. For example, in order to join the #prometheus IRC channel, join the room #freenode_#prometheus:matrix.org on matrix.org.

In vector.im, rooms can be joined with the directory symbol on the bottom left.

@JohannesKahl
JohannesKahl / dfm.conf
Created June 7, 2015 08:58
My config file for dfilemanager
[General]
pathVisible=true
pos=@Point(189 203)
size=@Size(817 569)
windowState=@ByteArray(\0\0\0\xff\0\0\0\x1\xfd\0\0\0\0\0\0\x3\x31\0\0\x2\x1c\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x16\0v\0i\0\x65\0w\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
tabWindowState=@ByteArray(\0\0\0\xff\0\0\0\x1\xfd\0\0\0\x3\0\0\0\0\0\0\0\x99\0\0\x2\x1c\xfc\x2\0\0\0\x1\xfb\0\0\0\x12\0\x42\0o\0o\0k\0m\0\x61\0r\0k\0s\x1\0\0\0\0\0\0\x2\x1c\0\0\0\x44\0\xff\xff\xff\0\0\0\x1\0\0\x1\0\0\0\x1\x9e\xfc\x2\0\0\0\x1\xfb\0\0\0\x1c\0R\0\x65\0\x63\0\x65\0n\0t\0 \0\x46\0o\0l\0\x64\0\x65\0r\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0V\0\xff\xff\xff\0\0\0\x3\0\0\x3\x31\0\0\0T\xfc\x1\0\0\0\x1\xfb\0\0\0\x16\0I\0n\0\x66\0o\0r\0m\0\x61\0t\0i\0o\0n\0\0\0\0\0\xff\xff\xff\xff\0\0\0\xc5\0\xff\xff\xff\0\0\x2\x97\0\0\x2\x1c\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
statusVisible=false
pathEditable=false
menuVisible=true
startPath=/home/hombre
@JohannesKahl
JohannesKahl / 0_reuse_code.js
Last active August 29, 2015 14:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console