Skip to content

Instantly share code, notes, and snippets.

@jhaubrich
jhaubrich / arch_macbook.md
Last active November 28, 2021 22:53
(historic) Arch Linux on a MacBookPro 11,3 on 2015-03-05 with kernel 3.18.6-1-ARCH

Arch Linux on a MacBookPro 11,3

Read The Arch Way, fall in love you lose.

TODO

I can't believe how smoothly this went...

  • suspend - seems to work after installing gnome, pm-suspend works too... I have my eye on you. <.<
    • systemctl suspend works, but doesn't wake properly.
  • power management
@phoebebright
phoebebright / index.html
Created November 21, 2012 10:36 — forked from benjchristensen/index.html
Interactive Line Graph (D3)
<html>
<head>
<title>Interactive Line Graph</title>
<script src="http://d3js.org/d3.v2.js"></script>
<!--
using JQuery for element dimensions
This is a small aspect of this example so it can be removed fairly easily if needed.
-->
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="sample_data.js"></script>