Skip to content

Instantly share code, notes, and snippets.

@amochtar
amochtar / README.md
Last active November 21, 2016 14:14
Xebia Essentials Dashing widget

Description

A Dashing widget to display a random Xebia Essentials card. Refreshes every 15 minutes.

Dependencies

The following dependencies are required. Please add them to your dashing gemfile.

require 'net/http'
require 'json'

Keybase proof

I hereby claim:

  • I am amochtar on github.
  • I am amochtar (https://keybase.io/amochtar) on keybase.
  • I have a public key ASDQNTeY8gJ7kA8P6zeBIGETCWv6NXolK0bKAEN4GReMOwo

To claim this, I am signing this object:

@amochtar
amochtar / full-disk-encryption-arch-uefi.md
Created May 25, 2019 16:00 — forked from huntrar/full-disk-encryption-arch-uefi.md
Arch Linux Full-Disk Encryption Installation Guide [Encrypted Boot, UEFI, NVMe, Evil Maid]

Arch Linux Full-Disk Encryption Installation Guide

This guide provides instructions for an Arch Linux installation featuring full-disk encryption via LVM on LUKS and an encrypted boot partition (GRUB) for UEFI systems.

Following the main installation are further instructions to harden against Evil Maid attacks via UEFI Secure Boot custom key enrollment and self-signed kernel and bootloader.

Preface

You will find most of this information pulled from the Arch Wiki and other resources linked thereof.

Note: The system was installed on an NVMe SSD, substitute /dev/nvme0nX with /dev/sdX or your device as needed.