Nathan Priceblog.gravityfargo.dev·Sep 10, 2022LUKS on LVMIf using an old drive $ fdisk -l $ fdisk /dev/nvme0n1 # d if existing partitions exist $ cryptsetup open --type plain -d /dev/urandom /dev/nvme0n1 to_be_wiped $ dd if=/dev/zero of /dev/mapper/to_be_wiped bs=1M status progress $ cryptsetup close to_be...Discuss·32 readsencryption
Nathan Priceblog.gravityfargo.dev·Jul 6, 2022Yubikey Two Factor Authentication on Arch LinuxGoals: Lock the computer and kill any active terminal sessions when the Yubikey is removed Require Yubikey to be pressed when using sudo, su. Require the Yubikey for initial system login, and screen unlocking. Use it to authenticate 1Password. ...Discuss·633 readsArchLinux
Nathan Priceblog.gravityfargo.dev·Jul 6, 2022Reset pam.d ModulesI managed to bork my pam.d configs to the point that I couldn't root or sudo to gain access to reset them. In my shame, I had to create a new install USB and chroot in. Thankfully I haven't figured out drive encryption yet or I may have been SOL, I h...Discuss·34 readsarch