Skip to content

Instantly share code, notes, and snippets.

Project lists

python 2to3 migrations

@Aayush-Kasurde
Aayush-Kasurde / gist:1d72de778bab847bec5d
Created March 28, 2015 05:01
Python 2.7 compiler for Windows
http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
@Aayush-Kasurde
Aayush-Kasurde / sar.conf
Last active August 29, 2015 14:23 — forked from xkr47/sar.conf
input {
pipe {
tags => [ "sar", "loadavg" ]
command => "env LANG=C sar -q 5"
}
pipe {
tags => [ "sar", "cpu" ]
command => "env LANG=C sar -u 5"
}
}