Skip to content

Instantly share code, notes, and snippets.

View obfusk's full-sized avatar
🏳️‍🌈
hacking ⇒ ¬sleeping 😸

FC (Fay) Stegerman obfusk

🏳️‍🌈
hacking ⇒ ¬sleeping 😸
View GitHub Profile
@obfusk
obfusk / FREEDOM.md
Last active December 23, 2015 11:39
fsfe Freiheit! flyer translated to Dutch and English

Freedom!

What Free Software and tools have in common

A comparison

Free Software gives us essential freedom that other software denies

@obfusk
obfusk / canonpath.bash
Last active December 17, 2015 17:39
bash functions (hereby public domain)
# Usage: canonpath <path>
# No physical check on the filesystem, but a logical cleanup of a
# path.
# Uses perl.
function canonpath ()
{ perl -MFile::Spec -e 'print File::Spec->canonpath($ARGV[0])' "$1"; }
@obfusk
obfusk / README.md
Last active December 17, 2015 17:38
test VM: vagrant, etckeeper, postgresql, mongodb, ...

[]: {{{1

File        : README.md
Maintainer  : Felix C. Stegerman <[email protected]>
Date        : 2013-05-25

[]: }}}1

Host

[]: {{{1