Skip to content

Instantly share code, notes, and snippets.

@DanHatesNumbers
DanHatesNumbers / script.js
Last active July 9, 2019 14:31
GoodScript
window.onload = function() {
var DOM_img = document.createElement("img");
DOM_img.src = "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Theraphosa_blondi_MHNT.jpg/1920px-Theraphosa_blondi_MHNT.jpg";
document.body.appendChild(DOM_img);
}
@DanHatesNumbers
DanHatesNumbers / ARCH_INSTALL.MD
Last active December 20, 2018 20:23 — forked from heppu/ARCH_INSTALL.MD
Installing Arch with GPT, dm-crypt, LUKS, LVM and systemd-boot

Create bootable USB

dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

Boot from USB and set prepare system

loadkeys uk