Skip to content

Instantly share code, notes, and snippets.

View ptemmer's full-sized avatar

Pieter Temmerman ptemmer

  • Söderberg & Partners
  • Sevilla, Spain
View GitHub Profile
0.0 TEL | Telepresence 0.104 launched at Tue Jun 2 17:52:56 2020
0.0 TEL | /usr/local/bin/telepresence -s jobs --logfile /tmp/telepresence_logs/telepresence.jobs.log --docker-run -i -e RAILS_ENV=development -e RACK_ENV=development -e TEST_DATABASE_NODE=172.17.0.1:27017 -e TEST_REDIS_ENDPOINT=redis://172.17.0.1:6379/3 --workdir /var/www/tapp/tapp-server CONFUZIO jobs
0.0 TEL | uname: uname_result(system='Darwin', node='SPASEVLT142392', release='18.6.0', version='Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64', machine='x86_64', processor='i386')
0.0 TEL | Platform: darwin
0.0 TEL | WSL: False
0.0 TEL | Python 3.7.7 (default, Mar 10 2020, 15:43:03)
0.0 TEL | [Clang 11.0.0 (clang-1100.0.33.17)]
0.0 TEL | BEGIN SPAN main.py:40(main)
0.0 TEL | BEGIN SPAN startup.py:83(set_kube_command)
0.0 TEL | Found kubectl -> /usr/local/bin/kubectl
@ptemmer
ptemmer / nginx.conf
Created June 7, 2018 14:28 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@ptemmer
ptemmer / chef_editor_atom_install_packages.sh
Created March 22, 2018 09:50 — forked from petersonwsantos/chef_editor_atom_install_packages.sh
Chef Editor - This simple script for install Atom's packages - add syntax highlighting, commands, and code snippets.
#!/bin/bash
# https://learn.chef.io/modules/text-editors#/
atom_packages="darron/language-chef \
pauldruziak/language-rspec \
chef-training/language-inspec \
habitat-sh/language-habitat \
habitat-sh/language-habitat \
steelbrain/linter \
AtomLinter/linter-foodcritic \