I hereby claim:
- I am harmy on github.
- I am harmy (https://keybase.io/harmy) on keybase.
- I have a public key whose fingerprint is 2598 5D28 1D4A 3411 B2DC BF29 B054 588A 697C 60D9
To claim this, I am signing this object:
sudo dd if=/dev/zero of=/swap bs=1G count=16 | |
sudo chmod 0600 /swap | |
sudo mkswap -f /swap | |
sudo swapon /swap | |
echo "sudo vim /etc/fstab" |
#!/bin/bash | |
# Specify the desired volume size in GiB as a command-line argument. If not specified, default to 20 GiB. | |
SIZE=${1:-20} | |
# Install the jq command-line JSON processor. | |
sudo yum -y install jq | |
# Get the ID of the envrionment host Amazon EC2 instance. | |
INSTANCEID=$(curl http://169.254.169.254/latest/meta-data//instance-id) |
head -c 12 /dev/urandom | base64 |
*/3 * * * * sudo ruby /usr/bin/haproxy-autoscaling-update.rb |
#!/usr/bin/env python3 | |
import sys | |
import time | |
import csv | |
import json | |
from collections import namedtuple | |
from elasticsearch import Elasticsearch | |
from elasticsearch.helpers import bulk | |
ES_ENDPOINT = 'vpc-xxxxxxxxxxxx.us-east-1.es.amazonaws.com:80' |
# oxTrust is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. | |
# Copyright (c) 2014, Gluu | |
# | |
# Author: Jose Gonzalez | |
# | |
from org.xdi.model.custom.script.type.scim import ScimType | |
from org.xdi.util import StringHelper, ArrayHelper | |
from java.util import Arrays, ArrayList | |
from org.gluu.oxtrust.ldap.service import GroupService | |
from org.gluu.oxtrust.ldap.service import PersonService |
I hereby claim:
To claim this, I am signing this object:
aws stepfunctions list-executions --state-machine-arn arn:aws:states:us-east-1:415293337666:stateMachine:cpi-prod-install --status-filter RUNNING|jq '.executions[].executionArn'|xargs -L 1 aws stepfunctions stop-execution --execution-arn |
PUT _template/default | |
{ | |
"template": "*", | |
"settings": { | |
"number_of_shards": 3 , | |
"number_of_replicas": 0 | |
}, | |
"mappings": { | |
"_default_": { | |
"_all": { |
sudo lsof -n -P| grep :80 |