Skip to content

Instantly share code, notes, and snippets.

@apmarshall
apmarshall / vultr-coreos-bootstrap.sh
Last active January 12, 2016 20:31 — forked from janeczku/vultr-coreos-bootstrap.sh
Cloud-config for CoreOS IPXE deployment on Vultr. Provisioning etcd, fleet, private network and docker compatible firewall.
#!/bin/bash
# Cloud-config for CoreOS IPXE deployment on Vultr
##################################################
# This cloud-config bootstraps CoreOS on /dev/vda and provisions:
# - private ip-address on eth1
# - etcd2 on private network
# - fleet on private network
# - basic firewall (docker compatible)
# - SSHd security hardening
##################################################
@apmarshall
apmarshall / org-mode-reference-in.org
Created November 12, 2015 20:42 — forked from drj42/org-mode-reference-in.org
This is a cheat sheet for Emacs org-mode... in org-mode format!
@apmarshall
apmarshall / 0_reuse_code.js
Created April 30, 2014 23:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console