Skip to content

Instantly share code, notes, and snippets.

View invad0r's full-sized avatar
🌐

daniel invad0r

🌐
  • Hamburg
View GitHub Profile
@invad0r
invad0r / gist:88d0727fc550c9f5c23fe2156776282e
Created August 26, 2020 06:12
template Dockerfile for interactive use
ARG TAG
FROM hashicorp/terraform:$TAG
RUN apk add --no-cache bash jq openssl graphviz docker python3 \
&& python3 -m ensurepip \
&& rm -r /usr/lib/python*/ensurepip \
&& pip3 install --upgrade pip setuptools \
&& if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi \
&& if [[ ! -e /usr/bin/python ]]; then ln -sf /usr/bin/python3 /usr/bin/python; fi \
@invad0r
invad0r / Vagrantfile
Created August 26, 2020 06:11
Vagrant file to qickly boot up centos 7 or 8 vm
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2"
VM_CPUCOUNT = "2"
VM_RAM = "1024"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.define "centos7" do |centos7|

Keybase proof

I hereby claim:

  • I am invad0r on github.
  • I am invad0r (https://keybase.io/invad0r) on keybase.
  • I have a public key ASDuZCRmCtboH4STOGy2b_spC7SAF1Kyihn5qKD7jKlkOQo

To claim this, I am signing this object:

@invad0r
invad0r / Vagrantfile
Created January 31, 2017 16:28
Vagrantfile LAMP
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
# config.vm.box = "ubuntu/precise64"
config.vm.box = "ubuntu/trusty64"
# config.vm.box = "ubuntu/precise64"
# Create a forwarded port mapping which allows access to a specific port