зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
m
Этот коммит содержится в:
родитель
022b09e54b
Коммит
8078aa43a5
@ -3,6 +3,8 @@ AzurTV - Inst of p2
|
|||||||
https://www.youtube.com/playlist?list=PLyFO2MWtSnbfHKWFcbv3t8EYU__BRLp3D
|
https://www.youtube.com/playlist?list=PLyFO2MWtSnbfHKWFcbv3t8EYU__BRLp3D
|
||||||
TAUSOFT of p7
|
TAUSOFT of p7
|
||||||
https://www.youtube.com/playlist?list=PLkhrVdfMZeHnFpFlD5TGdDG2Arj57YCHD
|
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
|
RomNero - Proxmox of p11
|
||||||
https://www.youtube.com/playlist?list=PLqVeG_R3qMSxfcwasHckq6Lud_IkoTDU4
|
https://www.youtube.com/playlist?list=PLqVeG_R3qMSxfcwasHckq6Lud_IkoTDU4
|
||||||
RealManual of p36
|
RealManual of p36
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
2025
|
2025
|
||||||
RafaelLedo - acelerando o build do maven com mvnd e nix-shell no NixOS 0:00 of 16:29
|
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
|
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
|
https://www.youtube.com/watch?v=6fftiTJ2vuQ
|
||||||
! 4:00 shell.nix
|
! 4:00 shell.nix
|
||||||
{ pkgs: ? import <nixpkgs> {} }:
|
{ pkgs: ? import <nixpkgs> {} }:
|
||||||
@ -13,3 +13,23 @@ Vimjoyer - The Best Way To Use Python On NixOS of 8:56
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
$ nix-shell
|
$ 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
Обычный файл
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
|
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
|
Lviv JavaClub - Intro to GenAI with ChatGPT by Serhii Petrenko of 1:02:43
|
||||||
https://www.youtube.com/watch?v=6X9MyiQccYU
|
https://www.youtube.com/watch?v=6X9MyiQccYU
|
||||||
2023
|
2023
|
||||||
|
|||||||
@ -1,6 +1,12 @@
|
|||||||
https://dzone.com/articles/tlsssl-terminology-and-basics
|
https://dzone.com/articles/tlsssl-terminology-and-basics
|
||||||
https://dzone.com/articles/tls-security-tlsssl-explained
|
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
|
2021
|
||||||
https://github.com/MaksimDzhangirov/complete-gRPC/blob/main/SSL_TLS_lecture_rus.md
|
https://github.com/MaksimDzhangirov/complete-gRPC/blob/main/SSL_TLS_lecture_rus.md
|
||||||
! need to read
|
! need to read
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user