VirtualTam's bookmarks
638 bookmarks found
-
- https://blog.funkwhale.audio/~/Announcements/funkwhale-past-present-and-future/
- https://medium.com/we-distribute/funkwhale-an-open-source-grooveshark-alternative-begins-activitypub-implementation-cbc10a412b20
- https://framablog.org/2018/05/25/funkwhale-les-baleines-melomanes-libres-et-decentralisees/
-
- 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
-
- 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/
-
- https://marc.info/?l=linux-netdev&m=153306429108040&w=2
- https://marc.info/?l=linux-netdev&m=153306429908043&w=2
- https://marc.info/?l=linux-netdev&m=153306437408074&w=2
- https://marc.info/?l=linux-netdev&m=153306440208084&w=2
- https://lkml.org/lkml/2017/11/10/666
- https://www.phoronix.com/scan.php?page=news_item&px=WireGuard-Plans-November-2017
- https://www.phoronix.com/scan.php?page=news_item&px=WireGuard-V1-Review
-
Extension with Compose format 3.4+:
- https://github.com/moby/moby/issues/31101
- https://github.com/docker/compose/issues/4315
- https://github.com/docker/cli/pull/452
- https://github.com/docker/compose/pull/5140
- https://stackoverflow.com/questions/45279662/extend-service-in-docker-compose-3
Inheritance through YAML anchors:
-