Skip to content

Instantly share code, notes, and snippets.

@iKazuyoshi
iKazuyoshi / add-headers-more.sh
Created November 17, 2015 06:32
Add headers more for Amazon Linux
#!/usr/bin/env bash
NGINX_VER=1.6.3
HEADERS_MORE_VER=0.28
PWD=`pwd`
cd /usr/local/src
# get nginx source.
wget http://nginx.org/download/nginx-${NGINX_VER}.tar.gz
@iKazuyoshi
iKazuyoshi / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console