Skip to content

Instantly share code, notes, and snippets.

View xolox's full-sized avatar

Peter Odding xolox

View GitHub Profile
@carlhoerberg
carlhoerberg / a.md
Last active September 1, 2015 20:11
Spamassassin and postfix on Ubuntu 14.04

Install:

apt-get install spamassassin postfix

in /etc/postfix/master.cf modify;

smtp inet n - - - - smtpd
@jnwhiteh
jnwhiteh / install.sh
Created June 13, 2011 16:14
lua+luarocks in sandboxed environment
#!/usr/bin/env bash
set -e
die() {
echo "$1";
exit 1;
}
# Fetch and install Lua/LuaRocks/Kepler into the local directory