I found a map of the Huangshan mountains from a trip in September of 2008.
[Read More]
Python Application Monitoring Examples using Graphite (Push) and Prometheus (Pull)
Monitor Important Things
[Read More]
Mother of the Year
My coffee cup proclaims success during my year off as a stay-at-home dad. Breaking gender stereotypes is just a bonus.
[Read More]
Use asdf to switch terraform versions
Use asdf to switch terraform versions
asdf-vm or asdf is a CLI tool that manages multiple language runtime versions on a per-project basis. It’s like gvm, nvm, rbenv, and pyenv and more.
[Read More]
Use Chef's knife ssh command to run chef-client on multiple instances
Example using Chef’s knife command to run chef-client on all instances using the dev_identity.pem.
knife ssh "role:*" "chef-client" -i ~/.ec2/dev_identity.pem
[Read More]