Skip to content

Instantly share code, notes, and snippets.

@iRo0t
iRo0t / EjemplosBatch.bat
Created March 9, 2022 23:40 — forked from HiroNakamura/EjemplosBatch.bat
Ejemplos de programas en Batch MS-DOS
@rem Ejemplos de código en Bat
@rem autor: yo
@rem Aqui hay varios scripts http://foro.elhacker.net/scripting/libreria_de_funciones_y_scripts_batch_actualizado_260507-t163184.0.html
goto :com1
@iRo0t
iRo0t / nginx.conf
Created February 28, 2022 00:30 — 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