Skip to content

Instantly share code, notes, and snippets.

View victorandree's full-sized avatar
👨‍🍳
Cooking

Victor Andrée victorandree

👨‍🍳
Cooking
View GitHub Profile
http://rh55.mjt.lu/lnk/BAAAAKgam7cAAAAAAAAAAAFb5O4AAAAJTE8AAAAAAAqQ-ABeSkabYWYa2-8bTlqEaxFULddg-AAKWOw/1/A9qhg_ziQ06oHhPJnHuIFw/aHR0cHM6Ly93d3cuZXNldC5jb20vc2UvaG9tZS9jeWJlci1zZWN1cml0eS9kb3dubG9hZC8
@victorandree
victorandree / keybase.md
Created June 25, 2019 15:25
keybase.md

Keybase proof

I hereby claim:

  • I am victorandree on github.
  • I am victorandree (https://keybase.io/victorandree) on keybase.
  • I have a public key whose fingerprint is 6630 A6BF 13AC A231 F6C8 3F38 D368 5F88 DF2D E02E

To claim this, I am signing this object:

@victorandree
victorandree / letssplit.md
Last active September 10, 2018 12:39
Let's Split, Eh?

Qwerty:

,-----------------------------------------------------------------------------------.
| Tab  |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Bksp |
|------+------+------+------+------+-------------+------+------+------+------+------|
| Func |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  | Enter|
|------+------+------+------+------+------|------+------+------+------+------+------|
| Shift|   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |  '   |
|------+------+------+------+------+------+------+------+------+------+------+------|
@victorandree
victorandree / ssl-commands.sh
Last active November 15, 2018 14:11
Useful SSL commands
# Quick command to issue a self-signed server certificate.
# `-subject` will include a human readable note about the subject
openssl req \
-x509 \
-newkey rsa:2048 \
-nodes \
-keyout tls.key \
-out tls.crt \
-days 365 \
-subject \