Записки админа
Пишу о 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 690 subscribers, ranking 9 657 in the Technologies & Applications category and 50 876 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 12 690 subscribers.
According to the latest data from 27 August, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 22 over the last 30 days and by 2 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 31.63%. Within the first 24 hours after publication, content typically collects 14.24% reactions from the total number of subscribers.
- Post reach: On average, each post receives 4 013 views. Within the first day, a publication typically gains 1 807 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 24.
- 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 28 August, 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.
load_module modules/libngx-basic-auth-decode_module.so;
location / {
# Use credentials in a conditional statement
if ($basic_auth_user = "admin") {
# Do something for admin users
}
# ...
}
https://github.com/rinconjc/ngx-basic-auth-decode
#nginx #authКак хобби (не являюсь разработчиком) веду канал на GitHub, пишу скрипты на PowerShell и Bash, хотелось поделиться работами, возможно кого заинтересует и поможет. На мой взгляд, из полезного для канала, это набор примеров команд и скриптов для PowerShell (и все, что с ним связано), суммарно за полтора года насобирал более 6 тыс строк заметок с примерами (https://github.com/Lifailon/PS-Commands) + тестовый стенд WinForms. Из нового, небольшой проект - Telegram бот для автоматизации доставки контента из торрент трекера Кинозал до телевизора используя только телефон (https://github.com/Lifailon/Kinozal-Bot, так же по этой работе написал небольшую статью на Habr: https://habr.com/ru/articles/782028), и собственный Windows REST api/простой web сервер на базе чистого PowerShell (https://github.com/Lifailon/WinAPI). Буду рад получить обратную связь.Присылайте мне свои проекты, будем пробовать делиться ими со всеми по субботам. ☕️ #смотрикакой #фидбечат
