Этот коммит содержится в:
Ihar Hancharenka 2024-05-10 14:06:40 +03:00
родитель 94a0657d17
Коммит 8a8de67934
4 изменённых файлов: 26 добавлений и 3 удалений

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

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

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

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

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

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

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

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