VirtualTam's bookmarks
35 bookmarks found
-
Test feed:
- feed reader score project
- A sysadmin's rant about feed readers and crawlers
- Feeds, updates, 200s, 304s, and now 429s
- So many feed readers, so many bizarre behaviors
- The feed reader score service is now online
RFCs:
- RFC 1945 - Hypertext Transfer Protocol - HTTP/1.0 - If-Modified-Since
- RFC 7232 - Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests - Entity Tag (ETag)
- RFC 9110 - HTTP Semantics
Related:
- Bret Simmons - NetNewsWire and Conditional GET Issues
- John Brayton - Feed Polling for Unread Cloud
- Jeff Kaufman - Looking at RSS User-Agents
- Chris Siebenmann - The case of the very old If-Modified-Since HTTP header
- ETag and HTTP caching
- HTTP Conditional Requests Explained
- Caching - What takes precedence: the ETag or Last-Modified HTTP header?
-
The Web Authentication API (also known as WebAuthn) is a specification written by the W3C and FIDO, with the participation of Google, Mozilla, Microsoft, Yubico, and others. The API allows servers to register and authenticate users using public key cryptography instead of a password.
- Guide to Web Authentication
- Asynchronous Remote Key Generation: An Analysis of Yubico’s Proposal for W3C WebAuthn [PDF]
- Issue 664630: Web Authentication API for Chrome
- Bugzilla - [meta] Update WebAuthn JS API to the L1-REC spec
- keepassxc#1870 - Feature Request: Integration with the Web Authentication API
-
Stylus:
- https://remarkablewiki.com/tech/stylus
- https://www.joshualowcock.com/guide/remarkable-2-compatible-pens-remarkable-marker-alternatives/
- https://www.joshualowcock.com/guide/how-to-install-the-lamy-al-star-pen-button-eraser-hack-on-the-remarkable-2/
- https://www.reddit.com/r/RemarkableTablet/comments/nvtwt8/alternative_pen_which_is_compatible_with/
Case:
Guides:
- https://www.meganwalker.me.uk/2021/01/installing-remux-koreader-on-the-remarkable-2/
- https://www.reddit.com/r/RemarkableTablet/comments/lzuxti/experience_using_the_remarkable_2_as_a_linux/
- https://www.simplykyra.com/category/remarkable/
System:
Usage:
Software:
- https://eeems.website/toltec/
- https://www.reddit.com/r/RemarkableTablet/comments/aqfflg/xochitl_question/
- https://github.com/reMarkable
- https://github.com/reHackable/awesome-reMarkable
- https://github.com/isaacwisdom/RemarkableLamyEraser
- https://github.com/ddvk/remarkable2-framebuffer
- https://github.com/ddvk/rmfakecloud
- https://github.com/ddvk/remarkable-hacks
- https://github.com/ddvk/remarkable-stylus
- https://github.com/juruen/rmapi
- https://rmkit.dev/apps/remux
- https://github.com/dps/remarkable-keywriter
Articles:
-
Git helpers for shared commit authoring
2022-03-07 - https://tuple.app/pair-programming-guide/template
- https://github.com/kejadlen/git-together
- https://github.com/git-duet/git-duet
- https://github.com/chrisk/git-pair
- https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
-
- Pinboard Feature Requests
- pinboard-dev Google Group
-
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
- https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-instance-metadata-options.html
- https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-proxies-ssrf-vulnerabilities-ec2-instance-metadata-service/
- https://aws.amazon.com/blogs/aws/new-host-based-routing-support-for-aws-application-load-balancers/
- https://aws.amazon.com/about-aws/whats-new/2018/07/elastic-load-balancing-announces-support-for-redirects-and-fixed-responses-for-application-load-balancer/
- https://www.reddit.com/r/aws/comments/e18e5n/botexploit_what_is_this_trying_to_do_and_how
- https://www.reddit.com/r/aws/comments/e18e5n/botexploit_what_is_this_trying_to_do_and_how/f8qympp/
- https://forums.aws.amazon.com/thread.jspa?threadID=316889
- https://owasp.org/www-community/attacks/Server_Side_Request_Forgery
- https://www.wired.com/story/capital-one-paige-thompson-case-hacking-spree/
- https://krebsonsecurity.com/2019/08/what-we-can-learn-from-the-capital-one-hack/
- https://krebsonsecurity.com/2019/07/capital-one-data-theft-impacts-106m-people/
- http://www.thecloudavenue.com/2019/08/how-capital-one-hack-was-achieved-in-aws.html
- http://www.thecloudavenue.com/2019/11/changes-to-aws-ec2-instance-metadata-service.html
-
Kubernetes Best Practices - GCP Blog
2018-09-28 - https://cloudplatform.googleblog.com/2018/04/Kubernetes-best-practices-how-and-why-to-build-small-container-images.html
- https://cloudplatform.googleblog.com/2018/04/Kubernetes-best-practices-Organizing-with-Namespaces.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-Setting-up-health-checks-with-readiness-and-liveness-probes.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-Resource-requests-and-limits.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-terminating-with-grace.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-mapping-external-services.html
- https://cloudplatform.googleblog.com/2018/06/Kubernetes-best-practices-upgrading-your-clusters-with-zero-downtime.html
-
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 (!):
-
- 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 '.'
-
- https://forum.manjaro.org/t/new-kernel-4-16-causes-display-flashes-on-amd-r9-3xx-tonga/44302/13
- https://bugzilla.kernel.org/show_bug.cgi?id=199407
- https://www.reddit.com/r/archlinux/comments/7vxnam/redshift_flickering_display_after_415_kernel/
- https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-DC-Pull-Request-4.15
- https://github.com/jonls/redshift/issues/221