Skip to content

Instantly share code, notes, and snippets.

View truedat101's full-sized avatar
:octocat:
gitpug

David J. Kordsmeier truedat101

:octocat:
gitpug
View GitHub Profile
INDEX
-----
- BUILD IT YOURSELF
- BUILD THE AUDIO SERVICE
- BUILDING FOR ANDROID
- INSTALL WITHOUT BUILDING
BUILD IT YOURSELF
-----------------
@truedat101
truedat101 / gist:8994539
Created February 14, 2014 02:01
silk road hacked
http://www.deepdotweb.com/2014/02/13/silk-road-2-hacked-bitcoins-stolen-unknown-amount/
Silk Road 2 Hacked, All Bitcoins Stolen – $2.7 Miliion
inShare8
Update 2: As the time passes there are more and more suspicions that this was in fact a SCAM by the Silk Road staff – and not a hack, we will post more details about it once, and if we get the full picture.
Update: The amount of BTC that was stolen was calculated by Nicholas Weaver @NCWeaver – Computer Security Researcher, to be around: 4474.266369160003BTC that are with the value of about $2.7 Million.
It was just announced in a post by Defcon the Silk Road administrator (this post will be updated as soon as we get more info) -
@truedat101
truedat101 / smilesessioncomplete
Last active December 24, 2015 21:09
smile data loaded, users in session, session complete
[
{
"TYPE":"QUESTION",
"IP":"127.0.0.1",
"NAME":"teacher",
"O1":"Person from outer space",
"O2":"Both answers in 3) and 4)",
"O3":"Non-citizen",
"O4":"A first generation of Japanese (Issei) who came to the U.S.A.",
"Q":"When referring to Japanese Americans, what was an Alien?",
@truedat101
truedat101 / smilequestionsloaded
Last active December 24, 2015 21:09
Sample SMILE JSON data
[
{
"TYPE":"QUESTION",
"IP":"127.0.0.1",
"NAME":"teacher",
"O1":"Person from outer space",
"O2":"Both answers in 3) and 4)",
"O3":"Non-citizen",
"O4":"A first generation of Japanese (Issei) who came to the U.S.A.",
"Q":"When referring to Japanese Americans, what was an Alien?",
@truedat101
truedat101 / gist:6646367
Created September 21, 2013 02:03
iwdev and iwconfig for SMILEPlug
Script started on Thu 29 Aug 2013 03:40:33 PM PDT
root@SMILEplug:~# ip##[Kwpriv wdev0ap0 wpawpa2mode 3
root@SMILEplug:~# iwpriv wdev0ap0 wpawpa2mode 3##[K##[K##[K##[K##[K##[K##[K##[K##[K##[K##[K##[K##[Kpassphrase "wpa2 mysecret"
root@SMILEplug:~# ip##[Kwpriv wdev0ap0 ciphersuite "wpa2 aes-ccmp"
root@SMILEplug:~# w##[Kiwconfig de##[K##[Kwe##[Kdev0ap0 commit
root@SMILEplug:~# iwconfig wdev0ap0 commit
root@SMILEplug:~# iwpriv wdev0ap0 wpawpa2mode 3
lo no private ioctls.
eth0 no private ioctls.
@truedat101
truedat101 / gist:6093671
Created July 27, 2013 04:06
Set up a qq mail account , and then configure imap
Sign up here
http://zc.qq.com/en/index.html
You will be required to provide a valid email to allow you to validate the account. Also annoying, you don't get to choose your email account name, it gets assigned.
Sign in, english: https://en.mail.qq.com/cgi-bin/loginpage
For configuration, I could not get pop3 working. It's unclear why. IMAP did work, using:
question,choice1,choice2,choice3,choice4,has_image,answers
What color is the sky?,Blue,Green,Yellow,Orange,,choice1
@truedat101
truedat101 / LICENSE
Created April 23, 2013 16:32
Licensing SMILE Consortium Software. Instructions: * Place a LICENSE file in the root level of the project * Place a NOTICE file in the root level of the project. Update dates if needed * Add a License/Copyright Header to each code source file (not necessary on build files) * Do not remove any 3rd party licenses or copyrights. * Provide attribut…
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
@truedat101
truedat101 / pedantically_commented_playbook.yml
Created November 8, 2012 23:22 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.
@truedat101
truedat101 / gist:3902091
Last active October 11, 2015 18:38
Graylog2 upstart for webrick
# /etc/init/graylog-webrick.conf
# attribution:
# http://blog.joshsoftware.com/2012/02/14/upstart-scripts-in-ubuntu/
#
# More on upstart for dummies: http://upstart.ubuntu.com/getting-started.html
#
description "graylog2 webrick service"
author "foo"
# used to be: start on startup