Skip to content

Instantly share code, notes, and snippets.

View insekticid's full-sized avatar
🏠
Working from home

Exploit.cz insekticid

🏠
Working from home
View GitHub Profile
@insekticid
insekticid / Dockerfile
Last active November 22, 2021 07:59
PHP 7.2 Meminfo extension in Alpine Linux image @BitOne/php-meminfo
FROM phpearth/php:7.2-nginx
ENV PHP_INI_DIR /etc/php/7.2
RUN mkdir -p $PHP_INI_DIR/conf.d
RUN apk add --no-cache make composer php7.2-xdebug git
RUN apk add --no-cache php7.2-dev gcc g++
RUN curl -L -o /tmp/meminfo.tar.gz https://github.com/BitOne/php-meminfo/archive/master.tar.gz \
@insekticid
insekticid / keybase.md
Created May 23, 2019 07:35
keybase.md

Keybase proof

I hereby claim:

  • I am insekticid on github.
  • I am insekticid (https://keybase.io/insekticid) on keybase.
  • I have a public key ASBhBDogIfVs868fCoJs9jzJpyl6jOq-Csp7YdCHGQpJNAo

To claim this, I am signing this object:

import sitemapModule from 'sitemap';
import axios from 'axios';
const { buildSitemapIndex, createSitemapsAndIndex } = sitemapModule;
let elasticsearch = axios.create({
baseURL: 'http://' + process.env.ELASTIC_SERVER + ':' + process.env.ELASTIC_PORT,
responseType: 'json'
});
@insekticid
insekticid / .gitlab-ci.yml
Created July 24, 2020 12:16
aws codebuild status to gitlab pipeline
# This file is a template, and might need editing before it works on your project.
# Official docker image.
image: terraform:latest
variables:
CODEBUILD_PROJECT: myprojectname
CODECOMMIT_REPOSITORY: projectrepo
services:
- docker:dind