Skip to content

Instantly share code, notes, and snippets.

View terell's full-sized avatar
:shipit:
shippin'

Terell Moore terell

:shipit:
shippin'
View GitHub Profile
AWSTemplateFormatVersion: 2010-09-09
Description: Configure AWS Config rules to check that your S3 buckets do not allow public access
Parameters:
ConfigRuleName:
Type: 'String'
Description: 'Name for the Config rule'
Resources:
CheckForS3PublicRead:
@terell
terell / 0_reuse_code.js
Created June 21, 2016 15:47
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@terell
terell / gist:8286844
Created January 6, 2014 18:08
Reset user roles & capabilities in WordPress
if ( ! function_exists( 'populate_roles' ) ) {
include_once( ABSPATH . '/wp-admin/includes/schema.php' );
}
populate_roles();