Skip to content

Instantly share code, notes, and snippets.

View tcr-ableton's full-sized avatar

Theo Crevon tcr-ableton

View GitHub Profile
@tcr-ableton
tcr-ableton / windows_firewall_rule.ps1
Created January 18, 2016 13:50
ansible failing win_firewall_rule output
#!powershell
#
# (c) 2014, Timothy Vandenbrande <timothy.vandenbrande@gmail.com>
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@tcr-ableton
tcr-ableton / setup-audio-bluetooth-osx.sh
Last active February 23, 2016 09:32
Properly configure audio over bluetooth for osx
#!/bin/sh
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool Min (editable)" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 80
defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 80