Skip to content

Instantly share code, notes, and snippets.

@ccoenen
ccoenen / keybase.md
Created January 23, 2015 20:15
Keybase

Keybase proof

I hereby claim:

  • I am ccoenen on github.
  • I am amenthes (https://keybase.io/amenthes) on keybase.
  • I have a public key whose fingerprint is AC0E EF09 8692 337D C2DF 08AC 1643 AC59 BD9B 1572

To claim this, I am signing this object:

@ccoenen
ccoenen / upnp2mrtg.sh
Last active August 29, 2015 14:06
upnp2mrtg fork
#!/bin/bash
#
# MINOR CHANGES IN THIS VERSION, NOT ACTUALLY THE ORIGINAL RELEASE!
#
# upnp2mrtg - Monitoring AVM Fritz!Box With MRTG
# This versions have been reported as working: 3030, 5050, 7050, 7141 and 7170
#
# Copyright (C) 2005 Michael Tomschitz <michael.tomschitz@ANetzB.de>
#
# This program is free software; you can redistribute it and/or modify
@ccoenen
ccoenen / .gitconfig
Created May 14, 2014 15:04
Git Configuration (Windows)
[user]
name = My Awesome name
[core]
excludesfile = c:/Users/....../.gitignore_global
editor = 'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -nosession -noPlugin
autocrlf = false
[push]
default = simple