From 8a8de67934577a0f6f1ce80d294f0f1f1a9f388c Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Fri, 10 May 2024 14:06:40 +0300 Subject: [PATCH] m --- db/nosql/redis/docs/presentations.txt | 12 ++++++++++-- nontech/politics/people/tulin.txt | 2 ++ os/linux/packaging/ostree/docs/presentations.txt | 13 ++++++++++++- os/linux/rh/fedora/inst/after-inst.txt | 2 ++ 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/db/nosql/redis/docs/presentations.txt b/db/nosql/redis/docs/presentations.txt index a1df212d6..d0b03a3f3 100644 --- a/db/nosql/redis/docs/presentations.txt +++ b/db/nosql/redis/docs/presentations.txt @@ -1,7 +1,7 @@ ???? https://squidex.jugru.team/api/assets/srm/3221c203-b174-4f0f-bbf2-2fcc15a59813/artem-artemsev.pdf 2024 -SuchkovTech - Redis for 20 min 12:00 of 23:21 +SuchkovTech - Redis for 20 min 14:00 of 23:21 https://www.youtube.com/watch?v=QpBaA6B1U90 ! iredis set firstKey "Hello" @@ -47,7 +47,15 @@ SuchkovTech - Redis for 20 min 12:00 of 23:21 ! ... ! 3) iphone ! ... - + ! ttl cars + ! (integer) -1 # not-limited + ! expire cars 10 + ... + ! ttl cars + ! (integer) -2 # deleted + ! exists cars + ! (integer) 0 # no data by this case + ! setex vars 20 10 # with ttl 10 (with suffix ex) 2023 SpringIO - Vector Similarity Search in Spring with Redis Stack by Brian Sam-Bodden 0:00 of 54:35 diff --git a/nontech/politics/people/tulin.txt b/nontech/politics/people/tulin.txt index 3b3a80d35..e5ed2c674 100644 --- a/nontech/politics/people/tulin.txt +++ b/nontech/politics/people/tulin.txt @@ -1,4 +1,6 @@ 2024 +USLawAndOrder - Dudnik - Tulin - 05.09 of 55:36 + https://www.youtube.com/watch?v=XQCBDAK9JZY USLawAndOrder - Dudnik - Tulin - 04.24 of 52:45 https://www.youtube.com/watch?v=IMbH1ZMkkvg USLawAndOrder - Dudnik - Tulin - 04.24 of 1:01:50 diff --git a/os/linux/packaging/ostree/docs/presentations.txt b/os/linux/packaging/ostree/docs/presentations.txt index 0f35eb6ad..c4260612b 100644 --- a/os/linux/packaging/ostree/docs/presentations.txt +++ b/os/linux/packaging/ostree/docs/presentations.txt @@ -38,9 +38,20 @@ TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Ru Pingvinus - Fedora 35 of 6:52 https://www.youtube.com/watch?v=mNziXTfZcGk 2020 -Pynkin - OSTree CLI for OS management of 25:00 +Pynkin - OSTree CLI for OS management 5:00 of 25:00 https://www.youtube.com/watch?v=B0xvrXkEwr4 https://www.collabora.com/assets/pdfs/OSTree_CLI_for_OS_management.pdf + ! libostre/ostree cli tool + OSTree repository + ● ls -l /ostree/ + ● ls -l /ostree/repo + ● cat /ostree/repo/config + ● ls -1 /ostree/deploy/ + ● ls -l /ostree/deploy/apertis/ + ! special treatements + ! /boot + ! /etc + ! /var 2018 Pynkin - OSTree Atomic Updates in Git Style ru of 23:57 https://www.youtube.com/watch?v=N0expbwB0OM diff --git a/os/linux/rh/fedora/inst/after-inst.txt b/os/linux/rh/fedora/inst/after-inst.txt index e2c7caab4..5c4b93337 100644 --- a/os/linux/rh/fedora/inst/after-inst.txt +++ b/os/linux/rh/fedora/inst/after-inst.txt @@ -39,6 +39,8 @@ https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-dis echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null dnf check-update sudo dnf install code + # ext + https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql todo: integrate to ulauncher Extracting to ~/.local/share/JetBrains/Toolbox/bin...