Skip to content

Instantly share code, notes, and snippets.

View bitbonsai's full-sized avatar

Mauricio Wolff bitbonsai

View GitHub Profile
@bitbonsai
bitbonsai / mountain-lion-brew-setup.markdown
Created October 3, 2012 01:22 — forked from myobie/mountain-lion-brew-setup.markdown
Get Mountain Lion and Homebrew to Be Happy

Get Mountain Lion and Homebrew to Be Happy

1) Install XCode 4.4 into /Applications

Get it from the App Store.

2) Install Command Line Tools

In XCode's Preferences > Downloads you can install command line tools.

@bitbonsai
bitbonsai / proactive404.php
Created September 7, 2012 08:29
Proactive 404
<?php
$http = str_replace('HTTP/1.1','http://',$_SERVER['SERVER_PROTOCOL']);
$datetime = date('Y-m-d H:i:s');
$to = $config['webmaster'];
$subject = '404 at '. $config['url'];
$headers = 'From: site@'.$config['url']."\r\n";
$message = <<< MAIL