Этот коммит содержится в:
Ihar Hancharenka 2025-02-11 11:37:49 +03:00
родитель a90fea416e
Коммит 509a193a2f
31 изменённых файлов: 163 добавлений и 26 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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/

2
devops/iaas/opentofu/docs/articles.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
2023
https://habr.com/ru/companies/flant/news/762356/

11
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

14
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/

Просмотреть файл

Просмотреть файл

@ -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/

3
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

Просмотреть файл

@ -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

3
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

Просмотреть файл

@ -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

Просмотреть файл

@ -1,4 +1,6 @@
2024
Batagonov - Multiply VMs in Proxmox of 11:12
https://www.youtube.com/watch?v=HA84LHQJEMU
CristianLempa - Dont run Proxmox without these settings! 0:00 of 25:44
https://www.youtube.com/watch?v=VAJWUZ3sTSI
2021

Просмотреть файл

@ -0,0 +1,2 @@
2024
https://blog.stonegarden.dev/articles/2024/06/k8s-proxmox-csi/

Просмотреть файл

@ -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

Просмотреть файл

@ -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/

4
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/

Просмотреть файл

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

9
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

Просмотреть файл

@ -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

Просмотреть файл

@ -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/

Просмотреть файл

@ -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

Просмотреть файл

@ -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

3
pl/java/libfws/spring/data/docs/books.txt Обычный файл
Просмотреть файл

@ -0,0 +1,3 @@
2023
SantanaVarela - Persistence Best Practices for Java Applications
???

Просмотреть файл

@ -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

Просмотреть файл

@ -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

5
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