Skip to content

Instantly share code, notes, and snippets.

View anthonyrisinger's full-sized avatar

C Anthony Risinger anthonyrisinger

View GitHub Profile
@anthonyrisinger
anthonyrisinger / queue_worker.py
Created October 22, 2012 21:29
SIGSEGV when running tracebacker on loaded workers
#!/usr/bin/env python
import os
import sys
import time
import logging
logging.basicConfig()
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)
@anthonyrisinger
anthonyrisinger / proftpd.conf.head
Created September 6, 2012 04:03
PAM/Postgres/Django/ProFTPd example
# /etc/stuff/proftpd.conf.head
Port 22022
SQLConnectInfo [email protected] user pass
# service run as ...
User nobody
Group nogroup
# effective ftp user