Этот коммит содержится в:
Ihar Hancharenka 2025-02-13 14:40:44 +03:00
родитель 23827ccb0f
Коммит 022b09e54b
12 изменённых файлов: 91 добавлений и 3 удалений

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

@ -1,5 +1,8 @@
https://flexget.com/InstallWizard/Docker
https://truecharts.org/charts/stable/flexget/
https://github.com/truecharts/public/tree/master/charts/stable/flexget
https://hub.docker.com/r/wiserain/flexget
https://github.com/wiserain/docker-flexget
@ -18,7 +21,4 @@ https://hub.docker.com/r/cptactionhank/flexget
https://github.com/cptactionhank/docker-flexget
? transmission-rpc
https://hub.docker.com/r/wiserain/flexget
https://github.com/wiserain/docker-flexget
https://docs.linuxserver.io/images/docker-flexget/

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

@ -106,6 +106,8 @@ LitvaCOM - KPE - Petrov - Who Controls the World and How of 1:19:41
https://www.youtube.com/watch?v=faDZmLgYyWE
VideoBelarus - KOB - Petrov Konstantin Pavlovich of p20
https://www.youtube.com/playlist?list=PLD8530204BC9F3270
p14 - Egregors of 1:25:22
https://www.youtube.com/watch?v=dt3F28YLdXI
p13 - Control Concentration in Supersystems p2 0:00 of 1:24:55
https://www.youtube.com/watch?v=GSqj3ZVRGAA
! 4:00 - Pavlianstvo, Book of Internal Predictor - "Master and Margo - Hymn of Demonism or Hospell of Sefless Belief"

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

@ -1,3 +1,6 @@
2025
Vimjoyer - The Best Way To Use Python On NixOS of 8:56
https://www.youtube.com/watch?v=6fftiTJ2vuQ
2024
Salar Rahmanian - Setting up a simple CI server using Haskell and Nix by Gabriel Gonzalez 0:00 of 1:01:30
https://www.youtube.com/watch?v=5Bvlg7UJ1Vw

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

@ -1,3 +1,6 @@
2025
Vimjoyer - The Best Way To Use Python On NixOS of 8:56
https://www.youtube.com/watch?v=6fftiTJ2vuQ
2020
Ringer - Nixpkgs - Python packaging, and development workflow.
https://www.youtube.com/watch?v=jXd-hkP4xnU

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

@ -0,0 +1,15 @@
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
https://www.youtube.com/watch?v=6fftiTJ2vuQ
! 4:00 shell.nix
{ pkgs: ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [ pkgs.python3 ];
env.LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.stdenv.cc.cc.lib
pkgs.libz
];
}
$ nix-shell

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

@ -0,0 +1,8 @@
24.10
https://www.truenas.com/docs/scale/24.10/gettingstarted/scalereleasenotes/
The TrueNAS Apps feature backend moves from Kubernetes to Docker
https://forums.truenas.com/t/the-future-of-electric-eel-and-apps/5409
https://forum.storj.io/t/truenas-scale-upgrade-to-24-10-kubernetes-to-docker-anyone-done-it-yet/28435
It migrates away from kubernettes to docker
https://github.com/fenio/k8s-truenas

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

@ -1,5 +1,10 @@
https://plugins.jetbrains.com/plugin/21173-jetclient--the-ultimate-rest-client
https://github.com/JetClient/jet-client-support
https://github.com/AntonShuvaev/jet-client-support
https://jetclient.io/docs/scripting/jetclient-library/
https://jetclient.io/docs/scripting/builtin-libraries/
https://jetclient.io/docs/scripting/external-libraries/
2023
https://www.youtube.com/watch?v=hLPhPuoYjCY

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

@ -1,2 +1,5 @@
https://plugins.jetbrains.com/plugin/18257-jbang
https://github.com/jbangdev/jbang-idea/
project wizard
https://github.com/jbangdev/jbang-idea/issues/18

28
security/crypto/x509.txt Обычный файл
Просмотреть файл

@ -0,0 +1,28 @@
https://en.wikipedia.org/wiki/X.509
https://ru.wikipedia.org/wiki/X.509
https://datatracker.ietf.org/doc/html/rfc5280
https://pro-ldap.ru/tr/zytrax/tech/encryption.html#dhe
diffy-helman
https://pro-ldap.ru/tr/zytrax/tech/ssl.html
formats
ascii pem
ASCII PEM key
libs
https://stackoverflow.com/questions/58724396/parse-x509-certificate-string-in-node
https://www.geeksforgeeks.org/node-js-new-x509certificate-function/
https://pkijs.org/docs/api/pkijs
2023
https://learn.microsoft.com/en-us/azure/iot-hub/reference-x509-certificates
https://learn.microsoft.com/ru-ru/azure/iot-hub/reference-x509-certificates
!!!
2022
https://www.techtarget.com/searchsecurity/definition/X509-certificate
2018
https://habr.com/ru/articles/346798/
!!! std, le

4
security/ssl/openssl/cli.txt Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
https://docs.openssl.org/3.0/man1/
ec
https://docs.openssl.org/3.0/man1/openssl-ec/

4
security/ssl/openssl/docs/books.txt Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
2017
Ristic - OpenSSL Cookbook
https://nick.desmith.net/Data/Books%20and%20Manuals/openssl-cookbook.pdf
https://pdfcoffee.com/openssl-cookbook-3ed-pdf-free.html

13
security/ssl/openssl/features/pem-ascii.txt Обычный файл
Просмотреть файл

@ -0,0 +1,13 @@
openssl ec --help
https://docs.openssl.org/3.0/man1/openssl-ec/
processes EC keys
baeldung
https://www.baeldung.com/category/security
https://www.baeldung.com/java-read-pem-file-keys
!!!
https://www.baeldung.com/java-keystore-jks-list-private-keys
samples
openssl ec -in pvt.pem -pubout -out pub.pem