Skip to content

Instantly share code, notes, and snippets.

View tonivdv's full-sized avatar

Toni Van de Voorde tonivdv

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tonivdv on github.
  • I am tonivdv (https://keybase.io/tonivdv) on keybase.
  • I have a public key whose fingerprint is E40C E4FE D881 8DBB 97B7 DD82 B559 74CC 88AC 5BFB

To claim this, I am signing this object:

#!/usr/bin/env ruby
# Usage
# $ docker-machine create my-machine123 -d virtualbox
# $ ruby <(curl -L http://git.io/vUJDI) my-machine123
# https://gist.github.com/mattes/4d7f435d759ca2581347
require 'erb'
bootlocalsh = %Q(#/bin/bash
@tonivdv
tonivdv / sshmany
Created January 4, 2014 08:37 — forked from progrium/sshmany
#!/bin/bash
#
# Usage:
# $ echo "host1 host2 host3" | ./sshmany uname -a
# $ cat myservers | ./sshmany echo Hello world
#
cmd="$@"
servers="$(cat)"
i=37
for server in $servers; do
@tonivdv
tonivdv / composer.json
Created August 27, 2013 14:39
Composer support for 3scale
{
"name": "3scale/3scale_ws_api_for_php",
"description": "3scale integration plugin for PHP applications - with composer.json",
"keywords": ["3scale", "ThreeScale", "api", "php", "composer"],
"type": "library",
"homepage" : "https://support.3scale.net/libraries",
"require": {
"php": ">=5.3"
},
"autoload": {