Tech Rescue
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

Hector Perez

GPG in Fedora 36 (Quickstart Guide)

This article describes the process of encrypting and decrypting files with GnuPG (GPG) using asymmetric cryptography (public key and private key). This is specially useful when you want to make sure (ideally) that only the intended receiver can see the message, needless to say that you are able to sign
Hector Perez Nov 9, 2022

Logic Gates

Hector Perez Apr 25, 2022

Resistor Color Code

Hector Perez Apr 25, 2022

NATO Phonetic Alphabet

Hector Perez Apr 25, 2022

Cyrillic Alphabet

Hector Perez Apr 25, 2022

Greek Alphabet

Hector Perez Apr 25, 2022
Find a String inside a JSON object with recursivity in Node.JS

Find a String inside a JSON object with recursivity in Node.JS

Simple thing: const THE_UNKNOWN = { a: 2, b: "hello", c: { d: 34.21, e: "TARGET", f: { g: "not easter egg", h: { i: "TARGET" } }, j: [ { k: 308 }, { l: "TARGET" } ], m: [ "some", "string", "array", "TARGET" ] } }; function find(what, her
Hector Perez Apr 22, 2022
Tech Rescue © 2025. Powered by Ghost