Skip to content

Instantly share code, notes, and snippets.

@markjenkins
markjenkins / recording_pipeline.sh
Created May 13, 2015 17:06
Record an mp3 stream into 2 hour blocks
#/bin/sh
while true; do \
wget -q -O - http://livehq.umfm.com/ | \
cronolog -H /home/mark/archives/current.mp3 \
-p "2 hours" '/home/mark/archives/%Y-%m-%d/%s.mp3'
sleep 1s
done
@markjenkins
markjenkins / custom_crack_multibit_key_export.py
Last active March 15, 2016 16:17
Custom program for cracking a multibit .key backup file (compatible with openssl enc/dec) with some existing knowledge of a passphrase I was told by someone who forgot some of it.
#!/usr/bin/env python
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
# http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html
# @author Mark Jenkins <mark@markjenkins.ca>
# usage