Skip to content

Instantly share code, notes, and snippets.

View ryanj's full-sized avatar
💭
LGTM

ryan jarvinen ryanj

💭
LGTM
View GitHub Profile
@ryanj
ryanj / i3-cheat-sheet.md
Created July 22, 2019 22:35 — forked from JeffPaine/i3-cheat-sheet.md
i3 Window Manager Cheat Sheet

i3 Window Manager Cheat Sheet

$mod refers to the modifier key (alt by default)

General

  • startx i3 start i3 from command line
  • $mod+<Enter> open a terminal
  • $mod+d open dmenu (text based program launcher)
  • $mod+r resize mode ( or to leave resize mode)
  • $mod+shift+e exit i3
<section>
<section id="local-access-to-GKE-with-gcloud">
<a href="https://cloud.google.com/sdk/downloads"><img src="https://cdn.rawgit.com/ryanj/bb3946992e3ea9521bf8dc21b70f4145/raw/e00572ca6f5c5e48d33bc11e51c1bd42c777e80d/gcp-logo.svg" alt="kubernetes" style='width:33%;'></a>
<h2>Local Access to GKE</h2>
<h3>with <code>gcloud</code></h3>
<br/>
<h4 class='fragment grow'><a href="http://bit.ly/k8s-gcloud"><code>bit.ly/k8s-gcloud</code></a></h4>
</section>
<section data-background='black' id='presented-by-ryanj'>
<p>presented by <a href="http://twitter.com/ryanj/">@ryanj</a>, Developer Advocate at <a href='http://redhat.com' style='color:red;'>Red Hat</a></p>
@ryanj
ryanj / users.md
Created March 9, 2017 20:46 — forked from philips/users.md
Kubernetes Third-Party Resource Users

Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.

Known Users:

set -g default-terminal "screen-256color"
# change prefix command to C-z
set -g prefix C-z
unbind C-b
bind C-z last-window
bind z send-prefix
# setup | and - for window splitting
unbind %
bind | split-window -h
@ryanj
ryanj / Dockerfile
Created March 22, 2016 19:19 — forked from dlbewley/Dockerfile
OpenShift STI static httpd builder dockerfile test
# static-builder
FROM openshift/base-centos7
# TODO: Put the maintainer name in the image metadata
MAINTAINER Dale Bewley <dale@bewley.net>
# TODO: Rename the builder environment variable to inform users about application you provide them
ENV BUILDER_VERSION 1.0
# TODO: Set labels used in OpenShift to describe the builder image
@ryanj
ryanj / reset-steps.sh
Last active August 29, 2015 14:20 — forked from detiber/gist:e0bd051fe7e2faf0a893
Reset / reconfigure an OSv3 system
#!/bin/bash
systemctl stop openshift-master openshift-node openshift-sdn-master openshift-sdn-node docker openvswitch
rm -rf /var/lib/openshift/* /etc/openshift/ /root/.config/openshift ~<ssh user>/.config/openshift /etc/ansible/facts.d
<section data-background-transition='zoom' data-transition='linear'>
<img src="http://ryanjarvinen.com/images/Shifter_logo_216.svg" style="width:74%; border:none;" />
</section>
<section data-transition='concave'>
<section data-transition='concave'>
<h2>Presentations on the Open Web</h2>
<p><span class='fragment'>Reveal.js is a framework</spam><br/><span class='fragment'>for easily crafting</span> <br/><span class='fragment'>beautiful presentations</span><br/> <span class='fragment'>in HTML</span> <br/><br/><div class='fragment'><p>You'll need a browser with support for CSS 3D transforms to see it's full capabilities.</p>
<aside class="notes">Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).</aside>
</section>
<section>
<!-- Opening -->
<section>
<section>
<h1 style="font-size: 3.4em; margin-top: -25px;">Connecting Containers</h1>
<img src="https://raw.githubusercontent.com/codemiller/connecting-containers/gh-pages/images/boxillusion.png" style="width: 210px; background-color: inherit; border: none; box-shadow: none;"/>
<h3>Building a PaaS with Docker and&nbsp;Kubernetes</h3>
<p>
Presented by<br/>
<a href="http://www.codemiller.com">Katie Miller</a> / <a
href="http://twitter.com/codemiller">@codemiller</a><br/>
@ryanj
ryanj / kilo_ds.html
Last active August 29, 2015 14:08 — forked from danehans/kilo_ds.html
OpenShift on OpenStack - Using Heat, Docker and Kubernetes to Simplify Your Life and Accelerate Development
<section>
<h1>OpenShift on OpenStack</h1><br />
<h3>Using Heat, Docker and Kubernetes to Simplify Your Life and Accelerate Development</h3><br />
<p>
Presented by<br />
<a href="http://about.me/dianemueller">Diane Mueller, Red Hat OpenShift</a> / <a href="http://twitter.com/pythondj">@pythondj</a><br />
<a href="http://about.me/daneyon_hansen">Daneyon Hansen, Cisco</a> / <a href="https://twitter.com/daneyonhansen">@daneyonhansen</a>
</p>
</section>
<section>
@ryanj
ryanj / Pushit.sh
Last active August 29, 2015 13:56 — forked from nquinlan/Pushit.sh
pushit command, modified for linux (vlc / cvlc)
# in your .bash_profile / .bashrc
alias pushit='git push && cvlc http://www.youtube.com/watch?v=vCadcBR95oU'
# to get the file into your .bash_profile
echo "alias pushit='git push && cvlc http://www.youtube.com/watch?v=vCadcBR95oU'" >> ~/.bash_profile