Skip to content

Instantly share code, notes, and snippets.

View jffernandez's full-sized avatar

Jose F. Fernandez jffernandez

  • Fenix Engineering Solutions
  • Spain
View GitHub Profile
@jffernandez
jffernandez / privacypolicy.md
Created June 23, 2020 20:01
Chrome Web Store Privacy Policy

The extension does not collect nor store data of any type. Period.

Keybase proof

I hereby claim:

  • I am jffernandez on github.
  • I am jffernandez (https://keybase.io/jffernandez) on keybase.
  • I have a public key ASANE0-cJ__HvHqcWkouDeoOjvv8uLBIOUM-SwH-Y6fqygo

To claim this, I am signing this object:

@jffernandez
jffernandez / Cluster setup hints
Created April 7, 2017 13:19 — forked from SinanGabel/Cluster setup hints
CouchDB 2.0 on Ubuntu 16.04
# See also: http://docs.couchdb.org/en/latest/cluster/index.html
# Before you can add nodes to form a cluster, you have to have them listen on a public ip address
# and set up an admin user (use same admin:password for all nodes).
# Do this, once per node:
# If you have installed couchdb in /opt (else change the Path)
cd /opt/couchdb/etc
cp local.ini local.ini.orig
cp vm.args vm.args.orig