Skip to content

Instantly share code, notes, and snippets.

View cyclonejet's full-sized avatar

Binish Joshi cyclonejet

View GitHub Profile
@cyclonejet
cyclonejet / jwtRS256.sh
Created November 20, 2022 04:57 — forked from ygotthilf/jwtRS256.sh
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub
@cyclonejet
cyclonejet / wine-breeze-dark-theme.md
Created August 2, 2022 10:59 — forked from Zeinok/wine-breeze-dark-theme.md
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg