Skip to content

Instantly share code, notes, and snippets.

View pwelch's full-sized avatar

Paul Welch pwelch

View GitHub Profile
@pwelch
pwelch / post-mortem-template.md
Created January 15, 2017 19:26 — forked from juliandunn/post-mortem-template.md
Post mortem template

INCIDENT DATE - INCIDENT TYPE

Meeting

Waiving meetings

In some cases the IC might determine that a PM meeting for the incident isn't needed. If the IC decides to waive the meeting please replace the Meeting section with a note indicating the meeting has been waived (example: Meeting waived: Paul Mooring)

@pwelch
pwelch / gist:9b9d267a7feccb441d5166e3151266f2
Created May 16, 2016 14:37 — forked from joelparker/gist:0429f8c5547c47ad35a4
IAM Group Policy for Arq4 Backup on S3
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1416260474000",
"Effect": "Allow",
"Action": [
"s3:CreateBucket",
"s3:GetLifecycleConfiguration",
"s3:ListBucket",
@pwelch
pwelch / springer-free-maths-books.md
Created December 28, 2015 20:42 — forked from bishboria/springer-free-maths-books.md
Springer have made a bunch of maths books available for free, here are the direct links
background do
set_omniauth()
click_link_or_button 'Sign up with Facebook'
end
@pwelch
pwelch / import.zsh
Created December 12, 2012 00:06 — forked from moutten/import.zsh
# This requires you install the command line tools from Amazon, and setup your Amazon credentials appropriately.
# - http://aws.amazon.com/developertools/351/
for region (us-east-1 us-west-1 us-west-2) ec2-import-keypair $USER -f ~/.ssh/id_rsa.pub --region $region