Skip to content

Instantly share code, notes, and snippets.

View ricardovf's full-sized avatar

Ricardo Fritsche ricardovf

View GitHub Profile
DefinitionBlock ("dsdt.aml", "DSDT", 2, "INTEL ", "DH61DL ", 0x00000012)
{
Name (SP1O, 0x2E)
Name (IOCE, 0x87)
Name (IOCL, 0xAA)
Name (SI1P, One)
Name (IOHB, Zero)
Name (IOHL, 0x10)
Name (TCBR, 0xFED08000)
Name (TCLT, 0x1000)
@ricardovf
ricardovf / com.meritt.oitenta.plist
Created February 14, 2012 20:05
Redirect port 80 to 8080 on OSX
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.meritt.oitenta</string>
<key>Program</key>
<string>/sbin/ipfw</string>
<key>ProgramArguments</key>
<array>
@ricardovf
ricardovf / org.php.php-fpm.plist
Created February 14, 2012 19:04
PHP-FPM Launch configuration for Mac OS X
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" >
<plist version='1.0'>
<dict>
<key>Label</key><string>org.php.php-fpm</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/sbin/php-fpm</string>
<string>--fpm-config</string>
<string>/usr/local/etc/php-fpm.conf</string>
@ricardovf
ricardovf / install-mono.rb
Created June 2, 2011 20:13
Chef recipe to download tarballs, extract, and compile them.
#
# Cookbook Name:: mono
# Recipe:: install-mono
#
# Copyright 2011, Medidata Solutions, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#