Skip to content

Instantly share code, notes, and snippets.

### useful for troubleshooting open directory binding issues between mac and Active Directory forest...
odutil set log debug
odutil set log default
@edglazer
edglazer / gist:9809246
Created March 27, 2014 14:51
Rivendell-exporter-airtime-mp3.sh
#!/bin/bash
# A bash script to convert all Rivendell's audio-library to MP3, extract meta-tags from Rivendell's
# database and set appropriate tags to each MP3 file.
# Notes:
# 1 - Rivendell store files in .wav format, airtime uses .mp3 format
# 2 - WAV does not have Meta-tag support so all meta-tags need to be fetched from Rivendell database.
@edglazer
edglazer / python26.rb
Created September 9, 2011 14:58 — forked from markdillon/python26.rb
brew install python2.6
require 'formula'
<<-COMMENTS
Versions
--------
This formula is currently tracking version 2.6.x.
Python 3.x is available as a separate formula:
brew install python3