Skip to content

Instantly share code, notes, and snippets.

View aweibell's full-sized avatar
🚙
This car is my status symbol

Atle Weibell aweibell

🚙
This car is my status symbol
View GitHub Profile
@aweibell
aweibell / keybase.md
Created March 12, 2019 11:07
keybase.io-proof

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@aweibell
aweibell / mounting.sh
Last active July 11, 2022 07:46
Mount zfs from luks-encrypted drive when booting from Ubuntu Live CD
#!/usr/bin/env bash
echo "Select disk:"
select CHOICE_DISK in $(ls /dev/disk/by-id/ | grep -v "\-part");
do
echo "Selected ${CHOICE_DISK}"
break
done