I hereby claim:
- I am munhitsu on github.
- I am munhitsu (https://keybase.io/munhitsu) on keybase.
- I have a public key whose fingerprint is 8E51 F4D3 1C2A 8D8C 07F2 7039 B8D1 BB64 D360 DABA
To claim this, I am signing this object:
| python -m json.tool |
| boot2docker.sh() { | |
| $(boot2docker shellinit) | |
| } |
| top -Hp $(pgrep java -u logstash) | |
| brew install go | |
| brew install git | |
| brew install mercurial | |
| #go code analysis | |
| go get golang.org/x/tools/cmd/vet | |
| #to have offline docs using: godoc -http=:6060 | |
| go get golang.org/x/tools/cmd/godoc |
I hereby claim:
To claim this, I am signing this object:
| #fatal error: 'libxml/xmlversion.h' file not found | |
| #test 1 (failed) | |
| brew install libxml2 | |
| brew install libxslt | |
| brew link libxml2 --force | |
| brew link libxslt --force | |
| #test 2 (passed) | |
| STATIC_DEPS=true pip install lxml |
| base: | |
| {% for role in grains.get('roles') %} | |
| 'roles:{{ role }}': | |
| - match: grain | |
| - {{ role }} | |
| {% endfor %} | |
| {% for role in grains.get('roles') %} | |
| 'roles:{{ role }}': | |
| - match: grain |
| hdparm -I /dev/sda | |
| lshw | |
| ioping -R /dev/sda1 | |
| # i.e. get aws ephemeral data | |
| curl http://169.254.169.254/latest/meta-data/block-device-mapping/ephemeral0 |
| apt-get install smem |
| import json | |
| import logging | |
| log = logging.getLogger(__name__) | |
| def save_dictionary(filename, # whe to output dictionary | |
| **kwargs # the dictionary itself | |
| ): |