
We need to increase LimitRequestLine @ apache2.conf.
All posts by PF
Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. The front end is a “waterfall” style graph of service calls showing call durations as horizontal bars:

Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data through a Collector and a Query service. Zipkin’s design is based on the Google Dapper paper.
Collecting traces helps developers gain deeper knowledge about how certain requests perform in a distributed system. Let’s say we’re having problems with user requests timing out. We can look up traced requests that timed out and display it in the web UI. We’ll be able to quickly find the service responsible for adding the unexpected response time. If the service has been annotated adequately we can also find out where in that service the issue is happening.

more: https://blog.twitter.com/2012/distributed-systems-tracing-with-zipkin
githup: https://github.com/openzipkin/zipkin
gitter: https://gitter.im/openzipkin/zipkin/
5.11 RUSH24™ Backpack & 609: SUMMIT Zero Lightweight Soft Shell Jacket
OH YA! Finally!
Finally I got an 5.11 RUSH24™ Backpack and a Condor 609: SUMMIT Zero Lightweight Soft Shell Jacket.
Now I’m – almost – ready for the trackings! 🙂

500 Internal Server Error while uploading files
I was having a 500 Internal Server Error…
nginx logs were showing me the following
2016/03/17 12:09:32 [crit] 31488#0: *11192 open() "/var/lib/nginx/tmp/client_body/0000000005" failed (13: Permission denied), client: 84.91.XXX.XXX, server: host.com, request: "POST /trades_edit/edit_trade HTTP/1.1", host: "host.com", referrer: "https://host.com/trades_edit/125"
Solution?
chown -R www-data:www-data /var/lib/nginx
Auto-height form textarea
Had to implement an auto-height / autosize some text areas…
This sh*t worked! 🙂
author / page
http://www.jacklmoore.com/autosize/
What is Rancher?
Rancher is open source software that makes it simple for organizations to deploy a private container service and deliver Docker orchestration to users. Within a team, authorized users are able to create resource pools from any hosts, and then launch containers or application templates from Rancher’s UI or CLI. Users have complete control over how their applications are deployed, and Rancher provides all of the necessary infrastructure services such as networking, load balancing, and storage to ensure the application runs brilliantly on any infrastructure.

Storefront – Removing the Sidebar
Not *easy*!
Plugin

https://wordpress.org/plugins/woosidebars/

Editing function.php
remove_action( 'storefront_sidebar', 'storefront_get_sidebar' );
Custom CSS
#primary {
width: 100%;
}
More reading
https://wordpress.org/support/topic/remove-sidebar-on-product-page
https://docs.woothemes.com/document/woosidebars-2/
freebiejar.com

Today I’v found this awesome website.
http://freebiejar.com/


It has a LOOOOOOT of freebiessss!
Bookmarked & posted here so… take a look! 🙂
PODCAST [#028] – DAVID CARRETTA [Space Factory \ Gigolo Records \ Zone Records]
Rediscovered David Carreta a few years after listen to his sets @ Radio FG!
Some marks – 14m30s // 24m20s
YouTube is all fucked up!

