Verifying my Blockstack ID is secured with the address 1DDk6pEJJsdBDSoTxSsfaeM9zzSEaTT5iq https://explorer.blockstack.org/address/1DDk6pEJJsdBDSoTxSsfaeM9zzSEaTT5iq
View post_install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl_check () | |
{ | |
echo "Checking for curl..." | |
if command -v curl > /dev/null; then | |
echo "Detected curl..." | |
else | |
echo "Installing curl..." | |
apt-get install -q -y curl |
View twitter_cleaner.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'twitter' | |
require 'json' | |
require 'faraday' | |
# things you must configure | |
PATH_TO_DROPBOX = "/Users/your_name/Dropbox/backup/tweets/" # you need to create this folder | |
TWITTER_USER = "your_twitter_username" |
View mysqlbackup.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DBSERVER= | |
DATABASE= | |
FILE=${DATABASE}-`date +"%Y%m%d"` | |
USER= | |
PASS= | |
unalias rm 2> /dev/null | |
rm ${FILE} 2> /dev/null | |
rm ${FILE}.gz 2> /dev/null |
View keybase.md
Keybase proof
I hereby claim:
- I am gzapico on github.
- I am gzapico (https://keybase.io/gzapico) on keybase.
- I have a public key whose fingerprint is B823 F95A 297B AC35 5F09 3704 D842 E750 1678 71D9
To claim this, I am signing this object: