Skip to content

Instantly share code, notes, and snippets.

View adrianlzt's full-sized avatar

Adrián López adrianlzt

View GitHub Profile
@adrianlzt
adrianlzt / revprox.go
Created January 16, 2024 16:05 — forked from c0d3kid/revprox.go
Simple reverse proxy in Go (forked to adapt to Azure functions use-case)
package main
import (
"crypto/tls"
"log"
"net/http"
"net/http/httputil"
"net/url"
"os"
)
@adrianlzt
adrianlzt / sysdig-snippets.md
Last active November 11, 2021 17:44 — forked from molotovbliss/sysdig-snippets.md
SYSDIG CHEAT SHEET
@adrianlzt
adrianlzt / jenkins-docker-slaves.groovy
Last active June 20, 2021 16:27 — forked from stuart-warren/jenkins-docker-slaves.groovy
Automatically configure the docker cloud in Jenkins (/var/lib/jenkins/init.groovy.d/jenkins-docker-slaves.groovy).
#!groovy
/*
* Automatically configure the docker cloud in Jenkins.
* Tested with:
* - {name: 'docker-plugin' ver: '1.1.2'}
*
* Based on: https://gist.github.com/stuart-warren/e458c8439bcddb975c96b96bec3971b6
*/
import jenkins.model.*;
<section>
<h2>Broadcasting Your</h3>
<h1>Reveal.js</h1>
<h2>Slideshow Presentations</h2>
</section>
<section>
Balbalblab
</section>