Skip to content

Instantly share code, notes, and snippets.

@chopeen
chopeen / git-gpgsign.md
Last active March 7, 2020 23:09 — forked from webframp/keybase.md
Signing Git commits on GitHub using keybase.io GPG key

Local setup

First get the public key

keybase pgp export | gpg2 --import

Next get the private key

keybase pgp export --secret | gpg2 --allow-secret-key --import
@chopeen
chopeen / ncdc.sh
Last active August 29, 2015 14:16 — forked from aligusnet/ncdc.sh
#!/usr/bin/env bash
# global parameters
g_tmp_folder="ncdc_tmp";
g_output_folder="ncdc_data";
g_remote_host="ftp.ncdc.noaa.gov";
g_remote_path="pub/data/noaa";