Секреты сисадмина | DevOps, Linux, SRE
Крупнейший справочник системного администратора. Сотрудничество: @max_excel РКН: vk.cc/cHhGTz
Show more📈 Analytical overview of Telegram channel Секреты сисадмина | DevOps, Linux, SRE
Channel Секреты сисадмина | DevOps, Linux, SRE (@sysadmin_library) in the Russian language segment is an active participant. Currently, the community unites 25 543 subscribers, ranking 5 344 in the Technologies & Applications category and 26 066 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 25 543 subscribers.
According to the latest data from 11 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -242 over the last 30 days and by -9 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 11.63%. Within the first 24 hours after publication, content typically collects 5.83% reactions from the total number of subscribers.
- Post reach: On average, each post receives 2 972 views. Within the first day, a publication typically gains 1 489 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, grep, iodmin, file.txt.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“Крупнейший справочник системного администратора.
Сотрудничество: @max_excel
РКН: vk.cc/cHhGTz”
Thanks to the high frequency of updates (latest data received on 12 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.
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs"
DWORD: SPLWOW64.EXE = 0
Таким же способом можно добавить любую программу, которая долго выполняет закрытие.
#СекретыСисадминаfind / -name file1 — найти файлы и директории с именем file1. Поиск начать с корня (/)
• find / -user user1 — найти файл и директорию принадлежащие пользователю user1. Поиск начать с корня (/)
• find /home/user1 -name "*.bin" — найти все файлы и директории, имена которых оканчиваются на '. bin'. Поиск начать с '/ home/user1'*
• find /usr/bin -type f -atime +100 — найти все файлы в '/usr/bin', время последнего обращения к которым более 100 дней
• find /usr/bin -type f -mtime -10 — найти все файлы в '/usr/bin', созданные или изменённые в течении последних 10 дней
• find / -name *.rpm -exec chmod 755 '{}' \; — найти все фалы и директории, имена которых оканчиваются на '.rpm', и изменить права доступа к ним
• find / -xdev -name "*.rpm" — найти все файлы и директории, имена которых оканчиваются на '.rpm', игнорируя съёмные носители, такие как cdrom, floppy и т.п.
• locate "*.ps" — найти все файлы, содержащие в имени '.ps'. Предварительно рекомендуется выполнить команду 'updatedb'
• whereis halt — показывает размещение бинарных файлов, исходных кодов и руководств, относящихся к файлу 'halt'
• which halt — отображает полный путь к файлу 'halt'
#СекретыСисадмина
Available now! Telegram Research 2025 — the year's key insights 
