I hereby claim:
- I am gm3dmo on github.
- I am gm3dmo (https://keybase.io/gm3dmo) on keybase.
- I have a public key ASCCuMqgEX_u_ukxnvencnTS5-3ykiPgy0brPN7eQRH06Ao
To claim this, I am signing this object:
# This script can be used to raise a graylog2/gelf message | |
# gzip it and send it to a graylog server using netcat (nc) | |
hostname='gelftester' | |
short_message='test message short version' | |
full_message='longer test message. dont\n worry be happy' | |
level=1 | |
facility='gelftester' | |
# gnu date | |
date=$(date +'%s.%N') |
# usage: | |
# request_openssl dev|www | |
host=$1 | |
domain='<somedomain.com>' | |
cert_csr_file=${host}.cert.csr | |
key_file=${host}.key.pem | |
cert_pem_file=${host}.cert.pem | |
key_length=4096 |
#!/bin/env python | |
import yum | |
import sys | |
import platform | |
print(platform.dist()[0]) | |
#!/bin/env python | |
import sys | |
import yum | |
from rpmUtils.miscutils import * | |
def get_rpm_name_components(package): | |
""" | |
""" |
shopt -s -o nounset | |
purpose=${1:-obfuscator} | |
lv=/dev/mongoman/mongo | |
date_of_snap=$(date +%Y%m%d) | |
timestamp_of_snap=$(date +%s) | |
size=100M | |
snapshot_name=mongo_${purpose}_${date_of_snap}_${timestamp_of_snap}_snap | |
lvcreate --size ${size} --snapshot --name ${snapshot_name} ${lv} |
I hereby claim:
To claim this, I am signing this object:
Amazon - A Duffer's Guide | |
SES: Sending E-Mail Outbound | |
A support ticket is needed to get out of the SES sandbox. Use this link to complete that process: | |
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html | |
SES: Set up a catch-all | |
Create a catch all rule that captures mail to your domain to an S3 bucket. |
# Homeless Hack | |
My experience: I've never attended a hackathon before so didn't know what to expect. I liked the way a lot of time was spent introducing us to the subject matter. In our case it was homelessnes. | |
## Tweets | |
``` | |
#whatilearned #homelesshack 11 you are designing and building something with 8-10 people who never met before. Try to get everyone involved. | |
#whatilearned #homelesshack 10 the people doing the coding parts are under extreme pressure. Cherish them. Get them a quiet space/area. | |
#whatilearned #homelesshack 9 a great space to work in like @infinityworks so kindly lent us must be a real multiplier of orgs effectiveness. | |
#whatilearned #homelesshack 8 the systems you want to get information from are mostly offline. Integrations are hard. | |
#whatilearned #homelesshack 7 someone will have an awesome idea that is so simple it's got to be what you build around ... |
languages: | |
java: | |
version: | |
- major: 1.8 | |
- minor: 74 | |
version: | |
- major: 1.8 | |
- minor: 74 | |
python: | |
version: |