Этот коммит содержится в:
Ihar Hancharenka 2024-03-29 14:13:53 +03:00
родитель 529c0f0349
Коммит fcff30393d
21 изменённых файлов: 81 добавлений и 16 удалений

1
db/nosql/inproc-inmem/stereodb.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://github.com/StereoDB/StereoDB

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

@ -20,6 +20,8 @@ https://werf.io/documentation/v1.2/advanced/buildah_mode.html
integrations
https://werf.io/guides/java_springboot/100_basic.html
2024
https://habr.com/ru/companies/flant/articles/803251/
2023
https://habr.com/ru/companies/flant/articles/759040/
2022

4
devops/logging/tools/sos.txt Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
https://github.com/sosreport/sos
https://github.com/sosreport/sos/wiki
https://sos.readthedocs.io/en/main/index.html

5
devops/observability/cortex.txt Обычный файл
Просмотреть файл

@ -0,0 +1,5 @@
https://cortexmetrics.io/
https://cortexmetrics.io/docs/
https://cortexmetrics.io/docs/getting-started/
https://github.com/cortexproject/cortex

10
devops/observability/grafana/mimir.txt Обычный файл
Просмотреть файл

@ -0,0 +1,10 @@
https://grafana.com/oss/mimir/
https://github.com/grafana/mimir
https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed
https://grafana.com/docs/mimir/latest/operators-guide/architecture/components/
https://grafana.com/docs/mimir/latest/operators-guide/configure/configure-high-availability-deduplication/
2023
https://tech.loveholidays.com/grafana-mimir-our-journey-towards-infinite-wisdom-with-5m-active-time-series-7a262ba53a3f

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

@ -66,7 +66,7 @@ IrIna - Avdeenko - How Apocalypse Opens at Our Time of 1:24:48
2016
https://www.youtube.com/watch?v=pA99l2iqDBc
https://www.youtube.com/watch?v=uIYmNfLVN9c
termen111 - Avdeenko - Genesis 1 3:05:00 of 4:35:18
termen111 - Avdeenko - Genesis 1 3:40:00 of 4:35:18
https://www.youtube.com/watch?v=eg9FI-y5tLo
! 13:00 - single-rooted words: verit znachit istinstvovat (amn - amin)
! 26:00 - nebo 1-go dnya tvoreniya - eto nevidimyi angelskiy mir

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

@ -0,0 +1,2 @@
2024
https://blog.predanie.ru/article/kniga-ekklesiasta-s-vladimirom-sorokinym-tsvety-besplodnoj-mudrosti/

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

@ -1,3 +1,6 @@
2024
Ofenbach - Overdrive feat. Norma Jean Martine (Official Music Video) of 2:59
https://www.youtube.com/watch?v=YV8P4aEXzMU
2023
Ofenbach - Norma Jean Martine - Ofenbach of 2:36
Ofenbach - Overdrive (feat. Norma Jean Martine) [Official Audio] of 2:36
https://www.youtube.com/watch?v=1sM89qLmd9Y

10
os/linux/internals/boot/dracut.txt Обычный файл
Просмотреть файл

@ -0,0 +1,10 @@
https://github.com/dracutdevs/dracut
https://github.com/dracutdevs/dracut/wiki
https://github.com/dracutdevs/dracut/tree/master/man
https://github.com/dracutdevs/dracut/blob/master/man/dracut.asc
https://github.com/dracutdevs/dracut/blob/master/man/dracut.usage.asc
2022
https://discovery.endeavouros.com/installation/dracut/2022/12/

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

@ -0,0 +1 @@
https://flakehub.com/flake/AshleyYakeley/NixVirt

2
os/linux/nixos/tools/cache/flakehub-cache.txt поставляемый Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
2024
https://determinate.systems/posts/flakehub-cache-beta/

1
os/linux/nixos/tools/deploy/nixinate.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://github.com/MatthewCroughan/nixinate

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

@ -0,0 +1,5 @@
analyze:
systemd-analyze [blame|critical-chain|plot]
systemd-bootchart
bootchart.conf

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

@ -0,0 +1,5 @@
2023
https://habr.com/ru/articles/749714/
https://www.debugpoint.com/systemd-journalctl/
2021
https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs

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

@ -0,0 +1 @@
https://freedesktop.org/wiki/Software/systemd/Debugging/#index2h1

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

@ -0,0 +1 @@
https://github.com/coreos/go-systemd

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

@ -1,6 +1,21 @@
journalctl
options
--list-boots
https://askubuntu.com/questions/1002524/why-does-journalctl-list-boots-only-show-the-current-boot
https://unix.stackexchange.com/questions/408936/why-journalctl-list-boots-doesnt-match-what-uptime-and-who-b-report
https://unix.stackexchange.com/questions/383551/journalctl-shows-very-old-boots-which-are-not-recycled/383575#383575
last reboot
https://itsfoss.com/wrong-time-dual-boot/
https://bbs.archlinux.org/viewtopic.php?id=284692
SystemMaxFiles=
RuntimeMaxFiles=
Storage=persistent
--verify
verify journal consistency
/run/log/journal/<only-one-hash>/system.journal
??? /var/log/journal
sudo mkdir /var/log/journal/
-b, --boot=[1...n]
current session, -1 - previous, -2 - ...
--since
@ -43,6 +58,3 @@ commands
samples
journalctl -xeu <unit>.service
2023
https://habr.com/ru/articles/749714/

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

@ -7,14 +7,14 @@ Journal:
http://0pointer.de/blog/projects/journalctl.html
cfg
man journald.conf
!!! man journald.conf
systemd-analyze cat-config systemd/journald.conf
/etc/systemd/journald.conf
/etc/systemd/journald.conf.d/size.conf
SystemMaxUse
max disk size
default - 10% of the file system, the journal is at
100M
SystemMaxFiles/RuntimeMaxFiles
https://bbs.archlinux.org/viewtopic.php?id=284692
SystemMaxFileSize
@ -25,12 +25,7 @@ or
journalctl --full
analyze:
systemd-analyze [blame|critical-chain|plot]
systemd-bootchart
bootchart.conf
Power Management:
https://wiki.archlinux.org/index.php/Power_Management
https://forum.manjaro.org/index.php?topic=8351.0
$ cat /etc/systemd/journald.conf.d/size.conf
[Journal]
Storage=persistent
SystemMaxUse=1G

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

@ -0,0 +1,2 @@
https://wiki.archlinux.org/index.php/Power_Management
https://forum.manjaro.org/index.php?topic=8351.0

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

@ -1,6 +1,8 @@
https://kde.org/announcements/plasma/5/
2024
LearnLinuxTV - KDE Plasma 6 Unleashed: A Fresh Look At New Enhancements & Features of 9:57
https://www.youtube.com/watch?v=Gyv-B1GX4K4
UsualUser - Fresh KDE Plasma 6 0:00 of 30:49
https://www.youtube.com/watch?v=viL6x962OME
2023

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

@ -137,6 +137,7 @@ https://github.com/jamibear/home.nix/blob/main/nixos/configuration.nix
programs.hyprland.enabled
arch-based
https://github.com/luyu-wu/Config
https://gitlab.com/stephan-raabe/dotfiles
https://github.com/Zakar98k/hyprland-catppuccin-dotz
https://gitlab.com/stephan-raabe/hyprland-starter