Skip to content

Instantly share code, notes, and snippets.

View mlev71's full-sized avatar

Max Levinson mlev71

  • University of Virginia
  • Charlottesville, VA
View GitHub Profile
@stevenringo
stevenringo / reinvent-2017-youtube.md
Created December 3, 2017 23:01
Links to YouTube recordings of AWS re:Invent 2017 sessions

| Title | Description

@emily-wasserman
emily-wasserman / README.md
Last active September 13, 2017 00:32
Project Hope + Cliff Effects Onboarding

Project Hope + Cliff Effects Team

What we're trying to solve:

Imagine that you are a person on government benefits, and you get a raise. You're making more money, and that's great! But there's an income cutoff for the benefits you receive, and now that your income is higher, you don't make the cutoff. Even though you're making more money, your situation is worse. Some of your benefits drop to nothing, or almost nothing. You've fallen off "the cliff".

Cliff effect

@jaceklaskowski
jaceklaskowski / deployment-tool-ansible-puppet-chef-salt.md
Last active January 3, 2024 22:12
Choosing a deployment tool - ansible vs puppet vs chef vs salt

Requirements

  • no upfront installation/agents on remote/slave machines - ssh should be enough
  • application components should use third-party software, e.g. HDFS, Spark's cluster, deployed separately
  • configuration templating
  • environment requires/asserts, i.e. we need a JVM in a given version before doing deployment
  • deployment process run from Jenkins

Solution

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 1, 2024 03:34
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname