Skip to content

Instantly share code, notes, and snippets.

View fsquillace's full-sized avatar

Filippo Squillace fsquillace

View GitHub Profile
@abtrout
abtrout / pass.md
Created July 8, 2014 14:51
Using password-store with git repository synching

Password-store keeps your passwords (or any other sensitive information) saved in GnuPG encrypted files organized in ~/.password-store. For more information about GPG, consult the GNU Privacy Handbook.

Getting started

To get started, install pass and generate a keypair.

$ brew install pass
$ gpg --gen-key
$ gpg --list-keys
@fsquillace
fsquillace / twelve-factor-app.markdown
Last active May 5, 2016 21:38
Reference of the twelve- factor app book (http://12factor.net/).

The twelve-factor app

I. Codebase

One codebase tracked in revision control, many deploys

II. Dependencies

Explicitly declare and isolate dependencies

@fsquillace
fsquillace / jupyter-install.sh
Last active February 16, 2020 19:10
Simple script for installing a complete Jupyter notebook
#!/bin/bash
# Provides all the basic packages and kernels to have a complete Jupyter notebook ready!
#
# The installation includes:
# - scientific packages
# - ipython tab completion
# - bash kernel
# - ipywidgets
#
# To run a notebook: