Skip to content

Instantly share code, notes, and snippets.

View brettwhitty's full-sized avatar
💛
Go

Brett Whitty brettwhitty

💛
Go
View GitHub Profile
@brettwhitty
brettwhitty / README.md
Created February 6, 2025 00:37 — forked from cerebrate/README.md
Recompile your WSL2 kernel - support for snaps, apparmor, lxc, etc.

WARNING

THIS GIST IS EXTREMELY OBSOLETE. DO NOT FOLLOW THESE INSTRUCTIONS. SERIOUSLY.

IF YOU IGNORE THE ABOVE WARNING, YOU AGREE IN ADVANCE THAT YOU DIDN'T GET THESE INSTRUCTIONS FROM ME, THAT I WARNED YOU, AND THAT I RESERVE THE RIGHT TO POINT AND LAUGH MOCKINGLY IF AND WHEN SOMETHING BREAKS HORRIBLY.

I'll do a write-up of current custom-kernel procedures over on Random Bytes ( https://randombytes.substack.com/ ) one day soon.

NOTE

@brettwhitty
brettwhitty / AtlasAPI.EXCEL.yaml
Created August 27, 2020 15:27
Access the elio Atlas API to do various things from Excel.
name: AtlasAPI
description: Access the elio Atlas API to do various things from Excel.
host: EXCEL
api_set: {}
script:
content: >
/**
* Gets an authentication token from the Atlas API
* @customfunction
* @param server Name of the elio server.
@brettwhitty
brettwhitty / SampleSheetMagic.EXCEL.yaml
Created August 27, 2020 15:26
Instantiates a sample sheet in a manner like the CSV export. :)
name: SampleSheetMagic
description: |-
Instantiates a sample sheet in a manner like the CSV export.
:)
host: EXCEL
api_set: {}
script:
content: >
const apSrc = "DEFAULT";
# see https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
# core
brew install coreutils
# key commands
brew install binutils
brew install diffutils
brew install ed --default-names
brew install findutils --with-default-names