Skip to content

Instantly share code, notes, and snippets.

View jpoley's full-sized avatar
♥️
Learning

Jason Poley jpoley

♥️
Learning
View GitHub Profile
@jpoley
jpoley / installations.md
Created November 21, 2018 14:39 — forked from jsvine/installations.md
First things to install on a new Mac OSX [WIP]
@jpoley
jpoley / README.md
Created September 30, 2018 14:33 — forked from danielepolencic/README.md
Create 3 nodes Kubernetes cluster locally with Vagrant

3 Virtual Machines Kubernetes cluster

Dependencies

You should install VirtualBox and Vagrant before you start.

Creating the cluster

You should create a Vagrantfile in an empty directory with the following content:

@jpoley
jpoley / README.md
Created September 30, 2018 14:33 — forked from danielepolencic/README.md
Create 3 nodes Kubernetes cluster locally with Vagrant

3 Virtual Machines Kubernetes cluster

Dependencies

You should install VirtualBox and Vagrant before you start.

Creating the cluster

You should create a Vagrantfile in an empty directory with the following content:

@jpoley
jpoley / ubuntu_agnoster_install.md
Created November 26, 2017 11:01 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH

#!/usr/bin/env python
"""
Recipe for creating and updating security groups programmatically.
"""
import collections
import boto