VirtualTam's bookmarks
730 bookmarks found
-
Exporters and integrations | Prometheus
2018-10-07 - https://prometheus.io/docs/instrumenting/writing_exporters/
- https://prometheus.io/docs/practices/instrumentation/
- https://prometheus.io/docs/practices/naming/
- https://godoc.org/github.com/prometheus/client_golang/prometheus
- https://github.com/prometheus/prometheus/wiki/Default-port-allocations
- https://rsmitty.github.io/Prometheus-Exporters/
- https://blog.callr.tech/kamailio-exporter-for-prometheus/
-
ccache & distcc w/ clang – oliver hu
2018-10-06 - https://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html
- https://petereisentraut.blogspot.com/2011/09/ccache-and-clang-part-2.html
- http://peter.eisentraut.org/blog/2014/12/01/ccache-and-clang-part-3/
- https://pspdfkit.com/blog/2015/ccache-for-fun-and-profit/
- https://pspdfkit.com/blog/2017/crazy-fast-builds-using-distcc/
-
-
Kubernetes plugin and examples:
Kubernetes pipeline plugin:
- https://github.com/jenkinsci/kubernetes-pipeline-plugin
- https://jenkins.io/doc/pipeline/steps/kubernetes-pipeline-steps/
Relevant issues:
- https://issues.jenkins-ci.org/browse/JENKINS-48135 - Multiple containers in declarative pipelines
- https://issues.jenkins-ci.org/browse/JENKINS-51353 - Request for volumes in declarative pipelines
Persisting volumes:
- https://kubernetes.io/docs/concepts/storage/persistent-volumes/
- https://cloud.google.com/kubernetes-engine/docs/concepts/persistent-volumes
- https://devopscube.com/persistent-volume-google-kubernetes-engine/
- http://www.monkeylittle.com/blog/2017/02/08/adding-persistent-volumes-to-jenkins-with-kubernetes-volumes.html
- https://stackoverflow.com/questions/48068973/volume-mounting-in-jenkins-on-kubernetes
Declarative pipelines with YAML spec:
- https://github.com/jenkinsci/kubernetes-plugin/blob/master/examples/declarative-multiple-containers.groovy
- https://stackoverflow.com/questions/47470498/how-to-define-multiple-containers-in-declarative-pipeline
Scripted pipelines:
XML (!):
-
Bot Summit
2018-09-11 - http://tinysubversions.com/botsummit/2016/
- http://tinysubversions.com/botsummit/2014/
- http://opentranscripts.org/sources/bot-summit/bot-summit-2014/
- https://docs.google.com/document/d/1bka4o1RE9RPUeoUzgpTIKRWsgWHzZEKEADialnv7haQ/view
- https://github.com/dariusk/corpora
- https://brianshumate.com/articles/twitter-bots/
- https://brianshumate.com/projects/index.html#-twitter-robots
-
- https://adr.github.io/madr/
- github.com/npryce/adr-tools
- http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions
-
- https://anothersysadmin.wordpress.com/2008/04/22/x-cache-and-x-cache-lookup-headers-explained/
- https://www.keycdn.com/blog/http-cache-headers/
- https://web.archive.org/web/20101227032821/http://www.http-stats.com/X-Cache
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching
- https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
-
RabbitMQ - Password Hashing
2018-08-28 - https://www.rabbitmq.com/passwords.html
- https://stackoverflow.com/questions/41306350/how-to-generate-password-hash-for-rabbitmq-management-http-api
- https://gist.github.com/christianclinton/faa1aef119a0919aeb2e
- https://stackoverflow.com/questions/9594125/salt-and-hash-a-password-in-python
- https://docs.python.org/3/library/hashlib.html
- https://docs.python.org/3/library/base64.html