Skip to content

Instantly share code, notes, and snippets.

View coxley's full-sized avatar
:shipit:

Codey Oxley coxley

:shipit:
View GitHub Profile
@coxley
coxley / keybase.md
Created December 22, 2014 04:44
keybase verification

Keybase proof

I hereby claim:

  • I am coxley on github.
  • I am codey (https://keybase.io/codey) on keybase.
  • I have a public key whose fingerprint is F713 8278 72ED 5CB6 87F0 766C F46E 22A9 01D7 66AA

To claim this, I am signing this object:

@coxley
coxley / nfsen-nginx.conf
Created December 21, 2014 07:51
nginx php-fpm config
server {
listen 80;
root /data/www/nfsen;
index nfsen.php;
server_name nfsen;
error_log /data/www/nfsen/log/error.log error;
access_log /data/www/nfsen/log/access.log main;
@coxley
coxley / cisco_functions.py
Last active August 29, 2015 14:11
various helper functions
import sys
import time
import logging
import socket
import Exscript.protocols as protocols
from Exscript.util.interact import read_login
from Exscript.util.file import get_hosts_from_file
from Exscript.protocols.Exception import LoginFailure, TimeoutException