Skip to content

Instantly share code, notes, and snippets.

View nelseric's full-sized avatar

Eric Nelson nelseric

  • Grand Rapids, MI
View GitHub Profile
@nelseric
nelseric / ipv6-erl.md
Last active October 10, 2022 15:46 — forked from dmtucker/ipv6-erl.md
Configuring IPv6 on EdgeRouter Lite

Configuring IPv6 on EdgeRouter Lite

Tested with:

  • v1.9.7+hotfix.4, Wave G in Seattle
  • v1.10.5, Comcast in the South Bay Area
set interfaces ethernet eth0 description WAN
set interfaces ethernet eth1 description LAN
set interfaces ethernet eth3 description "WLAN - Bear"
@nelseric
nelseric / rubydoc-version-switcher.user.js
Created March 12, 2022 00:33 — forked from drench/rubydoc-version-switcher.user.js
A userscript to add a version switcher to ruby-doc.org
// ==UserScript==
// @name Ruby Doc version switcher widget
// @description Adds a version-switcher widget to ruby-doc.org
// @include https://ruby-doc.org/core-*
// @include https://ruby-doc.org/stdlib-*
// ==/UserScript==
class RubyDoc {
constructor(doc) {
this.doc = doc;