So the other day I wanted to remove ads on my Android phone, but apparently you can't install extensions on Android chromium and I didn't feel like using Firefox for that.
Since I use non …
-
Introducing dns-blackhole
-
What's using swap
If like me you're bored of looping over all
/proc/<pid>/statusfiles to find which application is actually using swap, here a tinypythonscript to ease the task.The script outputs a list …
-
Easy git access control - Part 2 - more granularity
In my previous post i talked about how to easily manage write permissions on a
gitrepository.
As i said, the script could easily be extented to provide more granularity.
Here comes an improved version …
-
Easy git access control
Basic access to a
gitrepository is fairly easy.
You specify--sharedwhen initializing yourbarerepository,chgrp <your group>to the repository directory and your done. Now everyone in<your group>has read and …