Skip to content

Instantly share code, notes, and snippets.

View lucasmdrs's full-sized avatar
:shipit:

Lucas Medeiros lucasmdrs

:shipit:
View GitHub Profile
@lucasmdrs
lucasmdrs / autoscaling_trigger
Created March 4, 2018 15:31
Trigger to autoscaling the function nodeinfo in OpenFaaS
while [ true ]; do curl http://localhost:8080/function/func_nodeinfo -d ‘’;done

Keybase proof

I hereby claim:

  • I am lucasmdrs on github.
  • I am lucasmdrs (https://keybase.io/lucasmdrs) on keybase.
  • I have a public key ASCQarnl46ZgBg8tYc-BE4TJdTpX3iqIukIRQROGLbj4lAo

To claim this, I am signing this object:

@lucasmdrs
lucasmdrs / openssl_commands.md
Created February 26, 2019 12:30 — forked from p3t3r67x0/openssl_commands.md
Some list of openssl commands for check and verify your keys

openssl

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl