Skip to content

Instantly share code, notes, and snippets.

View pablomaurer's full-sized avatar
🙈
uhuh ahahah

Pablo Maurer pablomaurer

🙈
uhuh ahahah
View GitHub Profile
@pablomaurer
pablomaurer / couchdb2_ssl_windows.md
Last active October 3, 2016 13:09
Setup for CouchDB 2 with Letsencrypt on Windows

Setup for CouchDB 2 with Letsencrypt on Windows

Because I had some problems getting it to work on Windows here is the final Solution.

ciphers

Test how good you SSL Setup is with ssllabs.

Can't Start
----
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-RSA-AES256-GCM-SHA384
@pablomaurer
pablomaurer / pouchdb_cors_notes.md
Last active January 8, 2016 14:44
PouchDB CORS Notes

####CORS Freaking out about CORS? Me to, lets add here some solutions which are readable!

#####What is CORS?

For Security reasons you can not make Requests to another origin. So requests from origin1 to origin2 are normally forbidden. If you still want to do that, origin2 (Server) has to allow it.

// show partitions
fdisk -l
//
df
// say it's sdb1 which we want to format
umount /dev/sdb1
// format to fat32
npm cache clean -f
npm install -g n
n stable
// to switch version use 'n 0.12.2' for example
@pablomaurer
pablomaurer / Git simplified snippets
Last active August 29, 2015 14:04
Git simplified
// Pullen
Entfernte änderungen holen
// Pushen
Lokale änderungen hochladen
// Committen
Lokale änderungen beschreiben und als bereit für das hochladen markieren
// Branch wechseln