I hereby claim:
- I am opie4624 on github.
- I am akraut (https://keybase.io/akraut) on keybase.
- I have a public key whose fingerprint is 6D39 AD49 ECA5 93C2 2930 C1C4 B608 B8F6 E905 3BDA
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # | |
| import time | |
| from couchdbcurl import client | |
| for i in range(4,10): | |
| s = client.Server("http://server%s.local:5984/"%i) | |
| print "Server %s" % i | |
| for d in s: |
| {"thingy":"stuff"} |
| DATESTAMP_ES %{YEAR}-%{MONTHNUM}-%{MONTHDAY} %{HOUR}:%{MINUTE}:%{SECOND},%{NUMBER} | |
| ELASTICSEARCHLOG \[%{DATESTAMP_ES:timestamp}\]\[%{WORD:level}\]\[%{DATA:module}%{SPACE}\] \[%{WORD:name}\]%{SPACE}%{GREEDYDATA:message} |
| 14:22:20 <jk0> damacus: if you need something to read, check out 'Many Lives, Many Masters'. awesome book | |
| 14:22:30 <jk0> I read it in 2-3 hours one day when I was supposed to be working | |
| 14:22:32 <jk0> couldn't put it down | |
| 14:22:38 <psych0sys> also Many Masters, Few Baiters by the same author | |
| 14:22:41 <psych0sys> its a graphic novel |
| #!/bin/bash | |
| while getopts "vdn:b:" opt; do | |
| case $opt in | |
| h) | |
| echo "usage: $0 [-h] [-v] [-d] [-n skip] [-b parallel]" | |
| exit | |
| ;; | |
| v) |
| #!/bin/bash | |
| LOG=/tmp/netlog-$1 | |
| rm -f $LOG | |
| while ( true ); | |
| do | |
| ping -c1 -t 1 $1 > /dev/null | |
| if [ "$?" -gt "0" ]; then | |
| echo `date` " I am offline" | tee $LOG | |
| traceroute -a $1 | tee $LOG | |
| fi |
| #!/usr/bin/env python | |
| # | |
| # import modules used here -- sys is a very standard one | |
| import sys, argparse, logging | |
| # Gather our code in a main() function | |
| def main(args, loglevel): | |
| logging.basicConfig(format="%(levelname)s: %(message)s", level=loglevel) | |
| #!/bin/sh | |
| # | |
| PING="/sbin/ping" | |
| PACKET_SIZE=64 | |
| PACKET_COUNT=10 | |
| PING_INTERVAL=1 | |
| TIMEOUT=2 | |
| BASE_COST=200 |
I hereby claim:
To claim this, I am signing this object:
| Verifying myself: My Bitcoin username is +akraut. https://onename.io/akraut |