This challenge is meant to touch on some of the technologies we use regularly at Behance. The DevOps team will regularly work on infrastructure, networking, databases, and tooling that makes up our system. The fundamental piece of any system is the application itself. For this first challenge we would like you to set up the services to run a web application.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "rbenv", | |
"description": "Manages rbenv and its installed rubies. Several LWRPs are also defined.", | |
"long_description": "Please refer to README.md (it's long).", | |
"maintainer": "Fletcher Nichol", | |
"maintainer_email": "[email protected]", | |
"license": "Apache 2.0", | |
"platforms": { | |
"ubuntu": ">= 0.0.0", | |
"debian": ">= 0.0.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import cgi | |
import cgitb; cgitb.enable() | |
import socket | |
# addressing information of target | |
IPADDR = '8.4.2.1' | |
PORTNUM = 10000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<title>Bootstrap 101 Template</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +mtldo is my blockchain ID. https://onename.com/mtldo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datadog import initialize, api | |
import json | |
options = { | |
'api_key': '', | |
'app_key': '' | |
} | |
initialize(**options) |
I hereby claim:
- I am mannytoledo on github.
- I am mtldo (https://keybase.io/mtldo) on keybase.
- I have a public key ASDbdqyAgzxB0nHXCJ627jc54yd48gWzrkesLLJUDlwZ8wo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; | |
font-weight: 200; | |
src: url('https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Light/complete/Fira%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
font-variant-ligatures: none; | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; |