As configured in my dotfiles.
start new:
tmux start new with session name:
| #!/usr/bin/env ruby | |
| # | |
| # Proof-of-Concept exploit for Rails Remote Code Execution (CVE-2013-0156) | |
| # | |
| # ## Advisory | |
| # | |
| # https://groups.google.com/forum/#!topic/rubyonrails-security/61bkgvnSGTQ/discussion | |
| # | |
| # ## Caveats | |
| # |
| #!/usr/bin/env ruby | |
| # | |
| # Proof-of-Concept exploit for Rails Remote Code Execution (CVE-2013-0333) | |
| # | |
| # ## Advisory | |
| # | |
| # https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/1h2DR63ViGo | |
| # | |
| # ## Caveats | |
| # |
| VERSION=1,0 | |
| answer VNET_1_DHCP yes | |
| answer VNET_1_DHCP_CFG_HASH 2206FEB72A9F81A3DAB1867B4F50A62DE358C767 | |
| answer VNET_1_HOSTONLY_NETMASK 255.255.255.0 | |
| answer VNET_1_HOSTONLY_SUBNET 192.168.38.0 | |
| answer VNET_1_VIRTUAL_ADAPTER yes | |
| answer VNET_8_DHCP yes | |
| answer VNET_8_DHCP_CFG_HASH 963348F9994D4A94335D8E1BDF6DCF0ED9860D76 | |
| answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 | |
| answer VNET_8_HOSTONLY_SUBNET 172.16.162.0 |
| # source: http://macorios.com/blog/2013-2-28-sync-moom-between-two-or-more-macs | |
| # Copy this file to the new mac. | |
| ~/Library/Preferences/com.manytricks.Moom.plist |
As configured in my dotfiles.
start new:
tmux start new with session name:
| #!/usr/bin/env python | |
| # Taken from: | |
| # http://www.kryogenix.org/days/2014/06/25/throttling-or-slowing-down-network-interfaces-on-ubuntu/ | |
| from gi.repository import Gtk, GLib | |
| import socket, fcntl, struct, array, sys, os | |
| def which(program): | |
| import os | |
| def is_exe(fpath): |
| #!/usr/bin/env/ruby | |
| require 'socket' | |
| # AWS API Credentials | |
| AWS_ACCESS_KEY_ID = "your-aws-access-key-id" | |
| AWS_SECRET_ACCESS_KEY = "your-aws-secret-access-key" | |
| # Node details | |
| NODE_NAME = "webserver-01.example.com" |
PER_PAGE from 1000 to 500 to get around API gateway timeout errorsmeta['total'] which is no longer part of the API response JSONAccompanies blog post: Transit dimensions: Transitland Schedule API
| /usr/local/lib/python3.4/dist-packages/pq/utils.py:132: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead | |
| logger.warn(notice) | |
| ...........2016-11-30 22:05:46,936 ERROR: Failed to check merged status of openaddresses/openaddresses gobbledygook: 'base_commit' | |
| ..........................2016-11-30 22:06:06,566 WARNING: Skipping file with unknown conform: test | |
| 2016-11-30 22:06:06,567 WARNING: Skipping file with unknown conform: test | |
| ..................2016-11-30 22:06:06,605 WARNING: Conform named bar.txt as file but we could not find it. | |
| ..2016-11-30 22:06:06,618 WARNING: No GDB found in ['nope.txt'] | |
| 2016-11-30 22:06:06,621 WARNING: Multiple GDBs found, but source has no file attribute. | |
| .2016-11-30 22:06:06,626 WARNING: No JSON found in ['nope.txt'] | |
| 2016-11-30 22:06:06,627 WARNING: Found more than one JSON file in source, can't pick one |
| /usr/local/lib/python3.4/dist-packages/pq/utils.py:132: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead | |
| logger.warn(notice) | |
| ...........2016-12-01 17:26:12,823 ERROR: Failed to check merged status of openaddresses/openaddresses gobbledygook: 'base_commit' | |
| ..........................2016-12-01 17:26:33,171 WARNING: Skipping file with unknown conform: test | |
| 2016-12-01 17:26:33,172 WARNING: Skipping file with unknown conform: test | |
| ..................2016-12-01 17:26:33,206 WARNING: Conform named bar.txt as file but we could not find it. | |
| ..2016-12-01 17:26:33,208 WARNING: No GDB found in ['nope.txt'] | |
| 2016-12-01 17:26:33,208 WARNING: Multiple GDBs found, but source has no file attribute. | |
| .2016-12-01 17:26:33,210 WARNING: No JSON found in ['nope.txt'] | |
| 2016-12-01 17:26:33,210 WARNING: Found more than one JSON file in source, can't pick one |