зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 04:44:18 +02:00
m
Этот коммит содержится в:
родитель
120f91dcd5
Коммит
4404786dde
@ -1,6 +1,7 @@
|
||||
https://www.postgresql.org/docs/current/runtime-config-logging.html
|
||||
|
||||
2025
|
||||
https://habr.com/ru/companies/postgrespro/articles/872574/
|
||||
https://www.crunchydata.com/blog/postgres-logging-for-performance-optimization
|
||||
https://habr.com/ru/companies/otus/articles/940794/
|
||||
2022
|
||||
|
||||
@ -0,0 +1 @@
|
||||
https://ossc-db.github.io/pg_store_plans/
|
||||
25
db/sql/postgres/tools/test/pgtap.txt
Обычный файл
25
db/sql/postgres/tools/test/pgtap.txt
Обычный файл
@ -0,0 +1,25 @@
|
||||
https://pgtap.org/
|
||||
https://testanything.org/
|
||||
https://pgxn.org/dist/pgtap/
|
||||
|
||||
https://github.com/theory/pgtap/
|
||||
https://github.com/lmergner/docker-pgtap
|
||||
|
||||
https://pgtap.org/documentation.html
|
||||
|
||||
https://supabase.com/docs/guides/database/extensions/pgtap
|
||||
https://wiki.idera.com/spaces/ADS/pages/12660246216/Unit+Testing+Framework
|
||||
|
||||
2025
|
||||
https://habr.com/ru/companies/gnivc/articles/877314/
|
||||
https://aws.amazon.com/blogs/database/create-a-unit-testing-framework-for-postgresql-using-the-pgtap-extension/
|
||||
2024
|
||||
https://www.capitalone.com/tech/software-engineering/automated-postgres-unit-testing/
|
||||
https://www.tigerdata.com/learn/postgresql-extensions-pgtap
|
||||
https://medium.com/capital-one-tech/how-to-use-pgtap-to-automate-unit-testing-in-postgres-2202a7a0acc0
|
||||
2023
|
||||
https://www.endpointdev.com/blog/2023/04/pgtap-for-database-unit-tests/
|
||||
2018
|
||||
https://medium.com/engineering-on-the-incline/unit-testing-functions-in-postgresql-with-pgtap-in-5-simple-steps-beef933d02d3
|
||||
2017
|
||||
https://medium.com/engineering-on-the-incline/unit-testing-postgres-with-pgtap-af09ec42795
|
||||
1
db/sql/postgres/tools/test/pgunit.txt
Обычный файл
1
db/sql/postgres/tools/test/pgunit.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://github.com/adrianandrei-ca/pgunit
|
||||
1
db/sql/postgres/tools/test/pytest-postgresql.txt
Обычный файл
1
db/sql/postgres/tools/test/pytest-postgresql.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://pypi.org/project/pytest-postgresql/
|
||||
2
devops/container/podman/features/quadlet.txt
Обычный файл
2
devops/container/podman/features/quadlet.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
2023
|
||||
https://www.redhat.com/en/blog/quadlet-podman
|
||||
2
devops/container/podman/issue-ui.txt
Обычный файл
2
devops/container/podman/issue-ui.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
2024
|
||||
https://discussion.fedoraproject.org/t/cannot-run-wayland-gui-app-in-podman/105151/
|
||||
22
devops/monitoring/docs/tips.txtr
Обычный файл
22
devops/monitoring/docs/tips.txtr
Обычный файл
@ -0,0 +1,22 @@
|
||||
Как проверить загрузку процессора по конкретным ядрам?
|
||||
Иногда общая загрузка CPU (например, через top или htop) не даёт полной картины, особенно если у вас многоядерный сервер, и одно из ядер уходит в 100%, а остальные простаивают.
|
||||
|
||||
Проверяем загрузку по ядрам:
|
||||
Используем mpstat (из пакета sysstat):
|
||||
|
||||
mpstat -P ALL 1
|
||||
|
||||
Здесь:
|
||||
- -P ALL — показывает загрузку всех ядер.
|
||||
- 1 — обновляет данные каждую секунду.
|
||||
|
||||
Альтернативный способ — htop:
|
||||
Запустите htop, нажмите F2 (настройки) → Display options → Включите Detailed CPU time для отображения загрузки по каждому ядру.
|
||||
|
||||
sar — для анализа в ретроспективе:
|
||||
|
||||
sar -P ALL -f /var/log/sysstat/saXX
|
||||
|
||||
Где XX — номер дня в логе. Это полезно, если нужно проанализировать ситуацию постфактум.
|
||||
|
||||
Важно: Если одно ядро загружено на 100%, а другие нет, это может говорить о проблемах с многопоточностью приложения. Проверьте настройки софта!
|
||||
@ -1,5 +1,8 @@
|
||||
https://gitbybit.com/
|
||||
|
||||
2025
|
||||
Larichev - Git Fundamentals
|
||||
https://nnmclub.to/forum/viewtopic.php?t=1780562
|
||||
2024
|
||||
ITDoctor - Git and Github for Beginners ru 0:00 of 3:21:19
|
||||
https://www.youtube.com/watch?v=zUzQG7hmdNM
|
||||
|
||||
5
net/proto/dns/client/comss-ru.txt
Обычный файл
5
net/proto/dns/client/comss-ru.txt
Обычный файл
@ -0,0 +1,5 @@
|
||||
https://www.comss.ru
|
||||
https://www.comss.ru/page.php?id=7315
|
||||
|
||||
2025
|
||||
https://habr.com/ru/articles/870494/
|
||||
3
net/proto/dns/client/yogadns.txt
Обычный файл
3
net/proto/dns/client/yogadns.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
https://yogadns.com/
|
||||
? for win
|
||||
https://www.comss.ru/page.php?id=7734
|
||||
2
pl/cross/io/fileformats/xml/xsd.txt
Обычный файл
2
pl/cross/io/fileformats/xml/xsd.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
2025
|
||||
https://habr.com/ru/companies/sberbank/articles/876978/
|
||||
@ -0,0 +1,2 @@
|
||||
2024
|
||||
https://nnmclub.to/forum/viewtopic.php?t=1780589
|
||||
@ -19,5 +19,7 @@ https://github.com/jgraph/docker-drawio
|
||||
https://github.com/jgraph/drawio-tools
|
||||
|
||||
2024
|
||||
https://habr.com/ru/articles/814769/
|
||||
https://habr.com/ru/companies/sberbank/articles/836092/
|
||||
draw.io Tutorials - Advanced of p60
|
||||
https://www.youtube.com/playlist?list=PLX6xdk86h_0xF4VQ5Z8T_tDmm3WMfWL49
|
||||
|
||||
@ -1 +1,2 @@
|
||||
https://github.com/plantuml-stdlib/C4-PlantUML
|
||||
https://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa700002
|
||||
|
||||
@ -0,0 +1 @@
|
||||
https://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa700002
|
||||
@ -6,6 +6,9 @@ Fabian - 2018 - Data Oriented Design
|
||||
http://dataorienteddesign.com/site.php?postid=138
|
||||
http://www.dataorienteddesign.com/dodbook/
|
||||
|
||||
2024
|
||||
ChimiChanga - Andrew Kelley Practical Data Oriented Design (DoD) 0:00 of 46:39
|
||||
https://www.youtube.com/watch?v=IroPQ150F6c
|
||||
2019
|
||||
http://gamesfromwithin.com/data-oriented-design
|
||||
https://habr.com/ru/post/472052/
|
||||
|
||||
3
pl/go/docs/critice.txt
Обычный файл
3
pl/go/docs/critice.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
2025
|
||||
https://blog.habets.se/2025/07/Go-is-still-not-good.html
|
||||
https://habr.com/ru/companies/ruvds/articles/941106/
|
||||
@ -3,6 +3,7 @@ https://docs.oracle.com/en/java/javase/21/core/virtual-threads.html#GUID-DC4306F
|
||||
spring.threads.virtual.enabled: true
|
||||
|
||||
2025
|
||||
https://www.dhaval-shah.com/parallel-processing-virtual-threads-reactor-vs-jdk/
|
||||
SpringIO - Virtual Threads, Structured Concurrency and Scoped Values: Putting it all together 0:00 of 47:40
|
||||
https://www.youtube.com/watch?v=kz_R6-fdSZc
|
||||
https://speakerdeck.com/balkrishnarawool/virtual-threads-structured-concurrency-and-scoped-values-putting-it-all-together
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
check oauth/oauth2 courses here as well
|
||||
|
||||
2025
|
||||
Muhitdinov - Spring Security
|
||||
https://nnmclub.to/forum/viewtopic.php?t=1780221
|
||||
2024
|
||||
IBS - nnm
|
||||
1780221
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
https://alt-kde.wiki/apps/distrobox/
|
||||
|
||||
2024
|
||||
https://highload.ru/moscow/2023/abstracts/11229
|
||||
https://disk.yandex.ru/i/2113cczR5l4qiQ
|
||||
|
||||
21
pl/web/js/tools/bundler/rspack.txt
Обычный файл
21
pl/web/js/tools/bundler/rspack.txt
Обычный файл
@ -0,0 +1,21 @@
|
||||
https://rspack.rs/
|
||||
https://rsdoctor.rs/
|
||||
|
||||
https://github.com/web-infra-dev/rspack
|
||||
https://github.com/web-infra-dev/awesome-rstack
|
||||
|
||||
https://rspack.rs/guide/start/introduction
|
||||
https://rspack.rs/guide/start/ecosystem
|
||||
https://rspack.rs/config/
|
||||
https://rspack.rs/plugins/
|
||||
https://rspack.rs/api/
|
||||
https://rspack.rs/api/cli
|
||||
https://rspack.rs/api/javascript-api/
|
||||
https://rspack.rs/api/loader-api/
|
||||
https://rspack.rs/api/plugin-api/
|
||||
|
||||
https://rspack.rs/blog/
|
||||
|
||||
2024
|
||||
https://medium.com/alan/a-bundler-story-migrating-from-webpack-to-rspack-f548c62f757d
|
||||
https://nuancesprog.ru/p/24220/
|
||||
9
science/ai/code-assist/copilot/copilotkit.txt
Обычный файл
9
science/ai/code-assist/copilot/copilotkit.txt
Обычный файл
@ -0,0 +1,9 @@
|
||||
https://www.copilotkit.ai/
|
||||
|
||||
https://github.com/CopilotKit/CopilotKit
|
||||
|
||||
https://cloud.copilotkit.ai/sign-in
|
||||
|
||||
2025
|
||||
https://dev.to/copilotkit/build-an-ai-travel-planner-with-copilotkit-langgraph-google-maps-api-32fm
|
||||
https://habr.com/ru/companies/bothub/articles/876656/
|
||||
@ -1,3 +1,6 @@
|
||||
2025
|
||||
Larichev - neovim
|
||||
https://nnmclub.to/forum/viewtopic.php?t=1780564
|
||||
2024
|
||||
typecraft - Neovim for Newbs. FREE NEOVIM COURSE of p6
|
||||
https://www.youtube.com/playlist?list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user