Skip to content

Instantly share code, notes, and snippets.

View guglielmo's full-sized avatar

Guglielmo Celata guglielmo

View GitHub Profile
@guglielmo
guglielmo / .block
Last active August 31, 2018 15:42 — forked from JacquesJahnichen/README.md
d3.js v4 - Interactive zoomable treemap
license: gpl-3.0
height: 600
@guglielmo
guglielmo / migrate_repo.sh
Last active May 29, 2017 11:07 — forked from mariozig/migrate_repo.sh
Migrate repo from GitLab to GitHub Full blog post @ http://ruby.zigzo.com/2015/03/23/moving-from-gitlab-to-github/
# Assume we are in your home directory
cd ~/
# Clone the repo from GitLab using the `--mirror` option
$ git clone --mirror git@your-gitlab-site.com:guglielmo/my-repo.git
# Change into newly created repo directory
$ cd ~/my-repo.git
# Push to GitHub using the `--mirror` option. The `--no-verify` option skips any hooks.
@guglielmo
guglielmo / ansibleSetupPostfixSES.yml
Last active March 3, 2016 09:57 — forked from l0neranger/ansibleSetupPostfixSES.yml
Ansible Playbook - Postfix for SES Delivery
#
# According to AWS Docs - http://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html
#
# Rewrites all sender addresses to a single canonical ses verified address.
#
# Expects a vars files at ../vars/PostfixSES-vars.yml with the following variables:
# - ses_host: email-smtp.us-west-x.amazonaws.com
# - ses_port: 587
# - ses_username: ses-smtp-username
# - ses_password: ses-smtp-password