Skip to content

Instantly share code, notes, and snippets.

@stonewalljones
stonewalljones / build_arch.bash
Last active September 18, 2020 20:27
UEFI Arch Linux
# Boot from the usb.
# Use cfdisk to create 1 boot part fat32 1GB and 1 linux partition on the freed space.
cfdisk /dev/nvme0n1
# format the first (EFI) partition using the (required) FAT32 filesystem.
mkfs.fat -F32 -n EFI /dev/disk/by-partlabel/EFI
# Create luks container. My linux partition is /dev/nvme0n1p4
cryptsetup luksFormat --align-payload=8192 -s 256 -c aes-xts-plain64 /dev/nvme0n1p4
@stonewalljones
stonewalljones / boxstarter.ps1
Last active July 28, 2020 20:41 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
# Modified: Zach Jones <zrjones12@gmail.com>
# 2019-05-12
# TODO:
# Make choco install lists better.
# Disbale win 10 Fast startup
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
### Keybase proof
I hereby claim:
* I am stonewalljones on github.
* I am stonewall (https://keybase.io/stonewall) on keybase.
* I have a public key whose fingerprint is 5796 1A53 5923 D484 AFA4 0D58 DA47 FC2E 00DC BC9D
To claim this, I am signing this object:
Validating using EPUB version 2.0.1 rules.
FATAL(RSC-016): JVerse Anthology (Fourbags).epub/OEBPS/toc.ncx(1449,20): Fatal Error while parsing file 'The entity name must immediately follow the '&' in the entity reference.'.
ERROR(RSC-005): JVerse Anthology (Fourbags).epub/OEBPS/toc.ncx(-1,-1): Error while parsing file 'The entity name must immediately follow the '&' in the entity reference.'.
ERROR(RSC-005): JVerse Anthology (Fourbags).epub/OEBPS/cover.xhtml(15,12): Error while parsing file 'element "head" incomplete; missing required element "title"'.
ERROR(RSC-005): JVerse Anthology (Fourbags).epub/OEBPS/cover.xhtml(17,35): Error while parsing file 'element "center" not allowed anywhere; expected the element end-tag, text or element "a", "abbr", "acronym", "applet", "b", "bdo", "big", "br", "cite", "code", "del", "dfn", "em", "i", "iframe", "img", "ins", "kbd", "map", "noscript", "ns:svg", "object", "q", "samp", "script", "small", "span", "strong", "sub", "sup", "tt" or "var" (with xmlns:ns="http://www.w3.or