Skip to content

Instantly share code, notes, and snippets.

View jamesconant's full-sized avatar

James Conant jamesconant

View GitHub Profile
[....] Starting web server: apache2[Wed May 08 14:15:53 2013] [warn] module passenger_module is already loaded, skipping
Apache/2.2.22 mod_ssl/2.2.22 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
Server www.culacsweepstakes.com:443 (RSA)
Enter pass phrase:Apache:mod_ssl:Error: Pass phrase incorrect (5 more retries permitted).
Enter pass phrase:Apache:mod_ssl:Error: Pass phrase empty (needs to be at least 1 character).
Enter pass phrase:Apache:mod_ssl:Error: Pass phrase empty (needs to be
This file has been truncated, but you can view the full file.
/*!
* jQuery JavaScript Library v1.9.1
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
@time_options = [ ['Anytime', '00,23'],
['5 am - 8 am', '05,08'],
['8am - 12pm', '08,12'],
['12pm - 5pm', '12,17'],
['5pm - 9pm', '17,21'],
['5 am', '05,05'],
['6 am', '06,06'],
['7 am', '07,07'],
['8 am', '08,08'],
['9 am', '09,09'],
case "$TERM" in
xterm*) PATH=$PATH:$HOME/.rvm/bin;
source ~/.rvm/scripts/rvm;
rvm use 1.9.3-p385@ts;
;;
rxvt*) XTITLE="\[\e]0;\u@\h\a\]"
;;
*) XTITLE=""
;;
esac