I hereby claim:
- I am steve-jansen on github.
- I am stevejansen (https://keybase.io/stevejansen) on keybase.
- I have a public key ASA_OhoiYVixB58rBEiRJl_9CcBjl0xT2QsAbM-ponCvsAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| for u in $(jq --raw-output ". | .[]" < members.json); do | |
| clear; | |
| echo Inviting user ${u}; | |
| curl -i -X GET "https://slack.com/api/channels.invite?token=${API_TOKEN}&channel=${CHANNEL}&user=${u}" | head -n 20; | |
| sleep 1; | |
| done; |
| jq '.modules[].resources | to_entries[] | select(.value.type == "aws_security_group_rule" or .value.type == "aws_security_group")' test.json |
| # 131194047065676512 is an example FILETIME value | |
| ruby -e 'puts Time.at((Integer(ARGV[0]) - 116444736000000000) / 10000000)' -- 131194047065676512 |
| token_helper = "/Users/me/.vault-helper" |
| docker inspect -f '{{ range $k, $v := .ContainerConfig.Labels -}} | |
| {{ $k }}={{ $v }} | |
| {{ end -}}' $cid |
| javascript:var s='';for(i=0;;i++){k=document.forms[0]["runtime_configuration[tf_vars_attributes]["+i+"][key]"];v=document.forms[0]["runtime_configuration[tf_vars_attributes]["+i+"][value]"]; if(k && v){s+=[k.value,'=',v.value,'\n'].join('');}else{break};};window.location="data:text/plain;base64,"+btoa(s); |
| #!/bin/bash | |
| read -p "Registry to clone from: " pull_registry | |
| read -p "Username for $pull_registry: " user | |
| read -s -p "Password for $pull_registry: " password | |
| echo | |
| read -p "Registry to clone onto: " push_registry | |
| echo Querying $pull_registry... |
| #!/bin/bash | |
| # exports DNS records from Rackspace Cloud DNS to text files | |
| # Depends on https://github.com/wichert/clouddns/blob/master/src/clouddns.py | |
| set -e | |
| me=export-zone | |
| base_domain= | |
| rackspace_region= | |
| rackspace_rate_limit_delay=3 |
| var express = require('express'), | |
| proxy = require('./lib/proxy'); | |
| var app = express(); | |
| app.configure(function() { | |
| app.use(express.favicon(false)); | |
| app.use(express.logger('dev')); | |
| app.use(proxy.initialize({ | |
| proxy: { |