Skip to content

Instantly share code, notes, and snippets.

View Mudpuppy12's full-sized avatar
🏠
Working from home

Dennis DeMarco Mudpuppy12

🏠
Working from home
View GitHub Profile
denn8098@MN80JQG3QN:/tmp$ diff -u f5-config.py ~/PycharmProjects/rpc_lem/lem-aide/user-tools/f5_config.py
--- f5-config.py 2016-08-03 12:18:47.000000000 -0500
+++ /Users/denn8098/PycharmProjects/rpc_lem/lem-aide/user-tools/f5_config.py 2016-03-31 15:07:50.000000000 -0500
@@ -16,17 +16,32 @@
# (c) 2014, Kevin Carter <kevin.carter@rackspace.com>
import argparse
import json
-import os
+import os,sys
@Mudpuppy12
Mudpuppy12 / gist:db9f2a2b4ab62babd72a1edddd4b5273
Last active May 4, 2017 15:14
Example Iris Session / Basic Auth
// main.go
package main
import (
"time"
"github.com/kataras/iris"
"github.com/kataras/iris/config"
"github.com/kataras/iris/middleware/basicauth"
"github.com/kataras/iris/middleware/logger"
TASK: [Installing preq pip packages for lem toolset] **************************
failed: [578160-infra01.eng-lon3-2.rpc.rackspace.com] => {"cmd": "/usr/bin/pip install paramiko", "failed": true}
msg: stdout: Downloading/unpacking paramiko
Downloading/unpacking pyasn1>=0.1.7 (from paramiko)
Downloading pyasn1-0.1.9-py2.py3-none-any.whl
Downloading/unpacking cryptography>=1.1 (from paramiko)
Running setup.py (path:/tmp/pip_build_root/cryptography/setup.py) egg_info for package cryptography
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'