From 8078aa43a5167a9651f576a383711e6f7c76f0e0 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 13 Feb 2025 17:05:14 +0300 Subject: [PATCH] m --- devops/virt/proxmox/docs/presentations.txt | 2 ++ os/linux/nixos/tools/packaging/mkshehell.txt | 22 ++++++++++++++++++- os/nas/truenas/docs/presentations.txt | 3 +++ .../openai/chatgpt/docs/presentations.txt | 2 ++ security/ssl/openssl/docs/articles.txt | 6 +++++ 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 os/nas/truenas/docs/presentations.txt diff --git a/devops/virt/proxmox/docs/presentations.txt b/devops/virt/proxmox/docs/presentations.txt index 01dd0e0e9..fbea160c8 100644 --- a/devops/virt/proxmox/docs/presentations.txt +++ b/devops/virt/proxmox/docs/presentations.txt @@ -3,6 +3,8 @@ AzurTV - Inst of p2 https://www.youtube.com/playlist?list=PLyFO2MWtSnbfHKWFcbv3t8EYU__BRLp3D TAUSOFT of p7 https://www.youtube.com/playlist?list=PLkhrVdfMZeHnFpFlD5TGdDG2Arj57YCHD +Lyutin of p10 (big videos) + https://www.youtube.com/playlist?list=PLNO3HNLdw7NWIdsCDY7k-UCug3x_clrmm RomNero - Proxmox of p11 https://www.youtube.com/playlist?list=PLqVeG_R3qMSxfcwasHckq6Lud_IkoTDU4 RealManual of p36 diff --git a/os/linux/nixos/tools/packaging/mkshehell.txt b/os/linux/nixos/tools/packaging/mkshehell.txt index 7e0bdafef..211e70eb9 100644 --- a/os/linux/nixos/tools/packaging/mkshehell.txt +++ b/os/linux/nixos/tools/packaging/mkshehell.txt @@ -1,7 +1,7 @@ 2025 RafaelLedo - acelerando o build do maven com mvnd e nix-shell no NixOS 0:00 of 16:29 https://www.youtube.com/watch?v=at9cgYH9uxE -Vimjoyer - The Best Way To Use Python On NixOS of 8:56 +Vimjoyer - The Best Way To Use Python On NixOS 5:00 of 8:56 https://www.youtube.com/watch?v=6fftiTJ2vuQ ! 4:00 shell.nix { pkgs: ? import {} }: @@ -13,3 +13,23 @@ Vimjoyer - The Best Way To Use Python On NixOS of 8:56 ]; } $ nix-shell + + flake.nix + { + description = "flake"; + inputs = { + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + }; + outputs = {self, nixpkgs, ...}: let + pkgs = nixpkgs.legacyPackages."x86_64-linux"; + in { + devShells.x86_64-linux.default = pkgs.mkShell { + packages = [ pkgs.python3 ]; + env.LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ + pkgs.stdenv.cc.cc.lib + pkgs.libz + ]; + }; + }; + } + $ nix develop diff --git a/os/nas/truenas/docs/presentations.txt b/os/nas/truenas/docs/presentations.txt new file mode 100644 index 000000000..15f0601d3 --- /dev/null +++ b/os/nas/truenas/docs/presentations.txt @@ -0,0 +1,3 @@ +2024 +CaptStux - TrueNas of p4 + https://www.youtube.com/playlist?list=PLMFhC-UDiaF57fTHhiTIYFSrCwEPnKdmm diff --git a/science/ai/hosted/openai/chatgpt/docs/presentations.txt b/science/ai/hosted/openai/chatgpt/docs/presentations.txt index 7a59aeaee..15a967b91 100644 --- a/science/ai/hosted/openai/chatgpt/docs/presentations.txt +++ b/science/ai/hosted/openai/chatgpt/docs/presentations.txt @@ -1,4 +1,6 @@ 2024 +NovaSapiens - 44 Hidden ChatGPT Features ru 0:00 of 34:29 + https://www.youtube.com/watch?v=wmAtYt_ItLw Lviv JavaClub - Intro to GenAI with ChatGPT by Serhii Petrenko of 1:02:43 https://www.youtube.com/watch?v=6X9MyiQccYU 2023 diff --git a/security/ssl/openssl/docs/articles.txt b/security/ssl/openssl/docs/articles.txt index d4fd6c41e..bc63d0602 100644 --- a/security/ssl/openssl/docs/articles.txt +++ b/security/ssl/openssl/docs/articles.txt @@ -1,6 +1,12 @@ https://dzone.com/articles/tlsssl-terminology-and-basics https://dzone.com/articles/tls-security-tlsssl-explained +baeldung-misc +https://www.baeldung.com/java-digital-signature + !!! +https://www.baeldung.com/java-bouncy-castle-pgp-encryption +https://www.baeldung.com/java-ssl-debug-logging + 2021 https://github.com/MaksimDzhangirov/complete-gRPC/blob/main/SSL_TLS_lecture_rus.md ! need to read