I hereby claim:
- I am halfwalker on github.
- I am halfwalker (https://keybase.io/halfwalker) on keybase.
- I have a public key ASBrkZElBHISjOklzCT3fRF8TDaGwt86NGcy0N525Oj7QAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # LUKS | |
| # https://fossies.org/linux/cryptsetup/docs/Keyring.txt | |
| # https://hamy.io/post/0009/how-to-install-luks-encrypted-ubuntu-18.04.x-server-and-enable-remote-unlocking/#gsc.tab=0 | |
| # https://www.arminpech.de/2019/12/23/debian-unlock-luks-root-partition-remotely-by-ssh-using-dropbear/ | |
| # >>>>>>>>>> ZFS native encryption <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< | |
| # https://arstechnica.com/gadgets/2021/06/a-quick-start-guide-to-openzfs-native-encryption/ |
| zmodload zsh/datetime | |
| zmodload -F zsh/stat b:zstat | |
| # | |
| # Shamelessly stolen from supercrabtree/k | |
| # I simply wanted a different command for it, now lg (ls git) | |
| # | |
| lg () { | |
| # ---------------------------------------------------------------------------- |