Skip to content

Instantly share code, notes, and snippets.

matthew@hecker ➜ 130 ~ traceroute 136.206.15.24
traceroute to 136.206.15.24 (136.206.15.24), 64 hops max, 52 byte packets
1 firewall01.dublin.intercom.internal (10.1.2.2) 0.502 ms 0.660 ms 0.436 ms
2 089-101-228230.ntlworld.ie (89.101.228.230) 1.546 ms 1.315 ms 2.170 ms
3 089-101-155097.ntlworld.ie (89.101.155.97) 10.238 ms 6.994 ms 2.397 ms
4 089-101-136009.ntlworld.ie (89.101.136.9) 0.716 ms 0.607 ms 0.581 ms
5 ie-dub01a-ra3-ae12-210.aorta.net (84.116.238.14) 0.600 ms 0.571 ms 0.623 ms
6 ie-dub01a-ri1-ae50-0.aorta.net (84.116.130.97) 0.637 ms
84-116-130-142.aorta.net (84.116.130.142) 0.697 ms 0.629 ms
7 be-300-cr2-cwt.hea.net (185.6.36.16) 1.699 ms 3.367 ms 8.631 ms
"launch_block_device_mappings": [
{
"device_name": "/dev/xvda",
"volume_size": 8,
"delete_on_termination": "True"
},
{
"device_name": "/dev/sdb",
"virtual_name": "ephemeral0"
}
- hosts: 127.0.0.1
connection: local
vars:
--------
6:00pm-6:45pm- Registration, Food and Drinks
6:45pm-7:15pm- Technical Talk with Q&A by Pedro Canahuati (Director of Production Engineering and Site Reliability Operations)
7:15pm-7:45pm-Traffic Infrastructure Technical Talk with Q&A by Adam Lazur (Production Engineering Manager)
7:45pm-8:15pm- Facebook Photos Storage Technical Talk with Q&A by Cory Hill (Production Engineer)
8:15pm-9:30pm- Infra Project Poster Sessions with our engineering teams
@mbarrin
mbarrin / gist:6883526
Created October 8, 2013 11:52
docker inspect output
precise64 ➜ ~ docker inspect 6394737ab9b2
[{
"ID": "6394737ab9b2a3c9d5fc1fd48bb9fbcdce9e6fa7aae198acc9e673fd5e306be0",
"Created": "2013-10-08T11:49:37.587187572Z",
"Path": "/bin/bash",
"Args": [],
"Config": {
"Hostname": "6394737ab9b2",
"Domainname": "",
"User": "",
logstash::filter::grok { 'grok-dearcadh':
pattern => ['%{TIMESTAMP_ISO8601:timestamp} \[%{GREEDYDATA:tomcat_info}\] %{LOGLEVEL} %{GREEDYDATA:class} - \[%{NUMBER:thread}\] %{GREEDYDATA:info}']
}
logstash::filter::date { 'date-dearcadh':
type => 'dearcadh-tomcat',
match => ['timestamp', 'ISO8601' ]
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/
autocmd BufWinEnter * match ExtraWhitespace /\s\+$/
autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
autocmd InsertLeave * match ExtraWhitespace /\s\+$/
autocmd BufWinLeave * call clearmatches()

Keybase proof

I hereby claim:

  • I am mbarrin on github.
  • I am mbarrin (https://keybase.io/mbarrin) on keybase.
  • I have a public key whose fingerprint is E283 A339 71B2 B5AB 88E7 2F66 F273 4E6B 9B55 4AEC

To claim this, I am signing this object:

W: Failed to fetch http://ftp.ie.debian.org/debian/dists/testing/main/binary-amd64/PackagesIndex Hash Sum mismatch
W: Failed to fetch http://ftp.ie.debian.org/debian/dists/testing/contrib/binary-amd64/PackagesIndex Hash Sum mismatch
W: Failed to fetch http://ftp.ie.debian.org/debian/dists/testing/non-free/binary-amd64/PackagesIndex Hash Sum mismatch
W: Failed to fetch http://ftp.ie.debian.org/debian/dists/testing/main/binary-i386/PackagesIndex Hash Sum mismatch
W: Failed to fetch http://ftp.ie.debian.org/debian/dists/testing/contrib/binary-i386/PackagesIndex Hash Sum mismatch
37 "provisioners": [
38 {
39 "type": "shell",
40 "inline": [
41 "sudo yum -y update",