Skip to content

Instantly share code, notes, and snippets.

View quentinsf's full-sized avatar

Quentin Stafford-Fraser quentinsf

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quentinsf
quentinsf / keybase.md
Created April 17, 2015 14:30
Keybase identity confirmation for quentinsf

Keybase proof

I hereby claim:

  • I am quentinsf on github.
  • I am quentinsf (https://keybase.io/quentinsf) on keybase.
  • I have a public key whose fingerprint is C942 5A7C 8AF7 E7BD F660 8266 4D9D 1DE6 4910 011F

To claim this, I am signing this object:

@quentinsf
quentinsf / docker-registry.conf
Created July 1, 2014 13:21
Nginx, uwsgi and docker registry
server {
server_name docker-registry.mycompany.co.uk ;
listen 80;
# required to avoid HTTP 411: see Issue #1486 (https://github.com/dotcloud/docker/issues/1486)
chunked_transfer_encoding on;
# disable any limits to avoid HTTP 413 for large image uploads
client_max_body_size 0;
@quentinsf
quentinsf / sshput
Created May 18, 2012 11:12
sshput - copy an ssh id into the authorized keys on a remote machine
#!/bin/sh
# sshput <remotehost>
#
# Puts your local DSA public key into the .ssh/authorized_keys
# on a remote machine. This should allow you to login without
# needing a password.
#
# This software comes with no guarantees whatsoever, and is yours to
# do with as you will. I'd be grateful if you feed any generally-useful
# improvements back to me, for the benefit of others.
@quentinsf
quentinsf / brew_install_gtk_output.log
Created February 15, 2012 11:42
Output of brew install -v gtk+
$ brew install -v gtk+
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.10.tar.xz
File already downloaded in /Users/qsf/Library/Caches/Homebrew
xz -dc /Users/qsf/Library/Caches/Homebrew/gtk+-2.24.10.tar.xz | /usr/bin/tar xf -
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk+/2.24.10 --disable-glibtest --disable-introspection
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk+/2.24.10 --disable-glibtest --disable-introspection
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no