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:
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 |
base: | |
{% for role in grains.get('roles') %} | |
'roles:{{ role }}': | |
- match: grain | |
- {{ role }} | |
{% endfor %} | |
{% for role in grains.get('roles') %} | |
'roles:{{ role }}': | |
- match: grain |
#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 |
I hereby claim:
To claim this, I am signing this object:
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 |
top -Hp $(pgrep java -u logstash) | |
boot2docker.sh() { | |
$(boot2docker shellinit) | |
} |
python -m json.tool |
dig +noall +answer -x 8.8.8.8 | |
dig -x 8.8.8.8 |
curl -XGET localhost:9200/_nodes/_all/process?pretty |