зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
m
Этот коммит содержится в:
родитель
cf7565ca6e
Коммит
7015b3f763
39
3
Обычный файл
39
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 <name>
|
||||||
|
! ostree diff <name>^ <name>
|
||||||
|
! ostree admin upgrade
|
||||||
|
! ostree pull <name>:<hash>
|
||||||
|
! ostree static-delta generate <refname> --from=<refname>^ --to=<refname> ...
|
||||||
|
! repo setup
|
||||||
|
! repo sync
|
||||||
|
! ostree refs
|
||||||
|
! ostree log <name>
|
||||||
|
! 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 ...)
|
||||||
3
fin/blockchain/docs/courses.txt
Обычный файл
3
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
|
||||||
@ -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
|
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
|
https://www.youtube.com/watch?v=-TaOAwtzeGg
|
||||||
FSUE - Tegeran-43 s1 of 1:13:56
|
FSUE - Tegeran-43 s1 of 1:13:56
|
||||||
https://www.youtube.com/watch?v=3tpik8y7iuo
|
https://www.youtube.com/watch?v=3tpik8y7iuo
|
||||||
|
|||||||
1
os/linux/nixos/nix-versions.txt
Обычный файл
1
os/linux/nixos/nix-versions.txt
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
https://lazamar.co.uk/nix-versions/
|
||||||
@ -1,5 +1,5 @@
|
|||||||
2023
|
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
|
https://www.youtube.com/watch?v=_CwGUt0CpvU
|
||||||
! ostree remote add ...
|
! ostree remote add ...
|
||||||
! remote summary <name>
|
! remote summary <name>
|
||||||
@ -16,6 +16,20 @@ TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Ru
|
|||||||
! ostree summary -v
|
! ostree summary -v
|
||||||
! ostree admin unlock --hotfix
|
! ostree admin unlock --hotfix
|
||||||
! ostree admin config-diff
|
! 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
|
2021
|
||||||
Pingvinus - Fedora 35 of 6:52
|
Pingvinus - Fedora 35 of 6:52
|
||||||
https://www.youtube.com/watch?v=mNziXTfZcGk
|
https://www.youtube.com/watch?v=mNziXTfZcGk
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
https://github.com/donnemartin/system-design-primer
|
||||||
|
|
||||||
|
books
|
||||||
30E4EA689FD525784E765DDAEDAB0491
|
30E4EA689FD525784E765DDAEDAB0491
|
||||||
FE2692FB8EBDC7615BEAA437D454CC50
|
FE2692FB8EBDC7615BEAA437D454CC50
|
||||||
3CC8A0D02BBB0644A3839F6B621BB86B
|
3CC8A0D02BBB0644A3839F6B621BB86B
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
2024
|
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
|
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
|
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
|
DanVega - Using Spring AI's Output Parsers to structure the response from LLMs 0:00 of 22:55
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
2021
|
2021
|
||||||
JPoint - Nizhnikov - ZIO vs CatsEffects of 1:00:05
|
JPoint - Nizhnikov - ZIO vs CatsEffects of 1:00:05
|
||||||
https://www.youtube.com/watch?v=jRVvj_2yWkE
|
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://www.youtube.com/playlist?list=PLmtsMNDRU0BzgF1fn0Nkmpyc0TI8xJ95l
|
||||||
https://blog.rockthejvm.com/zio-streams/
|
https://blog.rockthejvm.com/zio-streams/
|
||||||
RockTheJVM - ZIO of 9 parts
|
RockTheJVM - ZIO of p10
|
||||||
https://www.youtube.com/playlist?list=PLmtsMNDRU0Bzu7NfhTiGK7iCYjcFAYlal
|
https://www.youtube.com/playlist?list=PLmtsMNDRU0Bzu7NfhTiGK7iCYjcFAYlal
|
||||||
https://rockthejvm.com/p/zio
|
https://rockthejvm.com/p/zio
|
||||||
2020
|
2020
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
https://quickref.me/html
|
https://quickref.me/html
|
||||||
|
https://websitesetup.org/html5-cheat-sheet/
|
||||||
|
|||||||
@ -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/html-for-designers
|
||||||
https://app.uxcel.com/courses/css-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
|
2023
|
||||||
freeCodeCamp - HTML & Coding Introduction – Course for Beginners 0:00 of 2:04:05
|
freeCodeCamp - HTML & Coding Introduction – Course for Beginners 0:00 of 2:04:05
|
||||||
https://www.youtube.com/watch?v=GDGejH3SDNQ
|
https://www.youtube.com/watch?v=GDGejH3SDNQ
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user