Skip to content

Instantly share code, notes, and snippets.

View jpauwels's full-sized avatar

Johan Pauwels jpauwels

View GitHub Profile
@jpauwels
jpauwels / # mongodb - 2018-03-18_15-11-58.txt
Created March 18, 2018 15:14
mongodb on 3.10.0-514.2.2.el7.x86_64 - Homebrew build logs
Homebrew build logs for mongodb on 3.10.0-514.2.2.el7.x86_64
Build date: 2018-03-18 15:11:58
@jpauwels
jpauwels / # gcc@6 - 2018-02-16_18-55-11.txt
Created February 17, 2018 00:11
gcc@6 on 3.10.0-693.11.6.el7.x86_64 - Homebrew build logs
Homebrew build logs for gcc@6 on 3.10.0-693.11.6.el7.x86_64
Build date: 2018-02-16 18:55:11
@jpauwels
jpauwels / # ghc - 2018-02-16_12-20-41.txt
Created February 16, 2018 12:22
ghc on 3.10.0-514.2.2.el7.x86_64 - Homebrew build logs
Homebrew build logs for ghc on 3.10.0-514.2.2.el7.x86_64
Build date: 2018-02-16 12:20:41
@jpauwels
jpauwels / install_pdftk.sh
Last active May 23, 2017 12:30 — forked from dentarg/install_pdftk.sh
Install PDFTk without touching up the permissions
#!/usr/bin/env bash
# This is based on this excellent gist https://gist.github.com/jvenator/9672772a631c117da151
# Nothing of this is my original work, except that I made the download link an argument
# to this script, so it installs on OSX 10.11
#
# Thank you jvenator & sethetter
set -e
error() { info "$1"; exit 1; }