Skip to content

Instantly share code, notes, and snippets.

View colkito's full-sized avatar

colkito

View GitHub Profile
@colkito
colkito / README.md
Created January 12, 2016 22:47 — forked from jxson/README.md
README.md template

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation

@colkito
colkito / gist:7a11d267657d72e07295
Created June 4, 2015 14:57
Generate android signin key
keytool -genkey -v -keystore [keystore_name].keystore -alias [alias_name] -keyalg RSA -keysize 2048 -validity 10000
@colkito
colkito / gist:527369b48586156131ee
Created September 6, 2014 01:18
Generate a CSR for SSL
openssl req -nodes -newkey rsa:2048 -keyout myserver.key -out server.csr