Skip to content

Instantly share code, notes, and snippets.

View ryanj's full-sized avatar
💭
LGTM

ryan jarvinen ryanj

💭
LGTM
View GitHub Profile
<!-- 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 / OpenShift_3-The_New_PaaS.html
Created January 9, 2015 03:30
The Red Hat OpenShift 3 Lab [Amazon re:Invent 2014]
<section>
<h1>The New PaaS:</h1>
<h3>Using Docker and Containers to Simplify Your Life and Accelerate Development on AWS</h3>
<p>
<small>
Presented by<br />
<a href="http://about.me/n.harrison.ripps">N. Harrison Ripps</a> / <a href="http://twitter.com/nhripps">@nhripps</a><br />
<a href="https://twitter.com/TheSteve0">Steven Pousty</a> / <a href="http://twitter.com/TheSteve0">@TheSteve0</a>
</small>
</p>
@ryanj
ryanj / ascii_filter.sh
Last active August 29, 2015 14:13
highlight invalid non-ascii characters | usage: ./ascii_filter.sh filename
#!/bin/bash
perl -pe 's/[^[:ascii:]]//g;' $1 | diff $1 -
<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>
@ryanj
ryanj / Shifter_logo_216.svg
Created January 28, 2015 21:01
shifter-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ryanj
ryanj / devcenter-build-and-contribution.html
Last active August 29, 2015 14:14
Enter the DevCenter
<section data-markdown>
# Enter
the
# DevCenter
open source documentation w/ asciidoc, jenkins, and OpenShift
https://developers.openshift.com/
</section>
<section data-markdown>
<section data-markdown>
# BBB Cloud
* [F21](https://fedoraproject.org/wiki/Architectures/ARM/F21/Installation#For_the_BeagleBone_.28_Black_.26_White_.29)
* [USB / Serial console installer](http://dave.cheney.net/2013/09/22/two-point-five-ways-to-access-the-serial-console-on-your-beaglebone-black)
</section>
@ryanj
ryanj / 40-monitor.conf
Last active August 29, 2015 14:15
Save to /etc/X11/xorg.conf.d/ to fix font issues and add 1080p display mode for Apple MBP 15 retina monitor on Linux
Section "Monitor"
Identifier "eDP1"
DisplaySize 329 207
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
EndSection
@ryanj
ryanj / README.md
Last active August 29, 2015 14:15
How to get Fedora21 minimal runing on the RaspberryPi 2.0

Fedora21 minimal on RPi-2

This guide assumes that your SD slot is available at /dev/sdb. Make sure to substitute the correct value for your own SD device (or you might wipe out one of your hard disks)!! USE AT YOUR OWN RISK

  1. Download the experimental Fedora spin:
curl -O http://www.digitaldreamtime.co.uk/Fedora/Pi2B-Minimal-armhfp-21-5-20150211-1.img.xz
@ryanj
ryanj / composing-with-containers.html
Last active August 29, 2015 14:15
New container-centric tools are changing the way that projects are distributed and scaled in the cloud. Come learn how these open source building blocks can be used to compose complex, multi-container services that offer distinct advantages in scaling and reliability. This talk provides an overview of Docker, Kubernetes and Red Hat's next genera…
<section>
<section id='Composing-with-Containers'>
<h1>Composing</h1>
<p><i>with</i></p>
<h1>Containers</h1>
<br/>
<a href='http://bit.ly/composing-containers-at-scale'>bit.ly/composing-containers-at-scale</a>
</section>
<section id='presented-by' data-state="blackout">
<div>presented by</div>