Этот коммит содержится в:
Ihar Hancharenka 2025-02-25 13:05:30 +03:00
родитель 3dc7451c99
Коммит d59876809c
12 изменённых файлов: 120 добавлений и 3 удалений

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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