Skip to content

Instantly share code, notes, and snippets.

View lisa's full-sized avatar

Lisa Seelye lisa

View GitHub Profile
@lisa
lisa / get_aws_credentials.sh
Created August 8, 2019 17:34 — forked from jharrington22/get_aws_credentials.sh
This script will get the AWS credentials for a given cluster using the AWS AccountClaim name. `source` it to set your AWS environment vars
#!/bin/bash
STS_SECRET_EXISTS=true
usage() {
cat <<EOF
usage: $0 [ OPTION ]
Options
-c AWS AccountClaim CR Name (AccountClaim Custom Resource Name)
-o Hive hostname
@lisa
lisa / nuclear-guide.md
Created May 20, 2017 18:04 — forked from alficles/nuclear-guide.md
Nuclear Guide

Nuclear Power

Nuclear Power is a major new feature introduced to Factorio in version 0.15. It requires higher level technology compared to either Solar Power or Steam Boiler Power, but it offers very high power output in exchange. It's a great solution for middle- to end-game power generation and it works well in combination with other power generation techniques.

This guide is written for people who want to know exactly how nuclear power works, but don't necessarily want all the solutions. It focuses on what you should do and what you should know to get Nuclear up and running, but doesn't tell you what to do or exactly how to solve the problems.

First Steps

Technology Required: Nuclear Power You can mine uranium ore sooner, but you'll need the Nuclear Power technology to do anything useful with it.

@lisa
lisa / collectd-carbon.spec
Created May 30, 2012 18:56 — forked from dcarley/collectd-carbon.spec
RPM SPEC for collectd carbon plugin.
%define giturl git://github.com/indygreg/collectd-carbon.git
%define gitrev e20819b
%define gituser indygreg
Name : collectd-carbon
Version : 0.0.2
Release : 1.%{gitrev}
Summary : Carbon plugin for collectd
Group : System Environment/Daemons