Skip to content

Instantly share code, notes, and snippets.

View jcxplorer's full-sized avatar

João Cardoso jcxplorer

View GitHub Profile
@jcxplorer
jcxplorer / gist:2556905
Created April 30, 2012 09:43
Compiling Vim
./configure --enable-rubyinterp --enable-pythoninterp --disable-gui --without-x --enable-multibyte --with-features=huge --prefix=/usr/local --disable-nls --with-tlib=ncurses
@jcxplorer
jcxplorer / nginx
Created November 3, 2010 14:01
Nginx init script for Ubuntu with Passenger.
#! /bin/sh
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the nginx web server
# Description: starts nginx using its daemon