Skip to content

Instantly share code, notes, and snippets.

View miselaytes-anton's full-sized avatar

Anton Miselaytes miselaytes-anton

  • Netherlands
View GitHub Profile
@miselaytes-anton
miselaytes-anton / nginx.conf
Created April 3, 2017 15:12 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@miselaytes-anton
miselaytes-anton / GraphicsMagick.sh
Created November 6, 2015 17:58 — forked from paul91/GraphicsMagick.sh
How to install GraphicsMagick on CentOS 6.4
#!/bin/bash
# Install build dependencies
yum install -y gcc libpng libjpeg libpng-devel libjpeg-devel ghostscript libtiff libtiff-devel freetype freetype-devel
# Get GraphicsMagick source
wget ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.9.tar.gz
tar zxvf GraphicsMagick-1.3.9.tar.gz
# Configure and compile