Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
Adapted from http://blog.herecura.eu/blog/2015/09/13/self-signed-multi-domain-certificate/
Create a file named cert.conf:
[ local_san ]
nsCertType = server
keyUsage = digitalSignature,nonRepudiation,keyEncipherment
extendedKeyUsage = serverAuth
subjectKeyIdentifier = hash
| <?php | |
| /* | |
| * Plugin Name: wpMandrill MS | |
| * Plugin URI: trepmal.com | |
| * Description: Network-wide settings for wpMandrill. | |
| * Version: 2013.04.01 | |
| * Author: Kailey Lampert | |
| * Author URI: kaileylampert.com | |
| * License: GPLv2 or later | |
| * TextDomain: wpmandrill-ms |
| <?php | |
| add_action( 'after_setup_theme', 'bootstrap_setup' ); | |
| if ( ! function_exists( 'bootstrap_setup' ) ): | |
| function bootstrap_setup(){ | |
| add_action( 'init', 'register_menu' ); | |
| #!/usr/bin/php | |
| <?php | |
| $usage = "Automated Wordpress installer\nby Ali Gangji\nUsage: wordpress install_dir -u dbuser -p dbpass -d dbname\nOptions:\n"; | |
| $usage .= " -u dbuser Database username\n"; | |
| $usage .= " -p dbpass Database password\n"; | |
| $usage .= " -d dbname Database name\n"; | |
| $usage .= " -h dbhost Database host\n"; | |
| $usage .= " --private Hide blog from search engines\n"; | |
| $usage .= " --prefix prefix Database prefix\n"; | |
| if ($argc < 2) { |