VirtualTam's bookmarks
266 bookmarks found
-
Perf Wiki
2018-11-21 -
-
GNU Terry Pratchett
2018-10-16 -
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 — Compiler cache
2018-10-06 -
- https://github.com/PipeWire
- https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Configuration
- https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/JACK
- https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/PulseAudio
- https://wiki.gentoo.org/wiki/Pipewire
- https://wiki.archlinux.org/index.php/PipeWire
- https://bootlin.com/blog/an-introduction-to-pipewire/
FOSDEM:
- https://archive.fosdem.org/2019/schedule/event/pipewire/
- https://archive.fosdem.org/2020/schedule/event/ema_pipewire/
Fedora adoption:
- https://fedoraproject.org/wiki/Releases/34/ChangeSet#Route_all_Audio_to_PipeWire
- https://fedoraproject.org/wiki/Changes/DefaultPipeWire
Articles:
- https://blogs.gnome.org/uraeus/2018/09/24/getting-the-team-together-to-revolutionize-linux-audio/
- https://www.collabora.com/news-and-blog/blog/2020/03/05/pipewire-the-media-service-transforming-the-linux-multimedia-landscape/
- https://www.reddit.com/r/linux/comments/9k89bm/getting_the_team_together_to_revolutionize_linux/
Troubleshooting:
-
Jenkins Job DSL Plugin
2018-09-25 - https://github.com/jenkinsci/job-dsl-plugin/wiki
- https://stackoverflow.com/questions/47206215/environmentvariables-not-working-for-jenkins-job-dsl-and-pipeline-jobs
- https://stackoverflow.com/questions/33792633/using-jenkins-job-dsl-to-set-polling-ignores-commits-in-certain-paths-for-git
- https://github.com/jenkinsci/job-dsl-plugin/wiki/User-Power-Moves
- https://stackoverflow.com/questions/43699190/seed-job-asks-for-script-approval-in-jenkins
- https://groups.google.com/forum/#!msg/job-dsl-plugin/jueturR7sCo/2BCz2rRWBAAJ
- https://github.com/Praqma/JenkinsAsCodeReference
-
CodeReviewComments · golang/go Wiki
2018-08-18 -
- https://wiki.wireshark.org/Bluetooth
- https://osqa-ask.wireshark.org/questions/312/bluetooth-capturing
- https://mcuoneclipse.com/2016/12/25/tutorial-hexiwear-bluetooth-low-energy-packet-sniffing-with-wireshark/
- https://www.adafruit.com/product/2269
- https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer
- https://learn.adafruit.com/reverse-engineering-a-bluetooth-low-energy-light-bulb
- https://stackoverflow.com/questions/32640581/analyzing-bluetooth-low-energy-traffic
-
coturn TURN server project
2018-08-03 - https://github.com/coturn/coturn/wiki/turnserver
- https://www.linuxbabe.com/linux-server/install-coturn-turn-server-spreed-webrtc
- https://webrtc.ventures/2017/08/quick-guide-stunturn-webrtc/
- https://stackoverflow.com/questions/40583954/coturn-stun-works-but-turn-does-not-work
- https://hub.docker.com/r/instrumentisto/coturn
- https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794
- https://en.wikipedia.org/wiki/STUN
- https://en.wikipedia.org/wiki/Traversal_Using_Relays_around_NAT
-
Traversal Using Relays around NAT (TURN)
2018-08-03 - https://tools.ietf.org/html/rfc5766
- https://tools.ietf.org/html/rfc6156
- https://tools.ietf.org/html/rfc7065
- https://en.wikipedia.org/wiki/Traversal_Using_Relays_around_NAT
- https://webrtc.ventures/2017/08/quick-guide-stunturn-webrtc/
- https://www.openttd.org/news/2021/09/26/new-multiplayer-experience
- https://tailscale.com/blog/how-nat-traversal-works/
-
Packages using struct field tags:
- https://golang.org/pkg/encoding/json/
- https://golang.org/pkg/encoding/xml/
- https://golang.org/pkg/reflect/
- https://github.com/golang/go/wiki/Well-known-struct-tags
Articles:
- https://blog.golang.org/json-and-go
- https://www.golang-book.com/books/intro/9#section1
- https://sosedoff.com/2016/07/16/golang-struct-tags.html
- https://gobyexample.com/json
Threads: