Skip to content

Instantly share code, notes, and snippets.

View isijara's full-sized avatar
🏠
Working from home

Ramón Isijara isijara

🏠
Working from home
View GitHub Profile
@isijara
isijara / nginx.conf
Created April 20, 2016 23:02 — 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
@isijara
isijara / configure.xml
Last active February 9, 2016 17:02 — forked from abythell/configure.xml
Ant script to download and configure the Netbeans platform, which enables Netbeans platform applications to be built without the IDE
<!--
Netbeans Platform Download-and-Config
Copyright 2013, Andrew Bythell <abythell@ieee.org>
http://angryelectron.com/
This Ant script is used to download and configure the Netbeans platform,
allowing Netbeans platform applications to be built without the IDE.
-->
<project name="configure-platform" default="configure" basedir=".">