Записки админа
Пишу о Linux и администрировании серверов. Связаться с автором: @servers Заметки в браузере: https://journald.ru/ Буст канала: https://t.me/sysadminnotes?boost
Show more📈 Analytical overview of Telegram channel Записки админа
Channel Записки админа (@sysadminnotes) in the Russian language segment is an active participant. Currently, the community unites 12 718 subscribers, ranking 9 989 in the Technologies & Applications category and 51 967 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 12 718 subscribers.
According to the latest data from 20 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -27 over the last 30 days and by 1 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 36.32%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
- Thematic interests: Content is focused on key topics such as linux, tui, rebrain, github, браузер.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“Пишу о Linux и администрировании серверов.
Связаться с автором: @servers
Заметки в браузере: https://journald.ru/
Буст канала: https://t.me/sysadminnotes?boost”
Thanks to the high frequency of updates (latest data received on 21 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
read -s password; echo $password | \ qrencode -t ASCII -o /dev/shm/pswf.txt \ && cat /dev/shm/pswf.txt; \ rm -f /dev/shm/pswf.txt;А вот так в отдельном окне графикой (потребуется ImageMagick):
read -s password; echo $password | \ qrencode -o /dev/shm/pswf.png \ && display /dev/shm/pswf.png; \ rm -f /dev/shm/pswf.png;UPD: Чуть позже пост дополнен ещё более простым вариантом генерации QR кода:
read -s password; echo $password | qrencode -t ASCII -o -
#будничное #фидбечатerror: unpacking of archive failed on file /etc/ssl/certs: cpio: rename
# cd /etc/ssl
# mv certs certs.backup
# ln -s ../pki/tls/certs certs
# yum update
#будничное #centosRUS1169700
RUS1567644
RUS9041632
RUS6055996
RUS5720066
RUS5938122
RUS4992609
RUS8836110
RUS0025187
RUS8345311
🎁 А всем, кому нужна надёжная платформа для размещения виртуального сервера - скидка 50% на первый месяц услуги по промо-коду ниже в рамках проекта robovps.biz:
RUS5049618993
RUS9957642167
RUS3904588517
RUS9090738166
RUS7612419383
RUS4304755779
RUS8160368491
RUS8236823845
RUS4838795395
RUS6032980270
Просто копируем промо-код и используем его в процессе заказа. Если вдруг коды разберут - пишите мне (контакт в описании канала), я дам ещё.
Впереди розыгрыш подписок на журнал Хакер... 🤓docker run --rm -it registry.fedoraproject.org/f26-modular/boltron
Установку и обновление модулей внутри самого контейнера можно выполнить с помощью штатного dnf.
Подробнее о Boltron можно почитать здесь.
#fedora #boltron #docker# nc -vzw3 sysadmin.pm 443
Либо непосредственно с помощью timeout:
# timeout 3 bash -c "</dev/tcp/sysadmin.pm/443"; echo $?
#будничное #bash #nc# chmod --reference=alice.log bob.log
Так мы файлу bob.log зададим те же права что и у файла alice.log
Аналогично и с владельцем:
# chown --reference=alice.log bob.log
При этом, можно делать, например, такие штуки:
# find /some/dir -type f -print0 | xargs -O -I {} chmod --reference=/some/file.txt {}
#будничное #chmod #chown
Available now! Telegram Research 2025 — the year's key insights 
