Skip to content

Instantly share code, notes, and snippets.

View stevemcquaid's full-sized avatar

Stephen McQuaid stevemcquaid

View GitHub Profile
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '-g', 'dmx' ]
2 info using [email protected]
3 info using [email protected]
4 verbose cache add [ 'dmx', null ]
5 verbose cache add name=undefined spec="dmx" args=["dmx",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
> [email protected] preinstall /usr/local/lib/node_modules/dmx/node_modules/ftdi
> node-gyp rebuild
CXX(target) Release/obj.target/ftdi/src/ftdi_device.o
In file included from ../src/ftdi_device.cc:11:
../src/ftdi_device.h:6:10: fatal error: 'ftd2xx.h' file not found
#include <ftd2xx.h>
^
1 error generated.
make: *** [Release/obj.target/ftdi/src/ftdi_device.o] Error 1
- Devi's Haircut
- Blank Space - Taylor Swift
- Begin Again - Taylor Swift
- Style - Taylor Swift
- Ride Wit Me (feat. City Spud) - Nelly featuring City Spud
- Bullet (feat. Mickey Singh) - Kay v Singh
- Tipsy - J-Kwon
- Teach Me How to Dougie - Cali Swag District
- Sunny Sunny - Yo Yo Honey Singh & Neha Kakkar
- Fuck Tha Police - N.W.A.
- Faithfully - Journey
- Then - Brad Paisley
- Wobble - V.I.C.
- Thrift Shop (feat. Wanz) - Macklemore & Ryan Lewis
- Hey Ya! - OutKast
- Suit & Tie (feat. JAY Z) - Justin Timberlake
- Doo Doo Brown - 2 Hyped Brothers & A Dog
- Pop That Coochie - 2 Live Crew
- All About That Bass - Meghan Trainor
- Overdrive ?? - Dj Inferno
<html>
<body>
<form action="http://djrequester.com/requests" id="new_request" method="post">
<div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"><input name="authenticity_token" type="hidden" value="u3arGAxvcoB+Y5yIURndejDdeR59dg/pvEefqS3p6us="></div>
<input autofocus="autofocus" class="form-control" id="request_song_id" name="request[song_id]" placeholder="Song" size="30" type="text">
<input id="request_list_id" name="request[list_id]" type="hidden" value="LaytonHighSchool">
<button class="btn btn-lg btn-primary btn-block" type="submit">Submit</button>
</form>
</body>
@stevemcquaid
stevemcquaid / malicious plugins
Created June 23, 2015 18:13
malicious requests
Actions Hits URL with 404 Error Date of Most Recent Hit Referers User Agents
Actions Hits URL with 404 Error Date of Most Recent Hit Referers User Agents
1 http://www.conciergewedding.com/wp-content/plugins/cforms/cforms-admin.css June 23, 2015 at 1:23 am
3 http://www.conciergeent.com/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-... June 21, 2015 at 12:34 am 3 View list of referring URLs 3 View list of user agents
3 http://conciergeent.com/wp-content/themes/elegance/lib/scripts/dl-skin.php June 21, 2015 at 12:34 am
3 http://conciergeent.com/wp-content/themes/dejavu/lib/scripts/dl-skin.php June 21, 2015 at 12:34 am
3 http://conciergeent.com/wp-content/themes/echelon/lib/scripts/dl-skin.php June 21, 2015 at 12:34 am
3 http://conciergeent.com/wp-content/themes/awake/lib/scripts/dl-skin.php June 21, 2015 at 12:34 am
3 http://www.conciergeent.com/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=.... June 21, 2015 at 12:
My husband and I are both medical students across the country, so planning a wedding several time zones away was going to be challenging. Additionally, I am a self-described personality type "AAA" so I knew I wanted to be as involved as I could in the wedding planning process but also have someone on my team that I could entrust with all other details when my wedding could not be prioritized. As a thorough individual, I wanted to do my due diligence in researching a wedding planner who would protect my vision, understand my neuroses, and be flexible with a demanding schedule. In the end I made a spreadsheet of 46 wedding planners - spoke to most of them over the phone and eventually landed on Duncan Reyes. Duncan was truly the brains behind our entire wedding- not to mention a complete genius when it comes to knowing who's who in the Bay Area wedding scene. In the end Duncan did so much more than plan our wedding; he introduced us to vendors that I never would have found, answered thousands of e-mails (respon
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJsiNQqnSoBbmU8x4vfAjEVL9Rzn/Y677Xqy/lW7JlGWyLfOZuBUBqpYb+OY69vXoeXN0awPT0lI/pWx8yd/u5VrevXsuYAW23M9uvz4nbgq8okfoP6m35nUL24fTpyBNqQ5VB2Zj8eLfKeK8nnsthAt2yTpUexfL65ae4A2F9vSCUd9IAkemQqM/dPDPB1m/8BOeR4TDwHz1ZbamzBf7GdRWjRRxiHbwjeyLqnpy7CifPA6EOX6X/3VosIBVlVgLkl+ZRGfohsl58f8mMuby+d2Ilk0G3kbE/utP/DnwHtd/lE17hBNvfyHSoFracC1AD+mP5A5ptNPbLQumPqGBZ [email protected]
#!/usr/bin/env ansible-playbook
---
#
# Use this playbook to update chatops bot
#
- hosts: all
tasks:
- name: Copy pubkey
authorized_key: user={{ ansible_user_id }} key="{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
class GDOpenstack(BotPlugin):
def activate(self):
self.novaclient = None
self.serverlist = None
if self._refreshcache():
super(GDOpenstack, self).activate()
@botcmd(split_args_with=None)