Skip to content

Instantly share code, notes, and snippets.

View asynchronoust's full-sized avatar
🇨🇳

asynchronous asynchronoust

🇨🇳
View GitHub Profile
@ziggear
ziggear / gist:0a160643cf48da40938a
Created June 18, 2014 09:27
Google IPV4 and IPV6 addresses
#UPDATE:2013-12-07 12:16
127.0.0.1 localhost
#SmartHosts START
#Google Services START
203.208.46.200 0.docs.google.com
203.208.46.200 0.drive.google.com
203.208.46.200 1.docs.google.com
203.208.46.200 1.drive.google.com
@didip
didip / supervisord-example.conf
Created January 30, 2011 05:10
Example configuration file for supervisord.conf
[unix_http_server]
file=/tmp/supervisor.sock ; path to your socket file
[supervisord]
logfile=/var/log/supervisord/supervisord.log ; supervisord log file
logfile_maxbytes=50MB ; maximum size of logfile before rotation
logfile_backups=10 ; number of backed up logfiles
loglevel=error ; info, debug, warn, trace
pidfile=/var/run/supervisord.pid ; pidfile location
nodaemon=false ; run supervisord as a daemon