Skip to content

Instantly share code, notes, and snippets.

View firestorm942's full-sized avatar

joshua mims firestorm942

View GitHub Profile

Keybase proof

I hereby claim:

  • I am firestorm942 on github.
  • I am firestorm942 (https://keybase.io/firestorm942) on keybase.
  • I have a public key whose fingerprint is 78B6 6CF8 4F92 55A0 DB4B 4D9D 9BD2 E97E FD33 A9E3

To claim this, I am signing this object:

@firestorm942
firestorm942 / ubuntu-installer-remote.ipxe
Last active January 19, 2022 23:19 — forked from joelio/ubuntu-installer-remote.ipxe
Ubuntu 20.04 netboot installer via iPXE
#!ipxe
dhcp net0
# Figure out if client is 64-bit capable
cpuid --ext 29 && set arch x64 || set arch x86
echo Starting Ubuntu Xenial installer for ${mac}
set mirror http://archive.ubuntu.com
set release focal
set base-url ${mirror}/ubuntu/dists/${release}/main/installer-${arch}/current/images/netboot/ubuntu-installer/${arch}
@firestorm942
firestorm942 / xdahidesidepanel.user.js
Created September 15, 2017 14:57 — forked from anazhd/xdahidesidepanel.user.js
XDA Forum Sidepanel Hider, useful for screen smaller than 1366x768
// ==UserScript==
// @name XDA Forum Sidepanel Hider, useful for screen smaller than 1366x768
// @namespace http://userstyles.org
// @description Hide Sidepanel like XDA 2013
// @author anazhd ( copied from GermainZ css mod )
// @homepage http://anazhd.xyz
// @run-at document-start
// @match http*://forum.xda-developers.com/*
// ==/UserScript==
(function() {