Skip to content

Instantly share code, notes, and snippets.

View alexcp's full-sized avatar

Alexandre Croteau-Pothier alexcp

View GitHub Profile
@alexcp
alexcp / redis-server
Created June 13, 2012 18:35
Redis-server init script
#! /bin/sh
### BEGIN INIT INFO
# Provides: redis-server
# Required-Start: $syslog
# Required-Stop: $syslog
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: redis-server - Persistent key-value db
@alexcp
alexcp / .gitconfig
Created May 6, 2012 11:52
My Git Configs
[user]
name = Alexandre Croteau-Pothier
email = alexcp.com@gmail.com
[color]
ui = true
[alias]
ci = commit
co = checkout
di = diff
aa = add --all