Skip to content

Instantly share code, notes, and snippets.

View arturmartins's full-sized avatar
💭
I may be slow to respond.

Artur Martins arturmartins

💭
I may be slow to respond.
View GitHub Profile
@arturmartins
arturmartins / install_bucardo.sh
Created February 24, 2016 11:34
Install bucardo 5.4.1 in ubuntu 12.04 / 14.04 LTS
#!/bin/bash
# Based on the instructions in
# https://bucardo.org/wiki/Bucardo/Installation
# -------- configuration: Variables
BUCARDO_VERSION='5.4.1'
DOWNLOAD_URL="http://bucardo.org/downloads/Bucardo-${BUCARDO_VERSION}.tar.gz"
# -------------------------------
TEMP_FILE="/tmp/${RANDOM}.tar.gz"
@arturmartins
arturmartins / linode.output.yml
Created July 22, 2015 15:10
Created Linode server ansible : variable output
ok: [localhost] => {
"var": {
"linode": {
"changed": true,
"instance": {
"fqdn": "liXXXXXX.members.linode.com",
"id": LINODE_ID,
"ipv4": "LINODE_PUBLIC_IP",
"name": "LINODE_NAME",
"private": [],

Writing Post Mortems - John Allspaw

This talk is also known as ‘PostMortem Facilitation: Theory and Practice of "New View" Debriefings’ Background reading for attendees