$ brew install autoconf automake gmp homebrew/versions/bison27 gd freetype t1lib gettext zlib mcrypt
$ git clone --depth=1 https://github.com/php/php-src.git
$ cd php-src
| function certchain() { | |
| # Usage: certchain | |
| # Display PKI chain-of-trust for a given domain | |
| # GistID: https://gist.github.com/joshenders/cda916797665de69ebcd | |
| if [[ "$#" -ne 1 ]]; then | |
| echo "Usage: ${FUNCNAME} <ip|domain[:port]>" | |
| return 1 | |
| fi | |
| local host_port="$1" |
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
| -/macro fio-dec system, june 1963 | |
| 007652 640500 szm=sza sma-szf | |
| 007652 650500 spq=szm i | |
| 007652 761200 clc=cma+cla-opr | |
| - define senseswitch A | |
| - repeat 3, A=A+A | |
| - szs A | |
| - term | |
| - define init A,B | |
| - law B |
Install Homebrew:
Tap the wonderful homebrew-php from https://github.com/Homebrew/homebrew-php
$ brew tap homebrew-php
| *.pyc | |
| bin/ | |
| include/ | |
| lib/ |
Install XQuartz (http://xquartz.macosforge.org) which is the development version of the X11.app that ships with OS X, which means it is way more up to date. I have had some weird issues with X11.app v. 2.3-something. XQuartz 2.5.0 fixed that.
Install dwm from Homebrew, brew install dwm. This makes a bunch of necessary tweaks to the DWM configuration.
Add the following script to $PATH, name it dwm-launch and chmod 755:
cd ~
while true