I hereby claim:
- I am EntropyWorks on github.
- I am entropyworks (https://keybase.io/entropyworks) on keybase.
- I have a public key whose fingerprint is E38B B296 7DA3 4DC0 CC72 D577 6549 8C9A 64F6 0C66
To claim this, I am signing this object:
| #!/usr/bin/env ANSIBLE_HOSTS="localhost," ANSIBLE_CONNECTION=local ansible-playbook -v $@ | |
| # You need to have cloned kraken and then cd into the ansible dir | |
| # vim:ft=yaml | |
| --- | |
| - name: install kraken | |
| hosts: localhost | |
| roles: | |
| - kraken-local |
| #!/usr/bin/env bash | |
| #: Title : vmnet-shark | |
| #: Date : 2015-09-30 | |
| #: Author : Marc Weisel | |
| #: Version : 1.0 | |
| #: Description : Wireshark real-time packet capture and display for VMware Fusion vmnets | |
| ## Function definitions | |
| usage() | |
| { |
| LiveCD based on work done by http://willhaley.com/blog/create-a-custom-debian-live-environment/ | |
| I have been trying to create a LiveCD for myself using an in house flavor of | |
| Debian Jessie with a 4.x kernel but have run into a blocker. | |
| Any suggestions on how to fix this? I've tried adding union=overlay, union=overlayfs | |
| Begin: Running /scripts/live-realpremount ... done. | |
| Begin: Mounting "/live/medium/live/filesystem.squashfs" on "//filesystem.squashfs" via "/dev/loop" ... done. |
| #!/usr/bin/env python | |
| # makekey.py - A key making tool | |
| # This program will accept a pin configuration for a Schalge 5 Pin lock and produce GCode to mill out the corresponding key. | |
| # | |
| # For example, this will produce a bump key: | |
| # $ ./makekey.py 99999 | |
| # | |
| # This could produce a key to something else: | |
| # $ ./makekey.py 38457 | |
| # |
| Acquire::http::Pipeline-Depth "0"; | |
| Acquire::http::No-Cache=True; | |
| Acquire::BrokenProxy=true; |
| #!/bin/bash | |
| # Bash script for setting or clearing touch requirements for | |
| # cryptographic operations the OpenPGP application on a YubiKey 4. | |
| # | |
| # Author: Alessio Di Mauro <[email protected]> | |
| GCA=$(which gpg-connect-agent) | |
| DO=0 | |
| UIF=0 |
I hereby claim:
To claim this, I am signing this object:
| Jinja2 | |
| PyYAML | |
| dnspython | |
| httplib2 | |
| pip-tools | |
| passlib | |
| pyrax | |
| ssh-import-id | |
| ansible |
| # Setup influx, grafana and collector | |
| dcos marathon app add mesos-usb/mesosphere/marathon/monitoring/1-influxdb.json | |
| dcos marathon app add mesos-usb/mesosphere/marathon/monitoring/2-nibbler.json | |
| dcos marathon app add mesos-usb/mesosphere/marathon/monitoring/3-grafana.json | |
| # Run workload on 0.2 cpu cores | |
| mesos-execute --master=127.0.1.1:5050 --name=load_1 --command="dd if=/dev/zero of=/dev/null" --resources="cpus:0.2" | |
| # Influx db db/username/password | |
| mesos/root/root |
Yes I know this is not perfect and Virtualbox does not pass the VT-x instructions making using it painfully slow. I will adding provider to use VMware Fusion and hopefully ESXi.
With the that out of the way.