VirtualTam's bookmarks
31 bookmarks found
-
Here Documents - Bash Reference Manual
2023-09-11 The format of here-documents is:
1[n]<<[-]word 2 here-document 3delimiter
If any part of word is quoted, the delimiter is the result of quote removal on word, and the lines in the here-document are not expanded.
This is useful to write scripts that:
- write scripts (verbatim)
- execute a sequence of commands (verbatim) on a remote host
-
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
-
criu: Checkpoint/Restore tool
2022-12-06 Checkpoint/Restore In Userspace, or CRIU (pronounced kree-oo, IPA: /krɪʊ/, Russian: криу), is a Linux software. It can freeze a running container (or an individual application) and checkpoint its state to disk. The data saved can be used to restore the application and run it exactly as it was during the time of the freeze. Using this functionality, application or container live migration, snapshots, remote debugging, and many other things are now possible.
-
Raspberry Pi Server Rack
2020-03-14 - https://www.bitscope.com/product/blade/?p=about
- https://octoprint.org/download/
- https://octoprint.org/blog/2018/09/03/safe-remote-access/
- https://www.musicstore.com/fr_BE/EUR/DAP-Audio-2-HE-Rackblende-f-Modulsystem-10-Segmente-MP-1/art-PAH0017160-000;pgid=10qgI.clt_RSRp_iHzaIY7w70000c9uG5mxw
- https://www.thingiverse.com/thing:1793758
- https://github.com/TheCallumInglis/Rack_Mount_Pi
- https://www.monoprice.com/product?p_id=33467&gclid=EAIaIQobChMI_Kvn08jn5wIVFdVkCh3-dAIVEAQYASABEgL2F_D_BwE
-
Paravirtual (PV) to Hardware Virtual Machine (HVM):
ENA support:
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html
- https://forums.aws.amazon.com/thread.jspa?threadID=166135
- https://aws.amazon.com/premiumsupport/knowledge-center/boot-error-linux-m5-c5/
- https://bugs.centos.org/view.php?id=14107
- https://ygrene.tech/how-to-enable-ena-support-for-aws-amis-in-5-steps-and-make-your-bamboo-remote-jobs-really-fast-f2a4254a9955
Build Debian AMIs from scratch:
- https://bootstrap-vz.readthedocs.io/en/master/
- https://github.com/andsens/bootstrap-vz
- https://www.slideshare.net/JamesBromberger/debian-cloud-building-the-debian-amis
- https://blog.james.rcpt.to/2012/12/06/official-debian-images-on-amazon-web-services-ec2/
Squeeze:
Wheezy:
- https://lists.debian.org/debian-cloud/2014/10/msg00009.html
- https://lists.debian.org/debian-cloud/2014/11/msg00000.html
Boot to chroot:
-
TV-B-Gone DIY Kits
2019-09-07 - https://shop.evilmadscientist.com/productsmenu/918
- https://www.instructables.com/id/TV-B-Gone-Kit/
- https://www.instructables.com/id/4-DIY-TV-B-Gone/
- https://www.instructables.com/id/350-DIY-TV-B-Gone-Mico/
- https://mad-science.wonderhowto.com/how-to/make-your-own-tv-b-gone-silence-all-televisions-oppose-you-0133794/
-
The X-Windows Disaster – Don Hopkins
2018-09-10 -
Pair programming
2018-02-23 Guides:
- https://tuple.app/pair-programming-guide/
- https://www.codefellows.org/blog/peer-programming-5-reasons-learning-in-a-group-beats-studying-on-your-own/
- https://dzone.com/articles/what-is-pair-programming-advantages-challenges-tut
- https://blog.jayway.com/2017/02/10/efficiency-of-pair-programming/
- https://www.cs.utexas.edu/users/mckinley/305j/pair-hcs-2006.pdf
- http://www.jucs.org/jucs_15_16/understanding_tools_and_practices/jucs_15_16_3101_3125_schuemmer.pdf
- https://www.slideshare.net/uhpnou/pair-programming-a-pratical-guide
- https://www.slideshare.net/istepaniuk/effective-pair-programming/9-Strengthening_the_case_forPair_ProgrammingL
- http://kata-log.rocks/pair-programming
Approaches:
- http://blog.xebia.com/practical-styles-of-pair-programming/
- https://www.quora.com/What-is-your-review-of-Pair-Programming
- https://www.quora.com/Is-there-a-good-development-environment-for-remote-pair-programming
- https://www.quora.com/Why-do-programmers-use-paired-programming-What-do-remote-teams-use-for-paired-programming
- https://www.quora.com/What-are-some-techniques-for-effective-pair-programming
- https://www.quora.com/When-pair-programming-what-makes-it-a-bad-experience-and-what-makes-it-a-good-experience
Tools: