This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| spec/spec_helper.rb:22:in `block in <top (required)>': uninitialized constant FactoryGirl (NameError) |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
An all-in-one image running graphite and carbon-cache. Version: 0.9.12.
This script contains a sensible default configuration of graphite and carbon-cache. Starting this container will, by default, bind the the following host ports:
80: the graphite web interface2003: the carbon-cache line receiver (the standard graphite protocol)| input { | |
| lumberjack { | |
| # The port to listen on | |
| port => 32451 | |
| # The paths to your ssl cert and key | |
| ssl_certificate => "path/to/ssl.crt" | |
| ssl_key => "path/to/ssl.key" | |
| # Set this to whatever you want. |
Having trouble installing the latest stable version of tmux?
Save yourself some time and run this little fellow!
| /* | |
| After purchasing a humble book bundle, go to your download page for that bundle. | |
| Open a console window for the page and paste in the below javascript | |
| this fork downloads all formats and does so without using jquery (since that didnt work for me) | |
| note that if you are in chrome, chrome will not download the pdfs for you by default, to fix this | |
| type “about:plugins” in the address bar and disable chrome's pdf viewer | |
| */ | |
| var pattern = /(MOBI|EPUB|PDF)$/i; |
| const fs = require('fs'); | |
| const { | |
| Puppet | |
| } = require("matrix-puppet-bridge"); | |
| const puppet = new Puppet('/Users/ajohnson/matrixwork/rls/matrix-appservice-imessage/config.json'); | |
| puppet.startClient().then(()=>{ | |
| const client = puppet.getClient(); | |
| var obj = JSON.parse(fs.readFileSync(process.argv[2])) |
| # Steps to build and install tmux from source. | |
| # Takes < 25 seconds on EC2 env [even on a low-end config instance]. | |
| VERSION=2.6 | |
| sudo yum -y remove tmux | |
| sudo yum -y install wget tar libevent-devel ncurses-devel | |
| wget https://github.com/tmux/tmux/releases/download/${VERSION}/tmux-${VERSION}.tar.gz | |
| tar xzf tmux-${VERSION}.tar.gz | |
| rm -f tmux-${VERSION}.tar.gz | |
| cd tmux-${VERSION} |