Skip to content

Instantly share code, notes, and snippets.

View chiel's full-sized avatar

Chiel Kunkels chiel

View GitHub Profile
https://gyazo.com/45fc149172e721670d96078c70395a0d
Pakix-Draenor
row 5925
Taplight-Draenor +280k
280000
https://gyazo.com/e5eb1f371d9c7b1579565ad9d870df71
Pakix-TwistingNether
row 5953 + 5992 + 5993 + 5994 + 5995
@chiel
chiel / nginx.conf
Created February 9, 2012 16:10
Nginx config for tinker
upstream tinker {
server unix:/tmp/thin.0.sock;
server unix:/tmp/thin.1.sock;
server unix:/tmp/thin.2.sock;
server unix:/tmp/thin.3.sock;
server unix:/tmp/thin.4.sock;
}
server {
listen 80;
@chiel
chiel / setup.md
Created December 7, 2011 21:35
Debian setup

Start by setting the timezone

$ dpkg-reconfigure tzdata

Install required packages

$ aptitude install git-core gcc g++ make psmisc autoconf

Fix locales