From d59876809cb84d8f28d00238401c56c9ab533eb7 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 25 Feb 2025 13:05:30 +0300 Subject: [PATCH] m --- db/sql/postgres/docs/courses/pg-pro.txt | 4 +- devops/iaas/terraform/docs/books.txt | 3 + devops/vcs/git/docs/books.txt | 6 ++ libs/libgen/annas.txt | 19 ++++++ libs/libgen/libgen.txt | 3 +- net/proto/torrent/ipfs/cli.txt | 1 + net/proto/torrent/ipfs/docs/presentations.txt | 5 ++ net/proto/torrent/ipfs/inst.txt | 4 ++ nontech/politics/people/gennady-m.txt | 2 + .../cfg/samples/interesting/sly-harvey.txt | 64 +++++++++++++++++++ pages/pages.txt | 2 +- pl/cross/tools/build/cmake/docs/books.txt | 10 +++ 12 files changed, 120 insertions(+), 3 deletions(-) create mode 100644 net/proto/torrent/ipfs/docs/presentations.txt create mode 100644 os/linux/nixos/cfg/samples/interesting/sly-harvey.txt diff --git a/db/sql/postgres/docs/courses/pg-pro.txt b/db/sql/postgres/docs/courses/pg-pro.txt index b1deb02c4..5d7be4991 100644 --- a/db/sql/postgres/docs/courses/pg-pro.txt +++ b/db/sql/postgres/docs/courses/pg-pro.txt @@ -6,10 +6,12 @@ PostgresProfessional - RogovLuzanovTolmachyov - QPT13 - Query Optimization of p1 https://www.youtube.com/playlist?list=PLaFqU3KCWw6JW80WBHPOe-SMJD2NOjmge p4 - Inex Scan 0:00 of 41:10 https://www.youtube.com/watch?v=iu35dYTchu4 - p3 - Sequential Scan 19:00 of 47:06 + p3 - Sequential Scan of 47:06 https://www.youtube.com/watch?v=X2DOIf0DfJ0 ! parallel processing is not-efficitent for full seq-load, but is effective for the case of agg-n ! "Parallel Seq Scan" -> "Partial Aggregate" -> "Gather" + ! 34:00 set max_parallel_workers_per_gather = 5; + ! 46:00 "post_parallel_mode" - allows to check whether query can be paral-d in principle p2 - Query Execution of 43:14 https://www.youtube.com/watch?v=_6ce4YFFScc ! 26:00 - set jit = off; diff --git a/devops/iaas/terraform/docs/books.txt b/devops/iaas/terraform/docs/books.txt index 9d87bf5f8..32dd09096 100644 --- a/devops/iaas/terraform/docs/books.txt +++ b/devops/iaas/terraform/docs/books.txt @@ -1,3 +1,6 @@ +2025 +Hafner - Terraform in Depth + https://z-library.sk/book/26908992/ce7ed8/terraform-in-depth-meap-v01.html 2024 Wang - Terraform Made Easy 798FFB80AFF647E94441A7015ED728FE diff --git a/devops/vcs/git/docs/books.txt b/devops/vcs/git/docs/books.txt index 774303c36..dfc0e14a0 100644 --- a/devops/vcs/git/docs/books.txt +++ b/devops/vcs/git/docs/books.txt @@ -6,6 +6,12 @@ Iliev - Introduction to Git and Github https://github.com/bobbyiliev/introduction-to-git-and-github-ebook ! 135 p 2024 +Tsitoara - Beginning Git and GitHub + 115cedba31db5848d27dd3076a0e12eb + 1e2d318ffa940ca8810235da37f5250c + https://z-library.sk/book/28073799/e982f1/beginning-git-and-github-version-control-project-management-and-teamwork-for-the-new-developer.html + https://z-library.sk/book/28071757/1b3025/beginning-git-and-github-version-control-project-management-and-teamwork-for-the-new-developer-2n.html + https://z-library.sk/book/28112512/b773eb/beginning-git-and-github-version-control-project-management-and-teamwork-for-the-new-developer.html Skoulikari - Learning Git 8EC4AACD108F1F44E94DEC36576C0D16 216563A0068C7FE518BC1B1FA1634E61 diff --git a/libs/libgen/annas.txt b/libs/libgen/annas.txt index f1c28fdf2..61968c581 100644 --- a/libs/libgen/annas.txt +++ b/libs/libgen/annas.txt @@ -1,3 +1,22 @@ https://annas-archive.org/ +https://annas-archive.org/blog/ + +monitor-status +https://open-slum.org/ + +src +https://software.annas-archive.li/AnnaArchivist/annas-archive +https://software.annas-archive.li/AnnaArchivist/annas-archive/-/blob/main/Dockerfile +https://software.annas-archive.li/AnnaArchivist/annas-archive/-/blob/main/docker-compose.yml +https://software.annas-archive.li/AnnaArchivist/annas-archive/-/blob/main/docker-compose.override.yml +https://software.annas-archive.li/AnnaArchivist/annas-archive/-/tree/main/data-imports +https://software.annas-archive.li/AnnaArchivist/annas-archive/-/blob/main/data-imports/docker-compose.yml https://libgen.onl/annas-archive-ebooks/ + +metadata download - 1.2T +https://annas-archive.org/torrents#aa_derived_mirror_metadata +https://annas-archive.org/torrents/libgen_li_standarts + +torrents +https://annas-archive.org/dyn/torrents.json diff --git a/libs/libgen/libgen.txt b/libs/libgen/libgen.txt index f3ab49811..41bb40a15 100644 --- a/libs/libgen/libgen.txt +++ b/libs/libgen/libgen.txt @@ -31,7 +31,8 @@ https://z-library.sk/ https://libgen.onl/library-genesis/ https://garbage.world/posts/libgen/ https://www.facebook.com/libgen.in/ - http://libgen.rs + https://libgen.gs + https://libgen.rs https://libgen.il https://libgen.pm https://libgen.mx diff --git a/net/proto/torrent/ipfs/cli.txt b/net/proto/torrent/ipfs/cli.txt index f38a86a85..9ef85bcdb 100644 --- a/net/proto/torrent/ipfs/cli.txt +++ b/net/proto/torrent/ipfs/cli.txt @@ -1,4 +1,5 @@ https://docs.ipfs.tech/how-to/command-line-quick-start/ +https://docs.ipfs.tech/reference/kubo/cli/ https://docs.ipfs.tech/install/command-line/ https://docs.ipfs.tech/install/command-line/#install-official-binary-distributions diff --git a/net/proto/torrent/ipfs/docs/presentations.txt b/net/proto/torrent/ipfs/docs/presentations.txt new file mode 100644 index 000000000..580d3c01b --- /dev/null +++ b/net/proto/torrent/ipfs/docs/presentations.txt @@ -0,0 +1,5 @@ +https://www.youtube.com/@IPFSbot/videos + +2024 +SergeiUdalov - Runing IPFS And Simple Site Publishing ru 0:00 of 35:16 + https://www.youtube.com/watch?v=O2bIdH2vPZw diff --git a/net/proto/torrent/ipfs/inst.txt b/net/proto/torrent/ipfs/inst.txt index 3bad61148..e443bfe0e 100644 --- a/net/proto/torrent/ipfs/inst.txt +++ b/net/proto/torrent/ipfs/inst.txt @@ -25,3 +25,7 @@ https://github.com/peergos/nabu https://chromewebstore.google.com/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch https://brave.com/blog/ipfs-support/ + +2023 +Aferious - IPFS Kubo Installation Guide: Download & Install go-ipfs on Linux & Ubuntu! 0:00 of 4:42 + https://www.youtube.com/watch?v=RJBq1VXEmy8 diff --git a/nontech/politics/people/gennady-m.txt b/nontech/politics/people/gennady-m.txt index f30b0bad9..0c58b18be 100644 --- a/nontech/politics/people/gennady-m.txt +++ b/nontech/politics/people/gennady-m.txt @@ -10,6 +10,8 @@ Soros - Crisis of the World Capitalism (later renounciated it) MichaelTellbot - Golographics Universe 2025 +USLawAndOrder - Dudnik - GennadyM - 02.25 of 54:01 + https://www.youtube.com/watch?v=M9AXCKJn590 PavelIvanov - GennadyM - Trump World Imperior of 56:13 https://www.youtube.com/watch?v=ICcDjvc9yq8 USLawAndOrder - Dudnik - GennadyM - Trump and RomanClub of 1:03:50 diff --git a/os/linux/nixos/cfg/samples/interesting/sly-harvey.txt b/os/linux/nixos/cfg/samples/interesting/sly-harvey.txt new file mode 100644 index 000000000..cf82db7e6 --- /dev/null +++ b/os/linux/nixos/cfg/samples/interesting/sly-harvey.txt @@ -0,0 +1,64 @@ +https://github.com/Sly-Harvey/NixOS +https://github.com/Sly-Harvey/NixOS/tree/master/dev-shells +https://github.com/Sly-Harvey/NixOS/blob/master/dev-shells/default.nix +https://github.com/Sly-Harvey/NixOS/tree/master/dev-shells/java/flake.nix +https://github.com/Sly-Harvey/NixOS/blob/master/dev-shells/kotlin/flake.nix +https://github.com/Sly-Harvey/NixOS/blob/master/hosts/common.nix +https://github.com/Sly-Harvey/NixOS/blob/master/hosts/Default/configuration.nix + imports = [ + ../common.nix + ... + ]; +https://github.com/Sly-Harvey/NixOS/tree/master/modules +https://github.com/Sly-Harvey/NixOS/blob/master/modules/desktop/hyprland/default.nix + #test later systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ]; + wayland.windowManager.hyprland = { + enable = true; + xwayland.enable = true; + plugins = [ # inputs.hyprland-plugins.packages.${pkgs.system}.hyprwinwrap ]; + systemd = { + enable = true; + variables = ["--all"]; + }; + settings = { + "$scriptsDir" = "XDG_BIN_HOME"; + ... + } + ... + } +https://github.com/Sly-Harvey/NixOS/tree/master/modules/programs +https://github.com/Sly-Harvey/NixOS/blob/master/modules/programs/terminal/wezterm/default.nix +https://github.com/Sly-Harvey/NixOS/tree/master/modules/programs/cli +https://github.com/Sly-Harvey/NixOS/tree/master/modules/programs/browser +https://github.com/Sly-Harvey/NixOS/blob/master/modules/programs/browser/firefox/default.nix +https://github.com/Sly-Harvey/NixOS/tree/master/modules/programs/editor +https://github.com/Sly-Harvey/NixOS/blob/master/modules/programs/editor/nvchad/default.nix +https://github.com/Sly-Harvey/NixOS/tree/master/modules/programs/misc +https://github.com/Sly-Harvey/NixOS/blob/master/modules/programs/misc/thunar/default.nix +https://github.com/Sly-Harvey/NixOS/tree/master/modules/programs/shell +https://github.com/Sly-Harvey/NixOS/tree/master/modules/programs/shell/zsh +https://github.com/Sly-Harvey/NixOS/blob/master/modules/programs/shell/zsh/default.nix +https://github.com/Sly-Harvey/NixOS/blob/master/modules/programs/shell/zsh/.p10k.zsh +https://github.com/Sly-Harvey/NixOS/tree/master/modules/scripts +https://github.com/Sly-Harvey/NixOS/blob/master/modules/scripts/collect-garbage.nix + {pkgs, ...}: + pkgs.writeShellScriptBin "collect-garbage" '' + sudo nix-collect-garbage -d + nix-collect-garbage -d + '' +https://github.com/Sly-Harvey/NixOS/blob/master/modules/scripts/default.nix + +https://github.com/yokoffing/Betterfox +https://github.com/yokoffing/Betterfox/wiki/Common-Overrides +https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening +https://github.com/yokoffing/Betterfox/blob/main/Fastfox.js +https://raw.githubusercontent.com/yokoffing/Betterfox/main/user.js + +https://nextdns.io +https://nextdns.io/pricing + ! 300000 q/mo +https://support.mozilla.org/en-US/kb/dns-over-https + +2025 +Sly_Harvey - Custom NixOS operating system 0:00 of 1:19 + https://www.youtube.com/watch?v=ya3DkxTorOM diff --git a/pages/pages.txt b/pages/pages.txt index a5e910bba..919feebe6 100644 --- a/pages/pages.txt +++ b/pages/pages.txt @@ -42,7 +42,7 @@ proxmox: https://codingpackets.com/blog/proxmox-cloud-init-with-terraform-and-saltstack/ https://www.youtube.com/watch?v=v45lH43yU9s inst - ? + https://www.youtube.com/watch?v=jNEjKdtMrZI helper scripts https://www.youtube.com/watch?v=gRVSbqXejtk tweaks diff --git a/pl/cross/tools/build/cmake/docs/books.txt b/pl/cross/tools/build/cmake/docs/books.txt index 7c47b566a..a98666527 100644 --- a/pl/cross/tools/build/cmake/docs/books.txt +++ b/pl/cross/tools/build/cmake/docs/books.txt @@ -3,6 +3,16 @@ https://leanpub.com/effective-cmake https://cliutils.gitlab.io/modern-cmake/ https://cliutils.gitlab.io/modern-cmake/modern-cmake.pdf +2024 +Minimal CMake + https://libgen.gs/edition.php?id=150898055 + https://libgen.gs/ads0b41215a7f302ef58307e4c372b2e5342BIG1HDZ + http://localhost:8080/ipfs/bafykbzaceaa2b7achagflhxd7vsjgjezknmg67egaf3sz2wjz34hmivzjbjpq?filename=[]%20Tom%20Hulton-Harrop;%20-%20Minimal%20CMake:%20Learn%20the%20best%20bits%20of%20CMake%20to%20create%20and%20share%20your%20own%20libraries%20and%20applications%20(2024,%20Packt%20Publishing).epub + ipfs - bafykbzaceaa2b7achagflhxd7vsjgjezknmg67egaf3sz2wjz34hmivzjbjpq + http://libgenfrialc7tguyjywa36vtrdcplwpxaw43h6o63dmmwhvavo5rqqd.onion/LG/06411000/24d02b6780ccd97288f1c67371ea0295 + magnet:?xt=urn:sha1:43DEA7B1C658B2847C4DC04C38EE74EB79A76906&xl=5578025&dn=[]%20Tom%20Hulton-Harrop;%20-%20Minimal%20CMake:%20Learn%20the%20best%20bits%20of%20CMake%20to%20create%20and%20share%20your%20own%20libraries%20and%20applications%20(2024,%20Packt%20Publishing).epub + magnet:?xt=urn:tree:tiger:TTFFBXPMOFHU73PUSDLSKPUKZQLXVTCR6ZF37FA&xl=5578025&dn=[]%20Tom%20Hulton-Harrop;%20-%20Minimal%20CMake:%20Learn%20the%20best%20bits%20of%20CMake%20to%20create%20and%20share%20your%20own%20libraries%20and%20applications%20(2024,%20Packt%20Publishing).epub + ed2k://|file|[] Tom Hulton-Harrop; - Minimal CMake: Learn the best bits of CMake to create and share your own libraries and applications (2024, Packt Publishing).epub|5578025|959EC1ECC091AA37D3099B009D26E9DE|h=GHF7UMPXDJ6UZCR6O7M7AF25HB7E6ZAV|/ 2022 Swidzinski - Modern CMake for C++ 2E54A3B0A28A4FC69843C16312583AF8