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:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#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: |
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 |