Skip to content

Instantly share code, notes, and snippets.

View mxie's full-sized avatar

Melissa Xie mxie

View GitHub Profile
@mxie
mxie / data.json
Last active February 5, 2021 06:35 — forked from andymckay/Retrospective project data
Project Board Data for Retrospectives
{
"project": {
"name": "Retrospective",
"body": "Guidelines:\n- Everyone contributes to Highs & Lows columns and speaks about both items before moving onto the next person.\n- Call out the next person to speak based on card order.\n- Edit notes to add reactions :+1::heart::tada:."
},
"columns": [
{
"name": "Legend ℹ️",
"cards": [
"**Highs 👍 & Lows 🤦‍♀**\n\nEveryone enters their own card answering the following:\n\n* What was one thing that was awesome for you this week?\n* What was one thing that was 💩 for you this week?\n\nThese can be personal or professional.",
@mxie
mxie / instructions.md
Created September 25, 2015 20:06
Creating a bootable disk
# on any Unix-based system
sudo dd if=<.iso file location> of=<USB location> bs=1m

The USB location is generally in /dev somewhere.

  • On a Mac, run diskutil list, and note the IDENTIFIER value for the disk that looks like your USB drive. It'll be something like /dev/disk2s1. Optionally, you can prepend disk2s1 with an r to make the dd run faster.
  • On Ubuntu, open up the Disk Utility app (or run: gnome-disks). If you select the USB device, the main panel should tell you what the location is. It should look something like /dev/sdb1.