Skip to content

Instantly share code, notes, and snippets.

View dschaper's full-sized avatar

Dan Schaper dschaper

View GitHub Profile
@dschaper
dschaper / build-dump1090.sh
Last active March 6, 2016 17:09
Build Dump1090-Mutability with dependency checks
#!/usr/bin/env bash
main() {
echo -e "\e[1m=================================================="
echo "| Dump1090-Mutability installation script v0.3.1|"
echo -e "==================================================\e[0m"
# get required build packages
status "Running apt-get to update package database... " info
@dschaper
dschaper / build_nginx.sh
Last active January 19, 2018 03:43 — forked from Belphemur/build_nginx.sh
Compiling Nginx with LibreSSL & PageSpeed
#!/usr/bin/env bash
# names of latest versions of each package
export NGINX_VERSION=1.9.4
export VERSION_PCRE=pcre-8.37
export VERSION_LIBRESSL=libressl-2.2.3
export VERSION_NGINX=nginx-$NGINX_VERSION
export NPS_VERSION=1.9.32.6
export VERSION_PAGESPEED=v${NPS_VERSION}-beta
export N_PROC=4