Skip to content

Instantly share code, notes, and snippets.

View rdeprera's full-sized avatar
🇺🇦
🇧🇷 🇺🇦

Reinaldo Deprera rdeprera

🇺🇦
🇧🇷 🇺🇦
View GitHub Profile
@rdeprera
rdeprera / cortar_silencio.py
Last active September 26, 2022 11:15 — forked from vivekhaldar/cut_silence.py
Script Python para cortar partes silenciosas de um vídeo. Usa a biblioteca moviepy.
#!/usr/bin/env python
#
# Based on a script by Donald Feury
# https://gitlab.com/dak425/scripts/-/blob/master/trim_silenceV2
# https://youtu.be/ak52RXKfDw8
import math
import sys
import subprocess
import os
@rdeprera
rdeprera / nginx.conf
Created June 22, 2021 01:52 — 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