Public Gists by nshb

Gravatar
Tue Jun 30 13:41:43 -0700 2009
1
2
3
# Get the latest production tag
git tag -l 'production/*' | tail -1
> production/20090610235902
Gravatar
Mon Jun 01 16:28:25 -0700 2009
1
2
3
Package: apache2
State: installed
Automatically installed: yes
Gravatar
Mon Jun 01 14:22:40 -0700 2009
1
2
3
#
# Cookbook Name:: sphinx
# Recipe:: default
Gravatar
Thu May 28 17:31:05 -0700 2009
1
2
3
[Thu, 28 May 2009 20:24:33 -0400] ERROR: user[nshb] (/srv/chef/cache/cookbooks/users/recipes/default.rb line 18) had an error:
usermod -g '7000' -p 'shadow_password' -u '4001' -m nshb returned 2, expected 0
---- Begin output of usermod -g '7000' -p 'shadow_password' -u '4001' -m nshb ----
Gravatar
Thu May 28 16:43:35 -0700 2009
1
2
3
node[:authorization][:groups].each do |g, config|
  group g do
    gid config[:gid]
Gravatar
Thu May 21 19:10:12 -0700 2009
1
2
3
#
# Cookbook Name:: runit
# Attribute File:: sv_bin
Gravatar
Sun May 10 00:30:56 -0700 2009
1
2
3
#!/usr/bin/env ruby
#
# Author: Nathaniel Brown [http://nshb.net]
Gravatar
Tue Apr 21 14:04:19 -0700 2009
1
2
3
Installing Panda on your local machine or server
======================
 
Gravatar
Fri Mar 06 12:05:27 -0800 2009
1
2
3
#!/usr/local/bin/ruby
 
# This file creates a Git branch based on a specific Lighthouse ticket number
Gravatar
Mon Feb 23 16:11:03 -0800 2009
1
2
3
(This is the text of the keynote I gave at Startup Riot 2009. Will update when video becomes available.)
 
Hi everyone, I'm Chris Wanstrath, and I'm one of the co-founders of GitHub.
Gravatar
Sat Feb 21 12:42:45 -0800 2009
1
2
3
exp_exec_prefix = /usr
rel_exec_prefix = /usr
exp_bindir = /usr/bin
gist: 67783 Passenger 2.1.0 compile err...
Gravatar
Fri Feb 20 15:43:11 -0800 2009
1
2
3
Checking for required software...
 
 * GNU C++ compiler... found at /usr/bin/g++
gist: 64451 A quick 4 step process to e...
Gravatar
Sat Feb 14 12:06:56 -0800 2009
1
2
3
# This is how to create a Rails GIT clone, then export whatever version you want into your vendor/plugins
 
cd /path/to/rails/project/trunk/