To review all your highlights and notes for all your book in one place 👌
Create new session while in a session : ctrl+b :new
Rename session : ctrl+b :rename-session -t old new
Move window to another session : ctrl+b . => prompt : session-name
Navigate between sessions : ctrl+b w
Google takeout does not include shared album you did not create (you're not the owner)
It also does not include shared pictures in album you created
To get all this picture included in your backup, for each album, you have to download all picture, create another album, upload all picture again. This way you own the album and all the picture.
This is a pain
https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#securitycontext-v1-core
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#podsecuritycontext-v1-core
https://github.com/open-policy-agent/gatekeeper/
https://www.openpolicyagent.org/docs/latest/kubernetes-tutorial/
Pour générer le fingerprint (md5 ou sha256) de votre clé ssh publique
Vous pouvez faire :
ssh-keygen -lf ~/.ssh/id_ed25519.pub
ou
ssh-keygen -l -E md5 -f ~/.ssh/id_ed25519.pub
C’est pratique pour faire la correspondance entre clé publique en local sur son poste et le fingerprint dans l’interface de Github ((https://github.com/settings/keys)
yabai+skhd
un jour je testerai, un jour!
Karpenter vs Cluster Autoscaler very well explained in 7minutes
t := time.Now()
formatted := fmt.Sprintf("%d-%02d-%02dT%02d:%02d:%02d",
t.Year(), t.Month(), t.Day(),
t.Hour(), t.Minute(), t.Second())
aws rds modify-db-instance --db-instance-identifier my-db-instance --apply-immediately
I hope it will help me to get through my huge list of pocket articles 😅