Select Page

OSX – Brew Commands

Install Homebrew ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)” Show available versions available for install: brew versions [formula] Install/Switch to a different version: brew switch [formula] [version] Stop using a version brew unlink...

iPhone: Disable Camera Shutter Sound

1. Create a ‘dummy’ file called photoShutter.caf. 2. In the iPhone file sytem, navigate to /System/Library/Audio/UISounds 3. Replace the photoShutter.caf file with the ‘dummy’ file you created Now the camera shutter will not make a...

apt-fast: A faster apt-get

# !/bin/sh # apt-fast v0.02 by Matt Parnell http://www.mattparnell.com, this thing is fully open-source # if you do anything cool with it, let me know so I can publish or host it for you # contact me at admin@mattparnell.com # Special thanks to Travis/travisn000 from...