Skip to content

Instantly share code, notes, and snippets.

@samwestwood
samwestwood / countryregion_usa_0001_tmobileusa.json
Created February 22, 2017 18:45
countryregion_usa_0001_tmobileusa.json
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Install linux update, followed by GCC and Make
sudo yum -y update
sudo yum install -y gcc make
# Install Nginx and PHP-FPM
sudo yum install -y nginx php-fpm
# Install PHP extensions
sudo yum install -y php-devel php-mysql php-pdo \
php-pear php-mbstring php-cli php-odbc \
@samwestwood
samwestwood / alfred_iterm_here
Created December 6, 2012 12:39
Alfred + iTerm + Terminal Here
-- Adapted from:
-- http://iterm.sourceforge.net/scripting.shtml and
-- https://github.com/egrouse/alfred-terminal-here/
set finderPath to ""
tell application "Finder"
try
set finderFolder to (folder of the front window as alias)
on error