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 March 5, 2024 12:05
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 April 30, 2024 18:17
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