Operations - anything pertaining to maintaining and implementing systems at scale
This file contains 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
#!/usr/bin/env python3 | |
import sys | |
import subprocess | |
import re | |
jira_pattern = re.compile(r'^\w+-\d+') | |
result = subprocess.run(['git', 'symbolic-ref', '--short', 'HEAD'], stdout=subprocess.PIPE) | |
if result.returncode == 0: | |
git_output = result.stdout.decode('utf-8') |
This file contains 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
#!/bin/bash | |
eval $(go test -c -work 2>&1 >/dev/null | head -n 1) | |
echo $WORK | |
gdb `basename $PWD`.test -d $WORK | |
echo "Deleting $WORK" | |
rm -rf $WORK |
Bryan Cantrill, CTO of Joyent. My god did he talk stupidly fast. People mentioned that he apparently beat some record.
Bryan did an excellent recap of how LXC containers, and eventually Docker came to be. Also brought us up to speed with what Joyent has been doing to basically allow inherently Linux based LXC containers to run under "Solaris."
This file contains 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
#!/bin/bash | |
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then | |
source "$HOME/.rvm/scripts/rvm" | |
elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then | |
source "/usr/local/rvm/scripts/rvm" | |
else | |
printf "ERROR: An RVM installation was not found.\n" | |
fi |
I hereby claim:
- I am mjuarez on github.
- I am megabytemike (https://keybase.io/megabytemike) on keybase.
- I have a public key whose fingerprint is A329 F2B0 170C AC4D 5E7B 943B BF8F E996 6EE3 9AF7
To claim this, I am signing this object: