Skip to content

Instantly share code, notes, and snippets.

View gfinol's full-sized avatar

Gerard Finol gfinol

View GitHub Profile
@gfinol
gfinol / Nextcloud-Pi3-Setup.md
Created November 4, 2017 01:18 — forked from ronau/Nextcloud-Pi3-Setup.md
Nextcloud on Raspberry Pi 3 Setup

Nextcloud on Raspberry Pi 3 Setup

This manual describes how to setup a Raspberry Pi 3 with nginx, PHP 7.0, MariaDB and use it as a Nextcloud server. Strong TLS encryption with Let's Encrypt certificates is also used. Of course, Owncloud can be used instead of Nextcloud. As of February 2017, the installation instructions are basically the same.

Useful links and knowledge sources for this step-by-step manual

@gfinol
gfinol / exams.md
Last active April 1, 2017 15:05
Some exams results

Primavera 2014 Parcial

Ex 2

  • Enric:
  • Gerard:
@gfinol
gfinol / dindns.sh
Last active February 24, 2019 21:47
Acuatilzar IP dinámica usando CloudFlare API V4 en Raspbian
#!/bin/sh
EMAIL=email
KEY=key
ZONE_ID=ZoneID
RECORD_ID=ZoneID
DOMAIN=domain.lt
TYPE=Record Type (example A)
FECHA=`date +"%d/%b/%Y %H:%M"`