Public Gists by ashchan

Gravatar
Mon Jun 22 23:34:20 -0700 2009
1
2
3
svcadm disable postgresql
svcadm disable mongrel/facts
curl -O http://ftp7.us.postgresql.org/pub/postgresql//source/v8.3.3/postgresql-8.3.3.tar.gz
Gravatar
Fri Feb 27 07:25:18 -0800 2009
1
2
3
#!/usr/bin/env ruby
#
# fetch hosts from amazon EC2 meta-data
Gravatar
Sat Feb 21 18:41:53 -0800 2009
1
2
3
deb http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse
Gravatar
Sat Feb 14 19:25:47 -0800 2009
1
2
3
#!/bin/bash
# Inspired by http://blog.fiveruns.com/2008/9/24/rails-automation-at-slicehost
#
Gravatar
Thu Jan 22 19:08:28 -0800 2009
1
2
3
// Extracted from http://github.com/madrobby/prototype_helpers/tree/master/defaultValueActsAsHint
// Accepts JQuery elem as input for hiding/unhiding related elements.
$.fn.defaultValueActsAsHint = function(elems){
Gravatar
Tue Sep 30 04:46:26 -0700 2008
1
2
3
sudo a2enmod deflate
 
<Location />
Gravatar
Tue Aug 26 05:23:06 -0700 2008
1
2
3
class Photo < ActiveRecord::Base
 
  has_attachment options_for_attachment_fu
Gravatar
Wed Aug 20 22:43:25 -0700 2008
1
2
3
require 'zip/zip'