Skip to content

Instantly share code, notes, and snippets.

View EduardoOliveira's full-sized avatar
💭
MMP'ing

Eduardo Oliveira EduardoOliveira

💭
MMP'ing
View GitHub Profile
@ygotthilf
ygotthilf / jwtRS256.sh
Last active June 27, 2024 16:13
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
@sean-hill
sean-hill / Ionic and Pushwoosh example
Last active May 23, 2019 15:37
Pushwoosh Service for Ionic Apps
Ionic and Pushwoosh example
@larrybolt
larrybolt / cf-ddns.sh
Last active June 16, 2024 19:06
Automatically update your CloudFlare DNS record to the IP, Dynamic DNS for Cloudflare
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
# Automatically update your CloudFlare DNS record to the IP, Dynamic DNS
# Can retrieve cloudflare Domain id and list zone's, because, lazy
# Place at:
# /usr/local/bin/cf-ddns.sh