Skip to content

Instantly share code, notes, and snippets.

View NikoRoberts's full-sized avatar

Niko Roberts NikoRoberts

View GitHub Profile
# NOTICE: to get Nginx+Unicorn best-practices configuration see the gist https://gist.github.com/3052776
$ cd /usr/src
$ wget http://nginx.org/download/nginx-1.2.1.tar.gz
$ tar xzvf ./nginx-1.2.1.tar.gz && rm -f ./nginx-1.2.1.tar.gz
$ wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.30.tar.gz
$ tar xzvf pcre-8.30.tar.gz && rm -f ./pcre-8.30.tar.gz
$ wget http://www.openssl.org/source/openssl-1.0.1c.tar.gz
$ cd /usr/src
$ wget http://nginx.org/download/nginx-1.5.10.tar.gz
$ tar xzvf ./nginx-1.5.10.tar.gz && rm -f ./nginx-1.5.10.tar.gz
$ wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.34.tar.gz
$ tar xzvf pcre-8.34.tar.gz && rm -f ./pcre-8.34.tar.gz
$ wget http://www.openssl.org/source/openssl-1.0.1l.tar.gz
$ tar xzvf openssl-1.0.1l.tar.gz && rm -f openssl-1.0.1l.tar.gz
@NikoRoberts
NikoRoberts / clamav-mac.md
Last active May 1, 2016 09:31
Get ClamAV running on Mac OS X (using Homebrew)

Get ClamAV running on Mac OS X (using Homebrew)

The easiest way to get the ClamAV package is using Homebrew

$ brew install clamav

Before trying to start the clamscan process, you'll need a copy of the ClamAV databases.

Create a freshclam.conf file and configure as so

@NikoRoberts
NikoRoberts / clamav-mac.md
Last active July 7, 2019 10:35 — forked from Uchean/clamav-mac.md
Get ClamAV running on Mac OS X (using Homebrew)

Get ClamAV running on Mac OS X (using Homebrew)

The easiest way to get the ClamAV package is using Homebrew

$ brew install clamav

Before trying to start the clamd process, you'll need a copy of the ClamAV databases.

Create a freshclam.conf file and configure as so