Skip to content

Instantly share code, notes, and snippets.

@josh-wrale
josh-wrale / iodata.mkd
Created February 28, 2014 13:52 — forked from paul/iodata.mkd

m1.large

Single mounted EBS, XFS

Iozone: Performance Test of File I/O
        Version $Revision: 3.308 $
  Compiled for 64 bit mode.
  Build: linux

Run began: Sun Aug 22 19:35:33 2010

The MIT License (MIT)
Copyright (c) [2013] [Fanya Engler]
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
@josh-wrale
josh-wrale / LICENSE
Created November 18, 2013 03:57 — forked from mrinaudo/LICENSE
The MIT License (MIT)
Copyright (c) 2013 Matteo Rinaudo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
slug : bundlejs
name : bundlejs.com
homepage : http://bundlejs.com
author : Alex Gorbatchev
description : Hosted files for bundlejs.com
releases:
- version : prod
date : now
location : http://localhost:3100
@josh-wrale
josh-wrale / LICENSE
Created October 26, 2013 20:29 — forked from mrinaudo/LICENSE
The MIT License (MIT)
Copyright (c) 2013 Matteo Rinaudo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
#!/bin/bash
###############################################################################
# CONFIG
# AWS config
export AWS_SECRET_KEY="XXXX"
export AWS_ACCESS_KEY="XXXX"
export PATH=$PATH:/usr/local/aws/ec2/bin
export EC2_HOME=/usr/local/aws/ec2/
#!/bin/bash
APT_SERVER="apt.MYDOMAIN"
zookeepers="zk://localhost:2181"
export PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
export DEBIAN_FRONTEND=noninteractive
die () { echo "FATAL: $*"; exit 1; }