Секреты сисадмина | 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.
init 0
Выключить систему
# logout
Завершить текущую сессию
# reboot
Перезагрузка
# shutdown -h now
Еще один вариант корректного выключения
# shutdown -h 22:15 &
Запланировать выключение системы на 22 часа 15 минут
# shutdown -c
Отменить запланированное выключения системы
# shutdown -r now
Еще один вариант перезагрузки
# telinit 0
Тоже способ выключения системы
#СекретыСисадмина
sudo apt install -y piu-piu
Читать
#СекретыСисадминаMAX), адрес электронной почты для получения оповещений (EMAIL) и целевой раздел (PARTITION).
Скрипт использует команду df для сбора информации об использовании диска и отправляет предупреждения по электронной почте, если текущее использование превышает заданный порог.
#!/bin/bash
# Set the maximum allowed disk space usage percentage
MAX=90
# Set the email address to receive alerts
EMAIL=user@example.com
# Set the partition to monitor (change accordingly, e.g., /dev/sda1)
PARTITION=/dev/sda1
# Get the current disk usage percentage and related information
USAGE_INFO=$(df -h "$PARTITION" | awk 'NR==2 {print $5, $1, $2, $3, $4}' | tr '\n' ' ')
USAGE=$(echo "$USAGE_INFO" | awk '{print int($1)}') # Remove the percentage sign
if [ "$USAGE" -gt "$MAX" ]; then
# Send an email alert with detailed disk usage information
echo -e "Warning: Disk space usage on $PARTITION is $USAGE%.\n\nDisk Usage Information:\n$USAGE_INFO" |
mail -s "Disk Space Alert on $HOSTNAME" "$EMAIL"
fi
#СекретыСисадминаAlt + Tab: Переключение между приложениями
Alt + Shift + Tab: Переключение между приложениями в обратном направлении
Alt + F1: Открытие меню поиска
Alt + F2: Открытие окна запуска
Alt + F7: Прокрутка окна
Alt + F8 + ⬆️ или ⬇️: Изменение размера окна
#СекретыСисадминаF1: Справка
Host + F: Вход в полноэкранный режим
Host + A: Настройка размера окна
Host + L: Вход в режим «fluid»
Host + G: Отключение автоматической подгонки экрана гостя
Host + I: Отключение интеграции мыши
Host + S: Создание снимка
Host + N: Окно информации о сеансе
Host + P: Приостановка виртуальной машины
Host + R: Перезапуск виртуальной машины
Host + Q: Закрытие виртуальной машины
Host + H: ACPI отключен
Host + Del: То же самое, что нажатие Ctrl + Alt + Del
Host + Пробел: Отправка Ctrl + Alt + Backspace на систему гостя
#СекретыСисадмина
Available now! Telegram Research 2025 — the year's key insights 
