Skip to content

Instantly share code, notes, and snippets.

@blaisep
blaisep / insiders-2020-05-01.md
Created September 15, 2022 23:40 — forked from alexellis/insiders-2020-05-01.md
Insiders Update: 1st May 2020 - Netbooting the Raspberry Pi for Kubernetes and OpenFaaS enhancements

Welcome to this week's Insiders Update! Insiders gain exclusive access to early previews, tutorials, updates, news, and events on my OSS work.

✅ Subscribe today and pay whatever you want 👉 through GitHub Sponsors

Insiders Update: 1st May 2020 - Netbooting the Raspberry Pi for Kubernetes and OpenFaaS enhancements

RPi netbooting

Pictured: netbooted Raspberry Pi cluster with Kubernetes (k3s)

@blaisep
blaisep / brew-install-script.sh
Created April 28, 2019 23:29 — forked from CliffordAnderson/brew-install-script.sh
Brew install script for OSX
#!/bin/sh
# Homebrew Script for OSX
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh`
echo "Installing brew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew tap caskroom/cask