Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Keimille's full-sized avatar

Keith Miller Keimille

View GitHub Profile
@Keimille
Keimille / infrastructure-engineer-questions.md
Last active February 7, 2020 22:14 — forked from giancarlopetrini/infrastructure-engineer-questions.md
Mediavine Infrastructure Engineer Questionnaire

Instructions

  • Fork this gist.
  • Please respond to the prompts below, uploading additional files if necessary.
  • Reply back to the email you were sent with the link to your completed gist.

  • Describe an application hosted in a public cloud that you’ve been responsible for configuring, maintaining, designing, or deploying. What were some challenges that arose and what tools or processes did you apply to solve them?
@Keimille
Keimille / openvas-automate.sh
Created April 29, 2019 13:01 — forked from mgeeky/openvas-automate.sh
OpenVAS automation script.
#!/bin/bash
#
# OpenVAS automation script.
# Mariusz B. / mgeeky, '17
# v0.2
#
trap ctrl_c INT
# --- CONFIGURATION ---