Skip to content

Instantly share code, notes, and snippets.

View thoom's full-sized avatar

Zach Peacock thoom

View GitHub Profile
#!/bin/sh
NGINX_VERSION=1.5.2
TMP_PATH=/tmp
sudo service nginx stop
# Fetch and extract Nginx
cd $TMP_PATH
wget http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz
#!/usr/bin/env bash
#
# Install MySQL server
#
# Author:
# Colovic Vladan, First Beat Media
#
download_dir=/srv/tmp/download
download_url=https://dl.dropbox.com/u/191471/FirstBeatMedia/mysql-5.6.11-debian6.0-x86_64.deb