Skip to content

Instantly share code, notes, and snippets.

View brendanjerwin's full-sized avatar

Brendan Erwin brendanjerwin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am brendanjerwin on github.
  • I am brendanjerwin (https://keybase.io/brendanjerwin) on keybase.
  • I have a public key whose fingerprint is 5E04 F1B8 31AB 94D3 8228 8021 6A9A 6E0F C5D5 07E8

To claim this, I am signing this object:

@brendanjerwin
brendanjerwin / keybase.md
Created February 6, 2016 14:01
keybase.md

Keybase proof

I hereby claim:

  • I am brendanjerwin on github.
  • I am brendanjerwin (https://keybase.io/brendanjerwin) on keybase.
  • I have a public key ASA3ptz6WPaF2EWZr8Efz_hvHX9P4NQ83kCJvRloMmZ1nAo

To claim this, I am signing this object:

@brendanjerwin
brendanjerwin / cloud-config.yml
Last active August 29, 2015 14:11
cloud-config : core-brix
#cloud-config
hostname: core-brix
write_files:
- path: /etc/systemd/coredump.conf
content: |
[Coredump]
Compress=yes
MaxUse=3G
#cloud-config
write_files:
- path: /etc/systemd/system/docker.service.d/50-insecure-registry.conf
content: |
[Service]
Environment=DOCKER_OPTS='--insecure-registry="0.0.0.0/0"'
coreos:
units:
@brendanjerwin
brendanjerwin / gist:862baad27f8d51e1b70f
Created November 27, 2014 18:59
source kvm.sh crashes zsh
Process: zsh [27149]
Path: /bin/zsh
Identifier: zsh
Version: 61
Code Type: X86-64 (Native)
Parent Process: ??? [27148]
Responsible: iTerm2 [25683]
User ID: 501
Date/Time: 2014-11-27 13:56:31.779 -0500
#! /usr/bin/env python
# Script to manage additional trusted root certificate in the IOS simulator
#
# Allows to add/list/delete/export trusted root certificates to the IOS simulator
# TrustStore.sqlite3 file.
#
# Additionally, root certificates added to a device can be listed and exported from
# a device backup
#
Process: cjdroute [48702]
Path: /Users/*/cjdroute
Identifier: cjdroute
Version: 0
Code Type: X86-64 (Native)
Parent Process: cjdroute [48701]
User ID: -2
Date/Time: 2013-08-12 21:02:03.673 -0400
OS Version: Mac OS X 10.8.4 (12E55)
Process: cjdroute [77442]
Path: /Users/*/cjdroute
Identifier: cjdroute
Version: 0
Code Type: X86-64 (Native)
Parent Process: cjdroute [77441]
User ID: -2
Date/Time: 2013-08-10 23:37:24.029 -0400
OS Version: Mac OS X 10.8.4 (12E55)
#!/bin/bash
# You may redistribute this program and/or modify it under the terms of
# the GNU General Public License as published by the Free Software Foundation,
# either version 3 of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
require 'formula'
class Cgminer < Formula
homepage 'https://github.com/ckolivas/cgminer'
url 'https://github.com/ckolivas/cgminer/archive/v3.2.2.tar.gz'
sha1 '23f5dd896d11ecb2dd98d9506f9258370cc8eef0'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build