Quick post to remember the link:
https://raw.githubusercontent.com/istio/api/master/kubernetes/customresourcedefinitions.gen.yaml
This needs to be added to Languages&Frameworks / Kubernetes, and refresh when the API changes.
Technical stuff
Tuesday, July 14, 2020
Thursday, May 28, 2020
Saturday, December 14, 2019
Recovering .ecryptfs files
I have some old backups, including the .ecryptfs directories.
After several searches, what worked is:
After several searches, what worked is:
- Check the key signatures: cat .ecryptfs/Private.sig
- Try to remember the password, and
ecryptfs-unwrap-passphrase .ecryptfs/wrapped-passphrase
- With the result, do
echo $UNWRAPPED |ecryptfs-add-passphrase --fnek -
If the result of ecryptfs-add matches the Private.sig, mount the disk with the magic command:
mount -i -t ecryptfs -o ecryptfs_sig=$FIRST_ID,ecryptfs_fnek_sig=$SECOND_ID,ecryptfs_cipher=aes,ecryptfs_key_bytes=16 .Private/ $DEST
Sunday, October 22, 2017
docs/manifest-format.txt - git-repo - Git at Google
Reference for Android repo format.
docs/manifest-format.txt - git-repo - Git at Google:
'via Blog this'
docs/manifest-format.txt - git-repo - Git at Google:
'via Blog this'
Tuesday, July 11, 2017
Wednesday, May 31, 2017
Thursday, December 15, 2016
Subscribe to:
Posts (Atom)