VirtualTam's bookmarks
641 bookmarks found
-
The X-Windows Disaster – Don Hopkins
2018-09-10 -
- 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
-
- 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
-
- https://brandonwamboldt.ca/understanding-the-php-fpm-status-page-1603/
- http://www.gregfreeman.io/2016/how-to-connect-to-php-fpm-directly-to-resolve-issues-with-blank-pages/
- https://www.thatsgeeky.com/2012/02/directly-connecting-to-php-fpm/
- https://easyengine.io/tutorials/php/fpm-status-page/
$ SCRIPT_NAME=/status \ SCRIPT_FILENAME=/status \ QUERY_STRING=json \ REQUEST_METHOD=GET \ cgi-fcgi -bind -connect /var/run/php/php7.0-fpm.sock \ | grep '{' \ | jq '.'