Skip to content

Instantly share code, notes, and snippets.

View fzipi's full-sized avatar

Felipe Zipitría fzipi

View GitHub Profile
@fzipi
fzipi / sites-enabled-certbot-test
Created October 29, 2017 18:22
certbot not working with nginx
server {
listen 80;
listen [::]:80;
root /var/www/owaspsummit.org;
index index.html
server_name owaspsummit-test.org;
@fzipi
fzipi / README.md
Last active November 9, 2016 21:38 — forked from hwdsl2/README.md
My IPTables rules for securing the Asterisk VoIP server
@fzipi
fzipi / ardour5.sh
Created August 15, 2016 20:47
Compile Ardour 5 on fedora 24
#!/bin/bash
# Ardour 5 in Fedora 24
sudo dnf install -y aubio aubio-devel dnf fftw-devel flac-devel gtkmm gtkmm24 gtkmm-2.4 \
gtkmm24-devel jack-audio-connection-kit-devel jack-devel libflac-devel liblo-devel liblrdf-devel \
liblv2-devel libogg-devel libsamplerate-devel libsndfile-devel lilv-devel lrdf-devel lv2-devel \
rubberband-devel samplerate-devel serd-0 serd-devel sord-devel sratom-devel taglib-devel vamp-plugin-sdk-devel
./waf configure
umask 022; sudo ./waf install
@fzipi
fzipi / gist:e9c6354ef33f02c95925
Created April 28, 2015 18:14
Problem with syncronization using davdroid 0.7.2 and horde
D/Wire (29964): http-outgoing-0 << "BEGIN:VTIMEZONE[\n]"
D/Wire (29964): http-outgoing-0 << "TZID:America/Montevideo[\n]"
D/Wire (29964): http-outgoing-0 << "BEGIN:STANDARD[\n]"
D/Wire (29964): http-outgoing-0 << "DTSTART:18980628T000000[\n]"
D/Wire (29964): http-outgoing-0 << "TZOFFSETFROM:-0344[\n]"
D/Wire (29964): http-outgoing-0 << "TZOFFSETTO:-0344[\n]"
D/Wire (29964): http-outgoing-0 << "TZNAME:MMT[\n]"
D/Wire (29964): http-outgoing-0 << "END:STANDARD[\n]"
D/Wire (29964): http-outgoing-0 << "BEGIN:STANDARD[\n]"
D/Wire (29964): http-outgoing-0 << "TZOFFSETFROM:-0330[\n]"
#!/usr/bin/env bash
# The MIT License (MIT)
#
# Copyright (c) 2014 Arun Babu Neelicattu
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell