diff --git a/db/sql/postgres/integration/k8s.txt b/db/sql/postgres/integration/k8s.txt index 97bb7637c..c646bb65f 100644 --- a/db/sql/postgres/integration/k8s.txt +++ b/db/sql/postgres/integration/k8s.txt @@ -1,4 +1,6 @@ https://cloudnative-pg.io/ +https://cloudnative-pg.io/docs/ +https://cloudnative-pg.io/documentation/current/backup/ https://github.com/cloudnative-pg/cloudnative-pg https://www.kubegres.io/ @@ -6,6 +8,14 @@ https://github.com/reactive-tech/kubegres https://github.com/movetokube/postgres-operator +https://www.postgresql.org/docs/current/creating-cluster.html + +2024 +https://blog.stonegarden.dev/articles/2024/10/k8s-postgres/ + !!! super, but a long read +2023 +https://www.cncf.io/blog/2023/09/29/recommended-architectures-for-postgresql-in-kubernetes/ + ! 2022 https://habr.com/ru/company/domclick/blog/649167/ bitnami helm repo diff --git a/devops/container/box/distrobox.txt b/devops/container/box/distrobox.txt index 9b76cba7c..19dcf09d9 100644 --- a/devops/container/box/distrobox.txt +++ b/devops/container/box/distrobox.txt @@ -4,6 +4,7 @@ https://distrobox.it/compatibility/#host-distros https://distrobox.it/compatibility/#containers-distros NixOS is not a supported container distro, and there are currently no plans to bring support to it. If you are looking for unprivileged NixOS environments, we suggest you look into nix-shell or nix portable + https://github.com/89luca89/distrobox/blob/main/docs/compatibility.md https://distrobox.it/useful_tips/ https://distrobox.it/posts/posts/ https://distrobox.it/posts/integrate_vscode_distrobox/ diff --git a/devops/iaas/opentofu/docs/articles.txt b/devops/iaas/opentofu/docs/articles.txt new file mode 100644 index 000000000..656175dc2 --- /dev/null +++ b/devops/iaas/opentofu/docs/articles.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/companies/flant/news/762356/ diff --git a/devops/iaas/opentofu/docs/presentations.txt b/devops/iaas/opentofu/docs/presentations.txt new file mode 100644 index 000000000..451d842ed --- /dev/null +++ b/devops/iaas/opentofu/docs/presentations.txt @@ -0,0 +1,11 @@ +2024 +Batagonov - VM Control in Proxmox Cluster using OpenTofu of 6:49 + https://www.youtube.com/watch?v=YzBz6oUMk7I + https://github.com/batonogov/learn-devops/tree/main/opentofu + ! 2:45 - provider.tf + ! bpg/proxmox - https://github.com/opentofu/registry/blob/main/providers/b/bpg/proxmox.json + ! https://github.com/bpg/terraform-provider-proxmox +Batagonov - What is OpenTofu and how to Install it of 9:13 + https://www.youtube.com/watch?v=_khv2Jd0O_k + https://github.com/batonogov/learn-devops/tree/main/opentofu + ! sample of vm-migtration for proxmox diff --git a/devops/iaas/opentofu/features/providers.txt b/devops/iaas/opentofu/features/providers.txt new file mode 100644 index 000000000..540b77afa --- /dev/null +++ b/devops/iaas/opentofu/features/providers.txt @@ -0,0 +1,14 @@ +https://opentofu.org/docs/language/providers/ +https://github.com/opentofu/registry/tree/main/providers + +https://registry.terraform.io/browse/providers + +https://github.com/opentofu/registry/blob/main/providers/b/bpg/proxmox.json +https://github.com/bpg/terraform-provider-proxmox +https://registry.terraform.io/providers/bpg/proxmox + +https://registry.terraform.io/providers/terra-farm/virtualbox/latest + +https://registry.terraform.io/providers/Project0/podman/latest +https://github.com/Project0/terraform-provider-podman + https://tomsitcafe.com/2025/01/27/how-to-manage-podman-containers-with-opentofu/ diff --git a/devops/iaas/opentofu.txt b/devops/iaas/opentofu/opentofu.txt similarity index 100% rename from devops/iaas/opentofu.txt rename to devops/iaas/opentofu/opentofu.txt diff --git a/devops/k8s/mini/rancher/k3s/docs/articles.txt b/devops/k8s/mini/rancher/k3s/docs/articles.txt index f6724a583..30f22a1b5 100644 --- a/devops/k8s/mini/rancher/k3s/docs/articles.txt +++ b/devops/k8s/mini/rancher/k3s/docs/articles.txt @@ -1,3 +1,6 @@ +2024 +https://blog.stonegarden.dev/articles/2024/02/bootstrapping-k3s-with-cilium/ + !!! super, but a long read 2023 https://habr.com/ru/companies/otus/articles/751752/ https://habr.com/ru/articles/711440/ diff --git a/devops/k8s/mini/talos/docs/articles.txt b/devops/k8s/mini/talos/docs/articles.txt new file mode 100644 index 000000000..920a372e3 --- /dev/null +++ b/devops/k8s/mini/talos/docs/articles.txt @@ -0,0 +1,3 @@ +2024 +https://blog.stonegarden.dev/articles/2024/08/talos-proxmox-tofu/ + !!! super, but long-read diff --git a/devops/k8s/mini/talos/docs/presentations.txt b/devops/k8s/mini/talos/docs/presentations.txt new file mode 100644 index 000000000..ca590ec64 --- /dev/null +++ b/devops/k8s/mini/talos/docs/presentations.txt @@ -0,0 +1,14 @@ +2024 +MirceaAnton - Talos Linux - The Best OS For Kubernetes of 23:42 + https://www.youtube.com/watch?v=4_U0KK-blXQ +Batagonov - Deploying k8s Cluster in Talos Linux ru of 16:34 + https://www.youtube.com/watch?v=AVnMfl8GoiU + ! setting up Talos OS inside VM + https://github.com/batonogov/learn-devops + https://github.com/batonogov/learn-devops/tree/main/talos + talosctl gen secrets -o secrets.yaml + talosctl gen config --kubernetes-version 1.31.4 --with-secrets secrets.yaml my-cluster https://172.16.61.10:6443 --config-patch @patch.yaml + ! !!! patch.yaml + ! 6:00 use Cilium instead of Flanel !!! +SideroLabs - Run Talos Linux in Docker of 4:43 + https://www.youtube.com/watch?v=IO2Yo3N46nk diff --git a/devops/k8s/mini/talos/samples/h3m.txt b/devops/k8s/mini/talos/samples/h3m.txt new file mode 100644 index 000000000..18fba20c0 --- /dev/null +++ b/devops/k8s/mini/talos/samples/h3m.txt @@ -0,0 +1,3 @@ +https://hiimluck3r.github.io/h3m/ +https://hiimluck3r.github.io/h3m/docs/getting_started +https://github.com/hiimluck3r/h3m diff --git a/devops/k8s/mini/talos/talos.txt b/devops/k8s/mini/talos/talos.txt index f9df5a76f..2709eb8f6 100644 --- a/devops/k8s/mini/talos/talos.txt +++ b/devops/k8s/mini/talos/talos.txt @@ -2,7 +2,3 @@ https://www.talos.dev/ https://github.com/siderolabs/talos https://www.talos.dev/v1.0/introduction/quickstart/ - -2024 -SideroLabs - Run Talos Linux in Docker of 4:43 - https://www.youtube.com/watch?v=IO2Yo3N46nk diff --git a/devops/virt/proxmox/docs/presentations.txt b/devops/virt/proxmox/docs/presentations.txt index 19e7a794a..e7caa58f3 100644 --- a/devops/virt/proxmox/docs/presentations.txt +++ b/devops/virt/proxmox/docs/presentations.txt @@ -1,4 +1,6 @@ 2024 +Batagonov - Multiply VMs in Proxmox of 11:12 + https://www.youtube.com/watch?v=HA84LHQJEMU CristianLempa - Don’t run Proxmox without these settings! 0:00 of 25:44 https://www.youtube.com/watch?v=VAJWUZ3sTSI 2021 diff --git a/devops/virt/proxmox/features/network-csi.txt b/devops/virt/proxmox/features/network-csi.txt new file mode 100644 index 000000000..67add17e4 --- /dev/null +++ b/devops/virt/proxmox/features/network-csi.txt @@ -0,0 +1,2 @@ +2024 +https://blog.stonegarden.dev/articles/2024/06/k8s-proxmox-csi/ diff --git a/devops/virt/proxmox/inst/articles.txt b/devops/virt/proxmox/inst/articles.txt index 057afb0e2..72fedb6e7 100644 --- a/devops/virt/proxmox/inst/articles.txt +++ b/devops/virt/proxmox/inst/articles.txt @@ -1,4 +1,9 @@ 2023 +https://www.derekseaman.com/2023/10/home-assistant-proxmox-ve-8-0-quick-start-guide-2.html + !!! + https://github.com/community-scripts/ProxmoxVE + https://community-scripts.github.io/ProxmoxVE/ + https://community-scripts.github.io/ProxmoxVE/scripts https://www.linuxtechi.com/install-proxmox-ve-on-bare-metal/ 2022 https://www.fosslinux.com/49676/install-proxmox-ve-on-linux.htm diff --git a/devops/virt/qubes/qubes.txt b/devops/virt/qubes/qubes.txt index f80ee5bbe..79b87d45b 100644 --- a/devops/virt/qubes/qubes.txt +++ b/devops/virt/qubes/qubes.txt @@ -1,15 +1,22 @@ https://www.qubes-os.org/ https://www.qubes-os.org/intro/ dom0 and fedora-based + https://wiki.xenproject.org/wiki/Xen_Project_Software_Overview + https://wiki.xenproject.org/wiki/Category:Guest_Install https://github.com/QubesOS +qubes-os summit +https://www.youtube.com/playlist?list=PLuISieMwVBpL5S7kPUHKenoFj_YJ8Y0_d +https://www.youtube.com/playlist?list=PLuISieMwVBpJmIaHgyv7yKDwrHpqym9Qh + https://www.qubes-os.org/doc/ https://www.qubes-os.org/doc/system-requirements/ https://www.qubes-os.org/intro/ https://www.qubes-os.org/doc/installation-guide/ bios: AMD-Vi https://www.qubes-os.org/getting-started/ + !!! https://www.qubes-os.org/doc/how-to-organize-your-qubes/ https://www.qubes-os.org/doc/how-to-update/ https://www.qubes-os.org/doc/how-to-back-up-restore-and-migrate/ diff --git a/devops/virt/vmware/inst/fedora.txt b/devops/virt/vmware/inst/fedora.txt new file mode 100644 index 000000000..0391f77fe --- /dev/null +++ b/devops/virt/vmware/inst/fedora.txt @@ -0,0 +1,4 @@ +https://www.youtube.com/user/BroadcomCorporation + +2024 +https://www.if-not-true-then-false.com/2024/fedora-vmware-install/ diff --git a/devops/virt/vmware/installer.txt b/devops/virt/vmware/inst/installer.txt similarity index 100% rename from devops/virt/vmware/installer.txt rename to devops/virt/vmware/inst/installer.txt diff --git a/hw/comp/mem/ddr4.txt b/hw/comp/mem/ddr4.txt index 90cd53c05..405daa308 100644 --- a/hw/comp/mem/ddr4.txt +++ b/hw/comp/mem/ddr4.txt @@ -7,8 +7,23 @@ Kingston https://www.777555.by/kompyutery_i_seti/kompyutery_i_komplektuyuschie/operativnaya_pamyat/?priceFrom=18&priceTo=3247&fb%5B162%5D=1 https://www.777555.by/kompyutery_i_seti/kompyutery_i_komplektuyuschie/operativnaya_pamyat/?priceFrom=18&priceTo=3247&fb%5B162%5D=1&fp%5B3405%5D%5B%5D=2+%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8F&fp%5B3406%5D%5B%5D=64+%D0%B3%D0%B1 -https://www.777555.by/product/1466521-kingston-fury-beast-4x32gb-ddr4-pc4-28800-kf436c18bbk4-128/ - ! 1161 bin 4x32, 3600 MHz +128=4x32 +https://catalog.onliner.by/dram/kingston/kf436c18bbak4128 + 1991 bin +https://catalog.onliner.by/dram/kingston/kf436c18bbk4128 + 1980 bin + +64=2x32 +https://www.777555.by/product/1264287-kingston-fury-beast-rgb-2x32gb-ddr4-3600-mgc-kf436c18bb2ak2-64/ + ! 655 bin, green, 18-22-22, highlight +https://catalog.onliner.by/dram/kingston/kf436c18bb2ak264 + ! 612 bin +https://www.777555.by/product/541647-kingston-fury-beast-2x32gb-ddr4-pc4-28800-kf436c18bbk2-64/ + ! 652 bin, black, 18-22-22, no-highlight, cooling !!! +https://catalog.onliner.by/dram/kingston/kf436c18bbk264 + ! 630 bin + + 256=8x32 https://www.777555.by/product/1520987-kingston-fury-renegade-rgb-8x32gb-ddr4-3200-mgc-kf432c16rb2ak8-256/ @@ -24,14 +39,6 @@ https://catalog.onliner.by/dram/kingston/kf436c18rb2ak412 https://catalog.onliner.by/dram/kingston/kf436c18bb2ak411 ! 2208 bin 3600 , cas latency 18T, 18-22-22 -64=2x32 -https://www.777555.by/product/1264287-kingston-fury-beast-rgb-2x32gb-ddr4-3600-mgc-kf436c18bb2ak2-64/ - ! 715 bin -https://www.777555.by/product/541647-kingston-fury-beast-2x32gb-ddr4-pc4-28800-kf436c18bbk2-64/ - ! 713 bin 18-22-22, xmp-profiles -https://www.777555.by/product/1413279-kingston-fury-renegade-rgb-2x32gb-ddr4-3600-mgc-kf436c18rb2ak2-64/ - ! 590 bin 18-22-22, xmp-profiles - Kingston FURY Beast 2x32GB DDR4 PC4-25600 KF432C16BBK2 / 64 https://www.777555.by/product/541076-kingston-fury-beast-2x32gb-ddr4-pc4-25600-kf432c16bbk2-64/ ! 593bin, 2x32, 3200 MHz diff --git a/hw/comp/mini/beelink.txt b/hw/comp/mini/cool/beelink.txt similarity index 86% rename from hw/comp/mini/beelink.txt rename to hw/comp/mini/cool/beelink.txt index 528346fbb..ac00c94c9 100644 --- a/hw/comp/mini/beelink.txt +++ b/hw/comp/mini/cool/beelink.txt @@ -1,5 +1,10 @@ https://bee-link.ru/catalog/mini-pc +https://www.bee-link.com/en-de/collections/product +2024 +https://bee-link.ru/ser9 +https://catalog.onliner.by/desktoppc/beelink/ser5max32500 + ! 2150 bin 2023 https://www.ixbt.com/live/platform/dolgozhdannaya-novinka-sredi-mini-pk-obzor-beelink-gtr7-s-processorom-ryzen-7-7840hs.html https://www.ixbt.com/live/platform/na-chto-sposoben-ryzen-9-7940hs-obzor-mini-pk-minisforum-um790-pro.html diff --git a/hw/comp/mini/cool/geekom.txt b/hw/comp/mini/cool/geekom.txt index 4ea87994e..111eeaa96 100644 --- a/hw/comp/mini/cool/geekom.txt +++ b/hw/comp/mini/cool/geekom.txt @@ -1,2 +1,10 @@ +https://www.geekom.ru/geekom-mini-it13-mini-pc/ +https://www.geekom.ru/geekom-a8/ + https://www.youtube.com/watch?v=hUO2fhITaVs + !!! + +2024 https://catalog.onliner.by/desktoppc/geekomgeekom/geekoma8321 - ! 3000 bin, R7, 32G, up to 64G + ! 2990 bin, AMD Ryzen 7 8845HS, 32 ГБ DDR5 SO-DIMM +https://habr.com/ru/articles/801837/ +https://www.youtube.com/watch?v=jxaRguIK4h0 diff --git a/hw/comp/mini/geekom.txt b/hw/comp/mini/geekom.txt deleted file mode 100644 index 22b28b9c3..000000000 --- a/hw/comp/mini/geekom.txt +++ /dev/null @@ -1,11 +0,0 @@ -https://www.geekom.ru/geekom-mini-it13-mini-pc/ - -https://www.geekom.ru/geekom-a8/ -!!! - - -2024 -https://catalog.onliner.by/desktoppc/geekomgeekom/geekoma8321 - ! 2990 bin, AMD Ryzen 7 8845HS, 32 ГБ DDR5 SO-DIMM -https://habr.com/ru/articles/801837/ -https://www.youtube.com/watch?v=jxaRguIK4h0 diff --git a/hw/comp/mini/list.txt b/hw/comp/mini/list.txt index a3c630910..0e4beec45 100644 --- a/hw/comp/mini/list.txt +++ b/hw/comp/mini/list.txt @@ -1,2 +1,6 @@ https://ozon.by/category/mini-pk-15705/ https://aliexpress.ru/category/470/barebone-mini-pc.html + +onliner + Compact switch + https://catalog.onliner.by/desktoppc?order=price%3Adesc&desktoppc_type%5B0%5D=mini&desktoppc_type%5Boperation%5D=union diff --git a/net/proxy/cf-rs-pingora.txt b/net/proxy/cf-rs-pingora.txt new file mode 100644 index 000000000..42a216e86 --- /dev/null +++ b/net/proxy/cf-rs-pingora.txt @@ -0,0 +1,9 @@ +https://github.com/cloudflare/pingora +https://github.com/cloudflare/pingora/blob/main/docs/quick_start.md + +https://github.com/cloudflare/pingora/tree/main/pingora/examples +https://github.com/cloudflare/pingora/tree/main/pingora-proxy/examples +https://github.com/cloudflare/pingora/blob/main/pingora-proxy/examples/load_balancer.rs + +https://github.com/cloudflare/pingora/blob/main/docs/user_guide/index.md +https://github.com/cloudflare/pingora/blob/main/docs/user_guide/internals.md diff --git a/os/linux/immutable/blendos.txt b/os/linux/immutable/arch-blendos.txt similarity index 72% rename from os/linux/immutable/blendos.txt rename to os/linux/immutable/arch-blendos.txt index 1a70c0398..34fa3c375 100644 --- a/os/linux/immutable/blendos.txt +++ b/os/linux/immutable/arch-blendos.txt @@ -4,6 +4,8 @@ https://github.com/blend-os https://docs.blendos.co/guides/installation-guide/#mirror-list https://docs.blendos.co/guides/container-guide +2024 +https://blendos.co/blog/2024/06/05/blendos-v4-released-arch-linux-made-immutable-declarative-and-atomic/ 2023 https://blendos.co/blend-os-v3/ https://9to5linux.com/first-look-at-blendos-a-blend-of-arch-linux-fedora-linux-and-ubuntu diff --git a/os/linux/immutable/vanilla-abroot.txt b/os/linux/immutable/vanilla-abroot.txt index b4092b98a..789658b9a 100644 --- a/os/linux/immutable/vanilla-abroot.txt +++ b/os/linux/immutable/vanilla-abroot.txt @@ -1,4 +1,5 @@ https://documentation.vanillaos.org/docs/ABRoot + https://github.com/Vanilla-OS/ABRoot https://documentation.vanillaos.org/docs/abroot-manpage https://documentation.vanillaos.org/docs/abroot-porting @@ -12,6 +13,17 @@ https://www.thegeekdiary.com/abroot-command-examples-in-linux/ https://docs.vanillaos.org/handbook/en/installation https://docs.vanillaos.org/handbook/en/install-in-vm +apx +https://docs.vanillaos.org/collections/apx +https://docs.vanillaos.org/apx/en/getting-started +https://docs.vanillaos.org/apx/en/working-w-pkgms + ! apk/apt/dnf/pacman/zypper +https://docs.vanillaos.org/apx/en/understanding-pmss +https://docs.vanillaos.org/apx/en/working-w-stacks +https://docs.vanillaos.org/apx/en/working-w-subsystems + +https://github.com/89luca89/distrobox/blob/main/docs/compatibility.md + 2024 https://vanillaos.org/blog/article/2024-07-16/discover-vso-v2-managing-your-vanilla-os-installation-like-never-before https://www.tecmint.com/vanilla-os/ diff --git a/pages/pages.txt b/pages/pages.txt index e1f2035ec..e93ad8981 100644 --- a/pages/pages.txt +++ b/pages/pages.txt @@ -47,6 +47,9 @@ I0210 20:13:59.019321 1 main.go:212] CLI flags config: {etcdEndpoints:http W0210 20:13:59.019416 1 client_config.go:618] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. E0210 20:13:59.024229 1 main.go:229] Failed to create SubnetManager: error retrieving pod spec for 'kube-system/kube-flannel-82w5l': pods "kube-flannel-82w5l" is forbidden: User "system:serviceaccount:kube-system:flannel" cannot get resource "pods" in API group "" in the namespace "kube-system" +talosctl machineconfig patch ... + https://www.youtube.com/watch?v=jzu2CAkwBro + ... support diff --git a/pl/java/docs/courses.txt b/pl/java/docs/courses.txt index 7e3fa8125..9972b9511 100644 --- a/pl/java/docs/courses.txt +++ b/pl/java/docs/courses.txt @@ -15,6 +15,8 @@ freeCodeCamp - Java Programming for Beginners – Full Course 0:00 of 4:10:59 https://www.youtube.com/watch?v=A74TOX803D0 CSC - Valeev - Java Programming ru of 10 parts https://www.youtube.com/playlist?list=PLlb7e2G7aSpTCB2OxGlezpgOXwq4xer7Z + p11 + https://www.youtube.com/watch?v=801qM5vrYdc p4 https://www.youtube.com/watch?v=JF2uCi5t6eQ p3 diff --git a/pl/java/libfws/spring/data/docs/books.txt b/pl/java/libfws/spring/data/docs/books.txt new file mode 100644 index 000000000..41bc2b93f --- /dev/null +++ b/pl/java/libfws/spring/data/docs/books.txt @@ -0,0 +1,3 @@ +2023 +SantanaVarela - Persistence Best Practices for Java Applications + ??? diff --git a/pl/java/libfws/spring/docs/books.txt b/pl/java/libfws/spring/docs/books.txt index d22995a38..3a7c2a067 100644 --- a/pl/java/libfws/spring/docs/books.txt +++ b/pl/java/libfws/spring/docs/books.txt @@ -2,6 +2,10 @@ http://goalkicker.com/SpringFrameworkBook/ Kunjumohamed - Spring Essentials +2024 +Parvin - Mastering Spring Framework + 5021E2188624DE4868619C9896F04498 + ! so-so, too short expl 2022 CarnellSanchez - Spring Microservices in Action ru 1209ADC42436495C1F7B6A5F1F91ABBB diff --git a/science/algo/distributed/docs/books.txt b/science/algo/distributed/docs/books.txt index 7cbcad8a9..4a5b23393 100644 --- a/science/algo/distributed/docs/books.txt +++ b/science/algo/distributed/docs/books.txt @@ -42,3 +42,10 @@ Cachin - Introduction To Reliable and Secure Distributed Programming 2nd ed 60FFD6C343196E32CB0243485132DCB8 5280DC2E54606741C8CD7E87859837C7 B3A24BD559576D0F53C64B7848C44BB4 +2004 +Garg - Concurrent and Distributed Computing in Java + 86C7D829485D2AF3D48442E85E1590C0 + 4AC307710065EAF0193FAB75E129CF11 + C46F1A5FAE740623AF353DD2BFDC1B66 + 2AD55B3B7019984D69F41DA4DF7D7F08 + ! recommended by Elizarov diff --git a/science/algo/distributed/docs/courses.txt b/science/algo/distributed/docs/courses.txt new file mode 100644 index 000000000..d19146956 --- /dev/null +++ b/science/algo/distributed/docs/courses.txt @@ -0,0 +1,5 @@ +2025 +CTLectures - Elizarov - Distributed Computing + https://www.youtube.com/playlist?list=PLd7QXkfmSY7ZauEQo6TAoJJW_STAuf6xO + p1 - 26:00 of ... + https://vkvideo.ru/playlist/-211870343_50