Skip to content

Instantly share code, notes, and snippets.

View jcuadris's full-sized avatar

Jesús Cuadros jcuadris

View GitHub Profile
@jcuadris
jcuadris / redis.md
Last active November 28, 2023 12:20

Conexiones a Redis

  • PHP session storage
  • Conexion a redis via legacy
  • Conexiones a redis en nueva infra
    • RedisStaticFactory
    • RedisProcessCache
    • RedisAccountCache
    • RedisCache
  • ...
@jcuadris
jcuadris / signing-git-commits.md
Last active June 17, 2022 08:33 — forked from phortuin/signing-git-commits.md
Set up a GPG key for signing Git commits on MacOS (M1)

Set up a GPG key for signing Git commits on MacOS (M1)

Based on this blogpost.

To sign Git commits, you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the OpenPGP message format. PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.

Setting up

Install with Homebrew:

@jcuadris
jcuadris / win_usb_from_macos.md
Last active September 4, 2024 12:47
Windows USB with Mac M1