Skip to content

Instantly share code, notes, and snippets.

View dimisjim's full-sized avatar
🇨🇭

Dimitris Moraitidis dimisjim

🇨🇭
View GitHub Profile
@dimisjim
dimisjim / jsonToCsvConverterGoogleTimeline.py
Created June 9, 2024 10:49
jsonToCsvConverterGoogleTimeline
#!/usr/bin/python3
import json
import csv
import sys
import datetime
import os
def make_reader(in_json):
@dimisjim
dimisjim / gist:73c2f802dd0a9a63f23fabb51b96c359
Created May 20, 2019 07:53
Terraform module not getting cloned in github repo
Using Docker executor with image hashicorp/terraform:light ...
Pulling docker image hashicorp/terraform:light ...
Using docker image sha256:7cd543b4280182930cfeeb9af69dddc5ac6af3de86987d9d9bca86b3cc4c48dc for hashicorp/terraform:light ...
Running on runner-1f11cafd-project-183-concurrent-0 via runner-1f11cafd-gitlab-worker-1558338353-22ffc251...
Fetching changes...
Removing starcoders-ci/.terraform/
Removing terraform-modules/
HEAD is now at 1d16689 ci yaml
From https://git.starcoders.com/devops/terraform
1d16689..267a568 master -> origin/master
@dimisjim
dimisjim / crash.log
Created April 9, 2019 11:18
terraform-aws-backup
2019/04/09 11:13:48 [INFO] Terraform version: 0.11.13
2019/04/09 11:13:48 [INFO] Go runtime version: go1.11.5
2019/04/09 11:13:48 [INFO] CLI args: []string{"/bin/terraform", "init"}
2019/04/09 11:13:48 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2019/04/09 11:13:48 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/04/09 11:13:48 [INFO] CLI command args: []string{"init"}
2019/04/09 11:13:48 [DEBUG] command: loading backend config file: /data
2019/04/09 11:13:48 [TRACE] module source: "backend-s3"
2019/04/09 11:13:48 [TRACE] module source: "backups"
2019/04/09 11:13:48 [DEBUG] plugin: waiting for all plugin processes to complete...
@dimisjim
dimisjim / vagrant-share.log
Created October 24, 2018 23:17
Log after executing vagrant share --ssh --debug
INFO global: Vagrant version: 2.2.0
INFO global: Ruby version: 2.4.4
INFO global: RubyGems version: 2.6.14.1
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.0/gems/vagrant-2.2.0/bin/vagrant"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.0/gems/vagrant-2.2.0/plugins/guests/alt/plugin.rb