jq is useful to slice, filter, map and transform structured json data.
brew install jq
Random recipes of JMESPath for the AWS CLI tools that I might have written or stumbled upon.
| ———————————————————————————————————————————————————————————————————————————————————————————————————— | |
| BBEDIT/TEXTWRANGLER REGULAR EXPRESSION GUIDE MODIFIED 2016/02/29 17:26 | |
| ———————————————————————————————————————————————————————————————————————————————————————————————————— | |
| NOTES: | |
| The PCRE engine (Perl Compatible Regular Expressions) is what BBEdit and TextWrangler use. | |
| Items I'm unsure of are marked '# PCRE?'. The list while fairly comprehensive is not complete. | 
| #!/bin/bash | |
| # bamboo | |
| mkdir /opt/atlassian | |
| wget -O /opt/atlassian/bamboo.tar.gz http://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-5.1.1.tar.gz | |
| cd /opt/atlassian | |
| tar xzf bamboo.tar.gz | |
| mv atlassian* bamboo | |
| mkdir /home/bamboo | 
| Apache: | |
| - Activated 'KeepAlive' connections | |
| - Lowered keep alive timeout from 15 seconds to 2 seconds | |
| - Increased the number of minimum workers from 8 to 16 | |
| - Activated server status page (/server-status) | |
| APC (Alternative PHP Cache): | |
| - Set cache size to 256MB (ideal for SugarCRM workload) | |
| Memcache: | 
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
Index: