
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nameserver 127.0.0.1 | |
search beam.prod.banksimple.com prod.banksimple.com banksimple.com us-west-1.compute.internal ec2.internal | |
options attempts:1 ndots:2 rotate timeout:1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG/MacGPG2 v2.0.22 (Darwin) | |
mQENBFAj8w0BCADJbu0cpk/G9Zrtk5eADUVYJ5GS1V7CgMqxw3KBLgoB/s8gDbqu | |
pQraQbuD1jItmb4+1ym77YUVsAZ9QD7zBevM38pVKM1sC6Wez0iA79GfrcPqKB81 | |
GItLFJpE5qVBbaWMti8gRWqkcb1BLgErPeEnYxRrMjJ3gafF7LRmUQfXhcEQAV1M | |
B+JFtXNI/ItGShsqk/ws9FUk3/psj2suwVIiJW/dapXGmc+u8mhQt04R0Tr6Qcg5 | |
LbxFM2oJAavQ/w7hyiEva0+Us9uhYNS82vtA1YnBHSeID9ROB4mDKcTcmkF/2tPi | |
FZoK+5IQiarB/PyVHCvSrCyivU/UAHocSlIPABEBAAG0IldpbGwgTWFpZXIgKG9w | |
cykgPHdpbGxAc2ltcGxlLmNvbT6JATcEEwEIACEFAlAj8w0CGwMFCwkIBwMFFQoJ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 2014-02-14 | |
** Attending | |
- jdixon | |
- whilp | |
- dawn | |
** CFP | |
- toufic boubez | |
- jen andre |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Hackathon | |
- https://github.com/obfuscurity/monitorama/issues/17 | |
** Brief | |
- we provide: warehousey space, couches, snacks, coffee, games, wifi, hackers, power | |
- you provide: stuff to work on, experts | |
- space for 10-15 projects | |
- discount ticket for experts? | |
- hack all day, beers at end? | |
- sponsorships: food, coffee, beer, AWS, pingpong |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'auth-source) | |
(require 'url) | |
(defun* my-gh-profile (url user) | |
(let* ( | |
(urlobj (url-generic-parse-url url)) | |
(host (url-host urlobj)) | |
(auth-info | |
(car | |
(auth-source-search |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2013-12-05T15:47:12+00:00] INFO: Processing execute[index users create] action run (github::elasticsearch line 8) | |
[2013-12-05T15:47:36+00:00] ERROR: execute[index users create] (github::elasticsearch line 8) had an error: Expected process to exit with [0], but received '7' | |
---- Begin output of . /data/github/shared/env.sh | |
rbenv local 1.9.3-p231-tcs-github | |
bin/rake enterprise:index:users:create | |
/usr/bin/curl --max-time 10 -sS -f -XHEAD 'http://localhost:9200/users' | |
---- | |
STDOUT: | |
STDERR: /bin/readlink: missing operand | |
Try `/bin/readlink --help' for more information. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Attendees email | |
Ahoy! | |
The first ever DevopsDays in Portland is right around the corner. You'll find important details below, including organizer contact information in case you need to make last-minute arrangements. Please let us know if you have any questions. Thanks again -- we look forward to seeing you in Portland on November 4 and 5! | |
** Date and location | |
The conference is Monday November 4 and Tuesday November 5 at the Gerding Theater at the Armory: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Environment(Template): | |
def __init__(self, name, region): | |
self.name = name | |
self.region = region | |
self.vpc = boto.vpc.connect_to_region(region) | |
self.ec2 = boto.ec2.connect_to_region(region) | |
self.outputs = {} | |
resources = self.resources(self.environment(), self.images()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a |