From 94a0657d1791cda5069abf211625620ec43fc0f0 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Fri, 10 May 2024 12:34:47 +0300 Subject: [PATCH] m --- nontech/intelligence/people/artamonov.txt | 2 ++ os/linux/packaging/ostree/docs/presentations.txt | 6 +++++- os/linux/rh/fedora/inst/after-inst.txt | 6 ++++++ .../libfws/spring/boot/features/error-exception-process.txt | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/nontech/intelligence/people/artamonov.txt b/nontech/intelligence/people/artamonov.txt index 5e8dc15bd..0a4e7e7f3 100644 --- a/nontech/intelligence/people/artamonov.txt +++ b/nontech/intelligence/people/artamonov.txt @@ -51,6 +51,8 @@ Geopolitics https://boosty.to/den_club/posts/f198877e-c804-4ca3-8948-808f6aec3a46 2024 +PictureOfTheWorld - Artamonov - EliHatem - Firing Knot of Near East of 52:12 + https://nday.club/video/armageddon-ili-dogovornyak DayClub - Zakaznoe Fuflo of 1:55:01 https://boosty.to/den_club/posts/d2dcfcfa-01ea-4216-a3ba-a08edab16a49 ! AUKUS is very rich for usefull iskopaemye diff --git a/os/linux/packaging/ostree/docs/presentations.txt b/os/linux/packaging/ostree/docs/presentations.txt index e4311c529..0f35eb6ad 100644 --- a/os/linux/packaging/ostree/docs/presentations.txt +++ b/os/linux/packaging/ostree/docs/presentations.txt @@ -1,5 +1,5 @@ 2023 -TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Running with Ostree on Your...- Davis Roman 36:00 of 46:26 +TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Running with Ostree on Your...- Davis Roman of 46:26 https://www.youtube.com/watch?v=_CwGUt0CpvU ! ostree remote add ... ! remote summary @@ -30,6 +30,10 @@ TheLinuxFoundation - Ostree for the Uninitiated - What You Need to Get Up and Ru ! ostree-prepare-root /sysroot ! log_info "Switching to rootfs" ! exec switch_root /sysroot /sbin/init + ! 37:00 + ! after building initramfs, + ! image_types_ostree.bbclass commits yocto's final rootfs into the buildsystem's ostree repository + ! 2021 Pingvinus - Fedora 35 of 6:52 https://www.youtube.com/watch?v=mNziXTfZcGk diff --git a/os/linux/rh/fedora/inst/after-inst.txt b/os/linux/rh/fedora/inst/after-inst.txt index cf05cb5f6..e2c7caab4 100644 --- a/os/linux/rh/fedora/inst/after-inst.txt +++ b/os/linux/rh/fedora/inst/after-inst.txt @@ -34,6 +34,12 @@ sudo curl -1sLf -o /etc/yum.repos.d/teams-for-linux.repo https://repo.teamsforli sudo dnf update sudo dnf install teams-for-linux +https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions + sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc +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 + todo: integrate to ulauncher Extracting to ~/.local/share/JetBrains/Toolbox/bin... Symlinking to ~/.local/bin/jetbrains-toolbox... diff --git a/pl/java/libfws/spring/boot/features/error-exception-process.txt b/pl/java/libfws/spring/boot/features/error-exception-process.txt index 397839403..59363dc43 100644 --- a/pl/java/libfws/spring/boot/features/error-exception-process.txt +++ b/pl/java/libfws/spring/boot/features/error-exception-process.txt @@ -3,7 +3,7 @@ https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.appl https://docs.spring.io/spring-boot/docs/3.2.2/api/org/springframework/boot/diagnostics/FailureAnalysis.html 2024 -BusyCoderAcademy - 5. Spring Boot Rest Project Employee Mgt Application with Ex handling Validation||Rajeev Gupta 11:00 of 1:31:30 +BusyCoderAcademy - 5. Spring Boot Rest Project Employee Mgt Application with Ex handling Validation||Rajeev Gupta 18:00 of 1:31:30 https://www.youtube.com/watch?v=XTk6fz1i9UA ! package for exceptions 2023