Skip to content

Instantly share code, notes, and snippets.

View allanesquina's full-sized avatar
💭
New horizon!

Allan Esquina allanesquina

💭
New horizon!
View GitHub Profile
@allanesquina
allanesquina / create-ssl-cert.sh
Created April 8, 2020 21:48 — forked from ArnaudValensi/create-ssl-cert.sh
Generate a self signed certificate without passphrase for private key
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 10000 -nodes
@allanesquina
allanesquina / convertvideo.sh
Last active August 29, 2015 14:13 — forked from franklinjavier/convertvideo.sh
Convert video using avconv
#!/bin/bash
# ./convertvideo.sh Directory filetype
#
# Ex:
# ./convertvideo.sh /videos mp4
ls *$1 \
| while read f