Skip to content

Instantly share code, notes, and snippets.

View douglasjarquin's full-sized avatar

Douglas Jarquin douglasjarquin

View GitHub Profile
@douglasjarquin
douglasjarquin / homebrew-update.sh
Created June 14, 2011 17:58
Update outdated Homebrew packages
brew upgrade `brew outdated | awk {'print $1'} | xargs`
git clone --bare . ~/Dropbox/Git/project.git
git remote add dropbox ~/Dropbox/Git/project.git
git push dropbox master
git push dropbox master --set-upstream
git clone ~/Dropbox/Git/project.git
git remote add dropbox ~/Dropbox/Git/project.git
@douglasjarquin
douglasjarquin / rds-migrator.rb
Created July 11, 2011 02:33
Migrate a small database from one RDS instance to another
require 'fileutils'
start_time = Time.now
SOURCE_DATABASE = {
:name => '...',
:user => '...',
:password => '...',
:host => '...'
}
@douglasjarquin
douglasjarquin / s3_list_versions.py
Created September 27, 2011 17:03
List S3 object versions with Boto and Python
"""
List all S3 object versions
"""
import os
from boto.s3.connection import S3Connection
print '--- Connecting to S3'
c = S3Connection(aws_access_key_id=os.environ['AWS_ACCESS_KEY_ID'],
aws_secret_access_key=os.environ['AWS_SECRET_ACCESS_KEY'])
@douglasjarquin
douglasjarquin / gist:2208690
Created March 26, 2012 18:58
Amazon RDS Performance Tuning Settings
rds-modify-db-parameter-group {param-group-name} \
--parameters="name=character_set_server, value=utf8, method=pending-reboot" \
--parameters="name=collation_server, value=utf8_general_ci, method=pending-reboot" \
--parameters="name=tmp_table_size, value={DBInstanceClassMemory/16}, method=pending-reboot" \
--parameters="name=max_heap_table_size, value={DBInstanceClassMemory/16}, method=pending-reboot" \
--parameters="name=query_cache_type, value=1, method=pending-reboot" \
--parameters="name=query_cache_size, value=131072, method=pending-reboot" \
--parameters="name=table_open_cache, value=2500, method=pending-reboot" \
--parameters="name=join_buffer_size, value={DBInstanceClassMemory/64}, method=pending-reboot" \
--parameters="name=thread_cache_size, value={DBInstanceClassMemory/12582880}, method=pending-reboot" \
@douglasjarquin
douglasjarquin / operations-engineer.md
Created April 10, 2012 02:45
Operations Engineer

Operations Engineer

About Zumba

Zumba® Fitness is a global lifestyle brand that fuses fitness, entertainment and culture into an exhilarating dance-party workout. Founded in 2001, the company is now the largest branded fitness program in the world — reporting more than 12 million weekly class participants, in over 110,000 locations, across more than 125 countries. The Zumba® fitness lifestyle is rounded out by the company’s many consumer product offerings, including DVD sets, music collections, multi-seasonal apparel and footwear, video games, Fitness-ConcertTM events and a lifestyle magazine. All of our rapid growth means that we have many interesting and challenging problems to solve, most critically in operations. Zumba Instructor's bet their businesses on the availability of our platform. This is why we’re looking to add two experienced Operations Engineer's to our technical operations team.

Skills

  • 3+ years of Linux administration