Skip to content

Instantly share code, notes, and snippets.

@wez
wez / README.md
Last active November 22, 2018 18:17
GPIO/I2C kernel support for UP2 board, taken from https://aur.archlinux.org/packages/linux-up/ and applied to ubuntu bionic

How to build and use it

I'm mostly blindly following information from this guide: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

Enable kernel source fetching

sudo vim /etc/apt/sources.list and uncomment these lines:

deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
@wez
wez / openpgp.md
Created November 8, 2022 21:47
keyoxide verification

[verifying my keyoxide key:openpgp4fpr:2D120895F5CD9744A4029C697A7F66A31EC9B387]

" Wez's VIM colors for Dark background
" vim:ts=2:sw=2:et:
hi clear
if exists("syntax on")
syntax reset
endif
let g:colors_name = "wez"
let &background="dark"