Recent Posts

Elasticsearch Crib Sheet

4 minute read

General All inputs are JSON documents, however the format does allows comments (C-style, /* */) add ?v to include column headers in table output add ?...

Line Endings in a git Repo

4 minute read

TL;DR If you collaborate with developers on different platforms (Windows/Mac/Linux) and you all use proper programmer’s editors which will maintain correct l...

iPerf Crib Sheet

1 minute read

https://iperf.fr/ https://www.linode.com/docs/networking/diagnostics/install-iperf-to-diagnose-network-speed-in-linux/ v1 is ancient. When you see jus...

macvlan Networks on Docker

1 minute read

If your application or container needs to be directly on the network, or it needs to use ports that are already in use by the host or other containers, such ...

Thoughts on Mistakes

less than 1 minute read

Humans will always make mistakes, for a variety of reasons (for example lack of experience, skill, concentration, understanding etc.) Mistakes are the b...

Quote of the day…

less than 1 minute read

“When I am working on a problem I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beauti...