Skip to content

Instantly share code, notes, and snippets.

View barinek's full-sized avatar

Barinek barinek

  • Initial Capacity
  • Boulder, CO
View GitHub Profile
@barinek
barinek / about.md
Created August 30, 2011 02:06 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@barinek
barinek / nginx
Created October 26, 2010 03:05 — forked from thewebfellas/nginx
#! /bin/sh
# Description: Startup script for nginx webserver on Debian. Place in /etc/init.d and
# run 'sudo update-rc.d nginx defaults', or use the appropriate command on your
# distro.
#
# Author: Ryan Norbauer <ryan.norbauer@gmail.com>
# Modified: Geoffrey Grosenbach http://topfunky.com
#