Linux Education
🐧 Гайды, тесты и обучающие материалы по Linux. Реклама — @cyberJohnny Заявление в РКН: https://knd.gov.ru/license?id=6784bbba96de59064dc32602®istryType=bloggersPermission
Show more📈 Analytical overview of Telegram channel Linux Education
Channel Linux Education (@linux_education) in the Russian language segment is an active participant. Currently, the community unites 11 232 subscribers, ranking 11 066 in the Technologies & Applications category and 58 369 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 11 232 subscribers.
According to the latest data from 18 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -60 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 7.50%. Within the first 24 hours after publication, content typically collects 5.02% reactions from the total number of subscribers.
- Post reach: On average, each post receives 843 views. Within the first day, a publication typically gains 564 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 4.
- Thematic interests: Content is focused on key topics such as linux, ядро, github, интерфейс, claude.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“🐧 Гайды, тесты и обучающие материалы по Linux.
Реклама — @cyberJohnny
Заявление в РКН: https://knd.gov.ru/license?id=6784bbba96de59064dc32602®istryType=bloggersPermission”
Thanks to the high frequency of updates (latest data received on 19 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.
$sudo lastb
🐧 Linux Education$last -x
🐧 Linux Education$last -s 2022-02-17 -t 2022-02-18
Обратите внимание на формат ввода даты. Если речь идет о вчерашнем дне, то вместо первого числа можно записать yesterday, а следующий день – today:
$last -s yesterday -t todayДля вывода информации за сегодняшний день для -s следует задать значение today, а -t просто не использовать:
$last -s todayНу и еще вместо ввода даты можно указать -ndays, вместо n введя число, насколько дней назад откатиться. Вот как будет выглядеть команда для просмотра данных, сохраненных 6 дней назад:
$last -s -6days -t -5days🐧 Linux Education
$last -n 4Существует еще несколько вариантов ввода опции:
$last -4 $last --limit 4🐧 Linux Education
$last root-user🐧 Linux Education
$last -F -w -xЕсли вам нужно получить подробную информацию об удаленных подключениях, то к команде добавится опция -d:
$last -d -F -w -xВ результате в отдельной графе будет записан IP-адрес подключения. 🐧 Linux Education
$groups gregory2
С этой задачей поможет параметр -G. Но его обязательно нужно использовать вместе с -a, чтобы добавить новую группу, не удаляя старые:
$sudo usermod -a -G plugdev gregory2
🐧 Linux Education
Available now! Telegram Research 2025 — the year's key insights 
