Skip to content

Instantly share code, notes, and snippets.

View mdefanti's full-sized avatar
📺
The Matrix has you...

Mariano mdefanti

📺
The Matrix has you...
  • Buenos Aires
View GitHub Profile
@mdefanti
mdefanti / README.md
Created January 31, 2019 02:04 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


Keybase proof

I hereby claim:

  • I am mdefanti on github.
  • I am mdefanti (https://keybase.io/mdefanti) on keybase.
  • I have a public key ASCRL3ocNbkcRK6TKS-l6kBeia7GquWoBwp2S30xMG2C_Ao

To claim this, I am signing this object:

#!/bin/bash
# Secure OpenVPN server installer for Debian, Ubuntu, CentOS, Amazon Linux 2, Fedora and Arch Linux
# https://github.com/angristan/openvpn-install
function isRoot () {
if [ "$EUID" -ne 0 ]; then
return 1
fi
}