Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mindmirror on github.
  • I am mindmirror (https://keybase.io/mindmirror) on keybase.
  • I have a public key whose fingerprint is B31A F0F2 F948 D90F 3CDF 13EA AD2F 68E2 67BD B708

To claim this, I am signing this object:

# download latest libevent2 and tmux sources, and extract them somewhere
#
# at the time of writing:
# https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
# http://downloads.sourceforge.net/tmux/tmux-1.7.tar.gz
#
# install deps
yum install gcc kernel-devel make ncurses-devel
@mindmirror
mindmirror / chef-solo-adsfactor-db-server
Last active December 14, 2015 22:38
Bootstrap script for Adsfactor Database Server
#!/usr/bin/env bash
# Patch up system by applying updates
yum -y update
# Install Development Tools, which includes gcc, gcc-c++, make, autoconf
yum -y groupinstall 'Development Tools'
# Install Ruby dependency libraries
yum -y install openssl-devel