Skip to content

Instantly share code, notes, and snippets.

@andrewvaughan
andrewvaughan / install-pi.sh
Created April 30, 2016 18:44
Easy installer for Raspberry Pi images
#!/bin/bash
# SD Card Image Installer for Mac
#
# Formats a given SD Card and writes an image to it - now with progress bars!
#
# Before using, ensure "pv" is installed with Homebrew (brew install pv)
#
# Usage: sudo install-pi.sh disk2 your-pi-image.img
@andrewvaughan
andrewvaughan / osx_setup.md
Last active March 2, 2023 02:12
Mac OSX Setup

Mac OSX Bootstrap

Upgrade to Mavericks

  1. Install Mavericks via the App Store.

Secure The Machine

@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active June 5, 2024 22:16 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.