I hereby claim:
- I am zvyn on github.
- I am zvyn (https://keybase.io/zvyn) on keybase.
- I have a public key whose fingerprint is 1DDB 1A75 41A8 7631 5011 411C 6B2D 19D7 8E36 42A1
To claim this, I am signing this object:
efibootmgr --create --disk /dev/sdc --part 1 --label "Something New" --loader "EFI\arch\vmlinuz-arch.efi" -@ new_cmdline.conf |
I hereby claim:
To claim this, I am signing this object:
These utils help to generate a JSON file to import all passwords from password-store into Vaultwarden / Bitwarden.
Steps that worked for me:
fids = get_folder_id_map(<path>)
and make sure you keep the result somewhere (I just had a ipython
session to do all this)items
with list(gen_items(<path>, fids))
, json.dump
the result to disk