diff --git a/db/nosql/redis/docs/presentations.txt b/db/nosql/redis/docs/presentations.txt index 5a8b1aade..ed149f7c5 100644 --- a/db/nosql/redis/docs/presentations.txt +++ b/db/nosql/redis/docs/presentations.txt @@ -1,3 +1,5 @@ +???? +https://squidex.jugru.team/api/assets/srm/3221c203-b174-4f0f-bbf2-2fcc15a59813/artem-artemsev.pdf 2024 SuchkovTech - Redis for 20 min 2:00 of 23:21 https://www.youtube.com/watch?v=QpBaA6B1U90 diff --git a/nontech/ortho/prayer.txt b/nontech/ortho/prayer.txt index f2b073d0c..40ace3105 100644 --- a/nontech/ortho/prayer.txt +++ b/nontech/ortho/prayer.txt @@ -2,6 +2,7 @@ https://predanie.ru/tema/pokajannyj-kanon/ https://predanie.ru/velikijpost/velikij-kanon-ponedeljnik/ 2020 +https://predanie.ru/agapov-aleksey-svyaschennik/kanon-andreya-kritskogo-chitaem-razmyshlyaem-uchimsya-ponimat/slushat/ https://blog.predanie.ru/article/utrennee-pravilo-vsegda-li-my-osoznaem-o-chem-molimsya/ https://blog.predanie.ru/article/obshhaya-molitva-dar-bozhij/ https://blog.predanie.ru/article/molitvennoe-pravilo-kak-sdelat-ego-svoim/ diff --git a/nontech/politics/people/shnurenko.txt b/nontech/politics/people/shnurenko.txt index 75070bca6..719013189 100644 --- a/nontech/politics/people/shnurenko.txt +++ b/nontech/politics/people/shnurenko.txt @@ -3,6 +3,9 @@ Igor Anatolievich DayTV https://www.youtube.com/playlist?list=PL2zbO1Ks2ovzUvpw3wuL6_PwHI51bZyTe +2024 +AntiTuring - Shnurenko - Davos 2024 of 47:15 + https://www.youtube.com/watch?v=jcd68n-4CvA 2022 DayTV - Shnurenko - World of Regions as a Trap of 18:26 https://www.youtube.com/watch?v=6TlCrF7uhik diff --git a/os/linux/README.md b/os/linux/README.md index d5adf0ed9..9468813c5 100644 --- a/os/linux/README.md +++ b/os/linux/README.md @@ -89,6 +89,10 @@ insmod gzio ... set root='hd0,...' +$vt_handoff +(vt = virtualterminal) is a kernel boot parameter unique to Ubuntu, and is not an upstream kernel boot parameter. +Its purpose is to allow the kernel to maintain the current contents of video memory on a virtual terminal. + * https://community.frame.work/t/resolved-linux-wont-start-on-amd-without-nomodeset/42220/4 journalctl -k -b-1 > journal.txt @@ -103,3 +107,5 @@ journalctl -k -b-1 > journal.txt * https://bbs.archlinux.org/viewtopic.php?id=292265 * https://salsa.debian.org/tails-team/tails/blob/master/config/chroot_local-includes/usr/share/initramfs-tools/hooks/kms * https://forum.puppylinux.com/viewtopic.php?t=2010 +* https://losst.pro/ispravlyaem-chernyj-ekran-ubuntu +* https://wiki.astralinux.ru/pages/viewpage.action?pageId=23199819 diff --git a/pl/java/features/annotation/combine.txt b/pl/java/features/annotation/combine.txt new file mode 100644 index 000000000..c7b98abbc --- /dev/null +++ b/pl/java/features/annotation/combine.txt @@ -0,0 +1,10 @@ +https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/MergedAnnotations.html + +https://github.com/projectlombok/lombok/issues/557 +https://github.com/projectlombok/lombok/issues/1993 +https://www.baeldung.com/lombok-custom-annotation + +2018 +https://www.swtestacademy.com/how-to-merge-multiple-annotations-in-java/ +lombok +https://stackoverflow.com/questions/33512957/is-it-possible-to-use-lombok-annotations-as-a-meta-annotation diff --git a/pl/java/libfws/fp/boilerplate/lombok/articles.txt b/pl/java/libfws/fp/boilerplate/lombok/articles.txt index 27f46b8e0..6d3f4176d 100644 --- a/pl/java/libfws/fp/boilerplate/lombok/articles.txt +++ b/pl/java/libfws/fp/boilerplate/lombok/articles.txt @@ -3,6 +3,9 @@ https://www.toptal.com/java/write-fat-free-java-code-project-lombok https://www.ibm.com/developerworks/library/j-lombok/ 2023 https://www.unlogged.io/post/how-does-the-lombok-magic-work-underneath +2021 +https://auth0.com/blog/a-complete-guide-to-lombok/ + https://habr.com/ru/companies/piter/articles/676394/ 2019 http://gregorriegler.com/2019/08/10/who-needs-lombok-anyhow.html https://www.joda.org/joda-beans/ diff --git a/pl/java/libfws/fp/boilerplate/lombok/builder.txt b/pl/java/libfws/fp/boilerplate/lombok/builder.txt new file mode 100644 index 000000000..d428e790c --- /dev/null +++ b/pl/java/libfws/fp/boilerplate/lombok/builder.txt @@ -0,0 +1 @@ +https://projectlombok.org/features/Builder