Skip to content

Instantly share code, notes, and snippets.

View ptemmer's full-sized avatar

Pieter Temmerman ptemmer

  • Söderberg & Partners
  • Sevilla, Spain
View GitHub Profile
@ptemmer
ptemmer / nginx.conf
Created June 7, 2018 14:28 — 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
@ptemmer
ptemmer / chef_editor_atom_install_packages.sh
Created March 22, 2018 09:50 — forked from petersonwsantos/chef_editor_atom_install_packages.sh
Chef Editor - This simple script for install Atom's packages - add syntax highlighting, commands, and code snippets.
#!/bin/bash
# https://learn.chef.io/modules/text-editors#/
atom_packages="darron/language-chef \
pauldruziak/language-rspec \
chef-training/language-inspec \
habitat-sh/language-habitat \
habitat-sh/language-habitat \
steelbrain/linter \
AtomLinter/linter-foodcritic \