I hereby claim:
- I am kranzrm on github.
- I am znark (https://keybase.io/znark) on keybase.
- I have a public key whose fingerprint is 0F57 C385 95B4 BBEC EE4E A86B 74D4 3F84 E0ED 44DF
To claim this, I am signing this object:
#!/usr/bin/python | |
from netaddr import * | |
import pprint | |
import itertools | |
pp = pprint.PrettyPrinter(indent=4) | |
def get_cidr_list(filename): | |
#file must have one cidr per line | |
#192.168.0.0/16 |
set bg=dark | |
set ts=4 | |
set expandtab | |
set autoindent | |
set shiftwidth=4 | |
set softtabstop=4 | |
set showmatch | |
let python_highlight_all = 1 | |
syntax on | |
"filetype indent plugin on |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
yum install wget | |
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
rpm -ivh epel-release-6-8.noarch.rpm | |
yum install byobu | |
byobu-enable | |
# Default Key Bindings | |
# F2 -> Create new window |