Skip to content

Instantly share code, notes, and snippets.

@stenio123
stenio123 / Consul client (Mongo) log
Last active December 29, 2016 05:02
This is the Consul log at DEBUG level on the client.
Dec 29 04:51:57 ip-10-228-0-59 consul[10367]: serf: EventMemberJoin: mongo-i-0889ee9c7bb38e8a1-stenio 10.228.0.59
Dec 29 04:51:57 ip-10-228-0-59 consul[10367]: agent: Joining cluster...
Dec 29 04:51:57 ip-10-228-0-59 consul[10367]: manager: No servers available
Dec 29 04:51:57 ip-10-228-0-59 consul[10367]: agent: failed to sync remote state: No known Consul servers
Dec 29 04:51:57 ip-10-228-0-59 consul[10367]: agent: No EC2 region provided, querying instance metadata endpoint...
Dec 29 04:51:58 ip-10-228-0-59 consul[10367]: agent: Discovered 6 servers from EC2...
Dec 29 04:51:58 ip-10-228-0-59 consul[10367]: agent: (LAN) joining: [10.228.35.76 10.228.32.92 10.228.5.245 10.228.0.93 10.228.0.59 10.228.34.182]
Dec 29 04:51:58 ip-10-228-0-59 consul[10367]: memberlist: Initiating push/pull sync with: 10.228.35.76:8301
Dec 29 04:51:58 ip-10-228-0-59 consul[10367]: serf: EventMemberJoin: mongo-i-061dcfd9ea976915b-stenio 10.228.0.93
Dec 29 04:51:58 ip-10-228-0-59 consul[10367]: serf: EventMemberJoin: consul-i-0e1020f

Keybase proof

I hereby claim:

  • I am stenio123 on github.
  • I am stenio (https://keybase.io/stenio) on keybase.
  • I have a public key whose fingerprint is D7DE 91E8 5591 1452 ADE3 673E 6271 BE3B E03E A420

To claim this, I am signing this object:

@stenio123
stenio123 / console_1.sh
Last active October 28, 2016 20:27
Managing secrets using Hashicorp Vault
git clone https://github.com/stenio123/hashicorp-vault-token-auth-poc.git
cd hashicorp-vault-token-auth-poc
vagrant up
@stenio123
stenio123 / gitflow-breakdown.md
Created January 7, 2016 17:10 — forked from JamesMGreene/gitflow-breakdown.md
A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
git commit --allow-empty -m "Initial commit"
git checkout -b develop master

Connect to the remote repository

@stenio123
stenio123 / 00.howto_install_phantomjs.md
Created December 14, 2015 03:00 — forked from julionc/00.howto_install_phantomjs.md
How to install PhantomJS on Debian/Ubuntu

How to install PhantomJS on Ubuntu

Version: 1.9.8

Platform: x86_64

First, install or update to the latest system software.

sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev