Этот коммит содержится в:
Ihar Hancharenka 2025-02-13 17:05:14 +03:00
родитель 022b09e54b
Коммит 8078aa43a5
5 изменённых файлов: 34 добавлений и 1 удалений

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

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

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

@ -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 <nixpkgs> {} }:
@ -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

3
os/nas/truenas/docs/presentations.txt Обычный файл
Просмотреть файл

@ -0,0 +1,3 @@
2024
CaptStux - TrueNas of p4
https://www.youtube.com/playlist?list=PLMFhC-UDiaF57fTHhiTIYFSrCwEPnKdmm

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

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

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

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