From 7015b3f763b203840f22f47b32d169c18bbcf6f7 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 9 May 2024 21:57:49 +0300 Subject: [PATCH] m --- 3 | 39 +++++++++++++++++++ fin/blockchain/docs/courses.txt | 3 ++ nontech/movies/tegeran-43.txt | 5 ++- os/linux/nixos/nix-versions.txt | 1 + .../packaging/ostree/docs/presentations.txt | 16 +++++++- .../architecture/system-design/misc.txt | 3 ++ pl/java/libfws/spring/ai/presentations.txt | 2 + .../typelevel/io/zio/docs/presentations.txt | 4 +- pl/web/html/docs/cheatsheet.txt | 1 + pl/web/html/docs/courses.txt | 4 ++ 10 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 3 create mode 100644 fin/blockchain/docs/courses.txt create mode 100644 os/linux/nixos/nix-versions.txt diff --git a/3 b/3 new file mode 100644 index 000000000..ee96f33e9 --- /dev/null +++ b/3 @@ -0,0 +1,39 @@ +2023 +TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Running with Ostree on Your...- Davis Roman 32:00 of 46:26 + https://www.youtube.com/watch?v=_CwGUt0CpvU + ! ostree remote add ... + ! remote summary + ! ostree diff ^ + ! ostree admin upgrade + ! ostree pull : + ! ostree static-delta generate --from=^ --to= ... + ! repo setup + ! repo sync + ! ostree refs + ! ostree log + ! ostree --repo=/ostree/repo init --mode=archive-z2 + ! ~/.config/ostree + ! ostree summary -v + ! ostree admin unlock --hotfix + ! ostree admin config-diff + ! 33:00 phys/virt + ! /boot/loader/uEnv.txt + ! /boot/ostree + ! /ostree + ! 35:00 initramfs helps with chicken/egg problem +2021 +Pingvinus - Fedora 35 of 6:52 + https://www.youtube.com/watch?v=mNziXTfZcGk +2020 +Pynkin - OSTree CLI for OS management of 25:00 + https://www.youtube.com/watch?v=B0xvrXkEwr4 + https://www.collabora.com/assets/pdfs/OSTree_CLI_for_OS_management.pdf +2018 +Pynkin - OSTree Atomic Updates in Git Style ru of 23:57 + https://www.youtube.com/watch?v=N0expbwB0OM + https://www.youtube.com/watch?v=5LE8XF0rUak + ! ostree objects: .commit, .dirtree, .file +2014 +RedHatCzech - Colin Walters - OSTree: A middle ground between packages and images of 32:01 + https://www.youtube.com/watch?v=Hy0ZEHPXJ9Q + ! tree also requires naming (vs anoymous subset of ...) diff --git a/fin/blockchain/docs/courses.txt b/fin/blockchain/docs/courses.txt new file mode 100644 index 000000000..9be839931 --- /dev/null +++ b/fin/blockchain/docs/courses.txt @@ -0,0 +1,3 @@ +2024 +freeCodeCamp - Tezos Blockchain Developer Course – Python Web3 Development 0:00 of 12:20:18 + https://www.youtube.com/watch?v=pHQfw1W7V8s diff --git a/nontech/movies/tegeran-43.txt b/nontech/movies/tegeran-43.txt index 10527efa7..91a7d23de 100644 --- a/nontech/movies/tegeran-43.txt +++ b/nontech/movies/tegeran-43.txt @@ -1,5 +1,8 @@ +2022 +TseTe - Tegeran-43 Misteries of Our Cinema 8:00 of 25:43 + https://www.youtube.com/watch?v=DaIGw377s3Q 1980 -FSUE - Tegeran-43 s2 0:00 of 1:10:43 +FSUE - Tegeran-43 s2 of 1:10:43 https://www.youtube.com/watch?v=-TaOAwtzeGg FSUE - Tegeran-43 s1 of 1:13:56 https://www.youtube.com/watch?v=3tpik8y7iuo diff --git a/os/linux/nixos/nix-versions.txt b/os/linux/nixos/nix-versions.txt new file mode 100644 index 000000000..637e8fd0b --- /dev/null +++ b/os/linux/nixos/nix-versions.txt @@ -0,0 +1 @@ +https://lazamar.co.uk/nix-versions/ diff --git a/os/linux/packaging/ostree/docs/presentations.txt b/os/linux/packaging/ostree/docs/presentations.txt index 86091e718..e4311c529 100644 --- a/os/linux/packaging/ostree/docs/presentations.txt +++ b/os/linux/packaging/ostree/docs/presentations.txt @@ -1,5 +1,5 @@ 2023 -TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Running with Ostree on Your...- Davis Roman 32:00 of 46:26 +TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Running with Ostree on Your...- Davis Roman 36:00 of 46:26 https://www.youtube.com/watch?v=_CwGUt0CpvU ! ostree remote add ... ! remote summary @@ -16,6 +16,20 @@ TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Ru ! ostree summary -v ! ostree admin unlock --hotfix ! ostree admin config-diff + ! 33:00 phys/virt + ! /boot/loader/uEnv.txt + ! /boot/ostree + ! /ostree + ! 35:00 initramfs helps with chicken/egg problem + ! on boot, uboot instructs the kernel to start + ! the initramfs which contains a tiny fs with an init script + ! whose job is to parse the kernel cmd-line to figure out which deployment to use + ! mkdir -p /sysroot + ! ostree_sysroot=$(get_ostree_sysroot) + ! mount "$ostree_sysroot" /sysroot + ! ostree-prepare-root /sysroot + ! log_info "Switching to rootfs" + ! exec switch_root /sysroot /sbin/init 2021 Pingvinus - Fedora 35 of 6:52 https://www.youtube.com/watch?v=mNziXTfZcGk diff --git a/pl/cross/methodologies/architecture/system-design/misc.txt b/pl/cross/methodologies/architecture/system-design/misc.txt index 27e589995..1219d79eb 100644 --- a/pl/cross/methodologies/architecture/system-design/misc.txt +++ b/pl/cross/methodologies/architecture/system-design/misc.txt @@ -1,3 +1,6 @@ +https://github.com/donnemartin/system-design-primer + +books 30E4EA689FD525784E765DDAEDAB0491 FE2692FB8EBDC7615BEAA437D454CC50 3CC8A0D02BBB0644A3839F6B621BB86B diff --git a/pl/java/libfws/spring/ai/presentations.txt b/pl/java/libfws/spring/ai/presentations.txt index 382dbfac7..0e890d30b 100644 --- a/pl/java/libfws/spring/ai/presentations.txt +++ b/pl/java/libfws/spring/ai/presentations.txt @@ -1,4 +1,6 @@ 2024 +DanVega - Spring AI Functions - How to register custom Java functions with the Chat Client 0:00 of 21:14 + https://www.youtube.com/watch?v=n7IvE1VSbvI DanVega - Getting started with (Retrieval Augmented Generation) RAG in Java & Spring AI 0:00 of 30:46 https://www.youtube.com/watch?v=4-rG2qsTrAs DanVega - Using Spring AI's Output Parsers to structure the response from LLMs 0:00 of 22:55 diff --git a/pl/scala/libfws/typelevel/io/zio/docs/presentations.txt b/pl/scala/libfws/typelevel/io/zio/docs/presentations.txt index 6f06fd41c..354920b0c 100644 --- a/pl/scala/libfws/typelevel/io/zio/docs/presentations.txt +++ b/pl/scala/libfws/typelevel/io/zio/docs/presentations.txt @@ -1,10 +1,10 @@ 2021 JPoint - Nizhnikov - ZIO vs CatsEffects of 1:00:05 https://www.youtube.com/watch?v=jRVvj_2yWkE -RockTheJVM - ZIO Streams of 3 parts +RockTheJVM - ZIO Streams of p3 https://www.youtube.com/playlist?list=PLmtsMNDRU0BzgF1fn0Nkmpyc0TI8xJ95l https://blog.rockthejvm.com/zio-streams/ -RockTheJVM - ZIO of 9 parts +RockTheJVM - ZIO of p10 https://www.youtube.com/playlist?list=PLmtsMNDRU0Bzu7NfhTiGK7iCYjcFAYlal https://rockthejvm.com/p/zio 2020 diff --git a/pl/web/html/docs/cheatsheet.txt b/pl/web/html/docs/cheatsheet.txt index a8b9f1276..5c275400c 100644 --- a/pl/web/html/docs/cheatsheet.txt +++ b/pl/web/html/docs/cheatsheet.txt @@ -1 +1,2 @@ https://quickref.me/html +https://websitesetup.org/html5-cheat-sheet/ diff --git a/pl/web/html/docs/courses.txt b/pl/web/html/docs/courses.txt index f9f6caf60..2bf56fcdc 100644 --- a/pl/web/html/docs/courses.txt +++ b/pl/web/html/docs/courses.txt @@ -38,6 +38,10 @@ https://career.habr.com/courses/spec/development/html_coding https://app.uxcel.com/courses/html-for-designers https://app.uxcel.com/courses/css-for-designers +free +https://learn.shayhowe.com/html-css/ +https://learn.shayhowe.com/advanced-html-css/ + 2023 freeCodeCamp - HTML & Coding Introduction – Course for Beginners 0:00 of 2:04:05 https://www.youtube.com/watch?v=GDGejH3SDNQ