Skip to content

Instantly share code, notes, and snippets.

View pklingem's full-sized avatar

Patrick Klingemann pklingem

View GitHub Profile
anonymous
anonymous / gist:6656293
Created September 22, 2013 03:00
setting up Fedora 19 on an Early 2013 MacBook Pro Retina
1. Download this file: http://downloads.openwrt.org/sources/br … .5.tar.bz2
2. copy to usb
3. boot into Fedora 19 Live CD
4. b43-fwcutter
tar xjf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver
sudo b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o
@pblittle
pblittle / Vagrantfile
Created March 22, 2012 16:58
Vagrantfile to build deploy and app boxes (sans chef)
box_name = "lucid64"
box_url = "http://files.vagrantup.com/#{box_name}.box"
net_base = "33.33.33"
current_dir = File.dirname(__FILE__)
Vagrant::Config.run do |config|
config.vm.define :app do |app|
app.vm.box = box_name