Skip to content

Instantly share code, notes, and snippets.

View jonathanvanschenck's full-sized avatar

Jonathan D B Van Schenck jonathanvanschenck

View GitHub Profile
@gyribeiro
gyribeiro / tmux_italic.md
Last active October 6, 2024 18:56
enable italic font on tmux
@MeLlamoPablo
MeLlamoPablo / nvmlink
Created February 1, 2017 11:34
Creates a symlink to /usr/bin/node after using nvm
@ygotthilf
ygotthilf / jwtRS256.sh
Last active November 7, 2024 10:42
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