Skip to content

Instantly share code, notes, and snippets.

View mrosenberg's full-sized avatar

Matthew Rosenberg mrosenberg

View GitHub Profile
#!/usr/bin/env bash
# Names of latest versions of each package
export VERSION_PCRE=pcre-8.39
export VERSION_ZLIB=zlib-1.2.8
export VERSION_LIBRESSL=libressl-2.4.2
export VERSION_NGINX=nginx-1.11.3
# URLs to the source directories
export SOURCE_LIBRESSL=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
@mrosenberg
mrosenberg / compile-nginx-from-source-on-ubuntu.sh
Last active August 22, 2018 18:57 — forked from pothi/compile-nginx-from-source-on-ubuntu.sh
Compile Nginx from source on Ubuntu
#!/bin/bash
# What it is: a script to compile and install Nginx manually in Ubuntu 14.04 server
# Author: Pothi Kalimuthu
# Author URL: http://pothi.info
#Updated for mike
# License: GPL v2
### VARIABLES ###
@mrosenberg
mrosenberg / Hour&DayOfWeek_Script
Last active January 29, 2018 17:44 — forked from RitwikGA/Hour&DayOfWeek_Script
Analyze the Adwords Dayparting Performance Through Automated Scripts
/* Adwords Hour&DayOfWeek Analysis
* Description: Analyze the Adwords Dayparting performance.
* Author:RitwikGA
* Version 1.1
* DigiShuffle.com
*/
function main()
{