Skip to content

Instantly share code, notes, and snippets.

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

Taz Hate tazhate

🏠
Working from home
View GitHub Profile
🌞 Morning 25 commits █▍░░░░░░░░░░░░░░░░░░░ 7.0%
🌆 Daytime 160 commits █████████▍░░░░░░░░░░░ 45.1%
🌃 Evening 108 commits ██████▍░░░░░░░░░░░░░░ 30.4%
🌙 Night 62 commits ███▋░░░░░░░░░░░░░░░░░ 17.5%
@tazhate
tazhate / jaeger.yaml
Last active October 19, 2020 22:47
Docker compose for Jaeger with elasticsearch backend
version: "3"
services:
collector:
image: jaegertracing/jaeger-collector:1.20
environment:
- SPAN_STORAGE_TYPE=elasticsearch
- ES_SERVER_URLS=http://es01:9200
ports:
- "14269"
@tazhate
tazhate / nginx.conf
Created March 23, 2016 19:50
Finally figured out how to setup prerender + nginx/passenger
server {
listen 80;
...
location / {
passenger_enabled on;
root /home/deploy/current/public;
include prerender.conf;
}
}
@tazhate
tazhate / netspeed.sh
Created November 19, 2012 12:40 — forked from rsvp/netspeed.sh
netspeed.sh : check download speed rate via command line | Linux bash script
#!/usr/bin/env bash
# bash 4.1.5(1) Linux Ubuntu 10.04 Date : 2011-10-09
#
# _______________| netspeed : check download speed via command line.
#
# Usage: netspeed [tokyo, london, usw, use, east, west, URL]
# ^default U.S. west coast.
# [ -speed_KB/sec ]
# ^negation activates the Mbps converter.
#