Skip to content

Instantly share code, notes, and snippets.

View describeme's full-sized avatar

saul describeme

View GitHub Profile
#!/bin/bash
ELROND_NODES_HOME=$HOME/elrond-nodes
rm -rf $HOME/extracted_for_vault.json
if [ -d $ELROND_NODES_HOME ]; then
LFG=1
fi
if [[ $LFG == 1 ]]; then
@describeme
describeme / gist:da24684571a2e3e778cc73bd8d5cf606
Created April 1, 2021 18:41 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@describeme
describeme / sources.list
Created March 10, 2021 18:34 — forked from h0bbel/sources.list
/etc/apt/sources.list for Ubuntu 18.04.1 LTS Bionic Beaver
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
@describeme
describeme / pocketdedupe.py
Created February 20, 2020 00:22 — forked from Mierdin/pocketdedupe.py
A Python script to intelligently remove duplicate entries from Pocket
#!/usr/bin/env python
from pocket import Pocket
import webbrowser, sys
# Get consumer key from cmd line
consumer_key = sys.argv[1]
request_token = Pocket.get_request_token(
consumer_key=consumer_key,
@describeme
describeme / full_metric_lambda.py
Created December 23, 2019 15:04 — forked from depop-blog/full_metric_lambda.py
Ahead of time scheduling on ECS/EC2: full_metric_lambda.py
import boto3
import datetime
import logging
import json
import re
logger = logging.getLogger()
logger.setLevel(logging.INFO)
logger.info('Loading function...')

Start vault with file backend

~ docker run --rm --cap-add=IPC_LOCK --name vault -e 'VAULT_LOCAL_CONFIG={"api_addr": "http://127.0.0.1:8200", "backend": {"file": {"path": "/vault/file"}}, "default_lease_ttl": "168h", "max_lease_ttl": "720h",  "listener": { "tcp": { "address": "0.0.0.0:8200", "tls_disable": 1 } }, "ui": true}' vault server
==> Vault server configuration:

             Api Address: http://127.0.0.1:8200
                     Cgo: disabled
         Cluster Address: https://127.0.0.1:8201
              Listener 1: tcp (addr: "0.0.0.0:8200", cluster address: "0.0.0.0:8201", max_request_duration: "1m30s", max_request_size: "33554432", tls: "disabled")
               Log Level: info
{
"basics": {
"name": "Saul Jaramillo",
"label": "Principal Solutions Architect",
"picture": "https://a3b2c4cic3c2c5e5.s3.amazonaws.com/profile.jpg",
"email": "sjaramillo@describeme.net",
"phone": "(855) 337-2630",
"website": "https://describeme.net/saul_jaramillo",
"summary": "Motivated out of the box thinker with over two decades of experience designing, developing, testing, migrating, automating and supporting highly available next-generation platforms and infrastructure architectures. Experience with Europe, Latin and North American markets driving innovation, integration, planning and production across multiple teams with varying skill and communication differences. Crypto evangelist, automation fanatic, former instagrammer."
,