Skip to content

Instantly share code, notes, and snippets.

@jweiss
jweiss / gist:903788
Created April 5, 2011 15:05 — forked from jedi4ever/gist:903751
Ubuntu Tuning
# /etc/security/limits.conf
* soft nofile 999999
* hard nofile 999999
root soft nofile 999999
root hard nofile 999999
===========================================================
# /etc/sysctl.conf
# sysctl for maximum tuning
@jweiss
jweiss / couchdb.deb.txt
Created October 17, 2009 12:20 — forked from roidrage/couchdb.deb.txt
CouchDB packager
#!/bin/sh
# packages CouchDB 0.10.0 on Ubuntu 9.04
export COUCHDB_ROOT=/vol/cr/couchdb
apt-get update
apt-get upgrade -y
apt-get install -y libmozjs-dev spidermonkey-bin libc6 libcurl3 libicu38 libicu-dev libmozjs0d erlang-nox build-essential curl libcurl4-openssl-dev erlang-dev checkinstall wget
cd /tmp