Skip to content

Instantly share code, notes, and snippets.

View owans's full-sized avatar
🏠
Working from home

Owanate Amachree owans

🏠
Working from home
View GitHub Profile
{"id": "378e548e7e8f25418c1876e83f4ee3f121caf85851f74f595ee0ff53692cdd7078e0b9aba9eb2474dd26a9e909c651a33c2e9012cf1cb58b311651829c5b1762"}
@dminca
dminca / unlock_yubikey.md
Last active June 19, 2024 21:50
YubiKey - unblock PIN after locking it with 3 wrong PIN attempts

Unlock YubiKey ⚠️

After entering the wrong password 3 times your YubiKey is locked in order to avoid brute-forcing the password. Luckily, there's a way of unlocking yourself.

⚠️ you will lose all data on it

gpg2 --card-status
Application ID ...: D2760001240102010006042126520000
@subfuzion
subfuzion / curl.md
Last active June 29, 2024 16:04
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.