Skip to content

Instantly share code, notes, and snippets.

View GaProgMan's full-sized avatar
💭
Somewhere on the call stack

Jamie Taylor GaProgMan

💭
Somewhere on the call stack
View GitHub Profile
#!/bin/bash
OPTIND=1
ruby=0
url=""
open=0
notvertical=0
download=0
show_help () {
@plentz
plentz / nginx.conf
Last active April 24, 2024 11:15
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048