Прогер
Программирование и айти Сотрудничество: @bogdan_lapenko Пригласительный линк: @umnyiprogrammist Ресурс в перечне: https://tinyurl.com/umnyiprg Биржа: https://telega.in/c/+IohX2XS6sOhhZDRi ЗАЯВКИ ПРИНИМАЮТСЯ МОМЕНТАЛЬНО
Show more📈 Analytical overview of Telegram channel Прогер
Channel Прогер in the Russian language segment is an active participant. Currently, the community unites 93 168 subscribers, ranking 1 378 in the Technologies & Applications category and 6 031 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 93 168 subscribers.
According to the latest data from 21 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -1 516 over the last 30 days and by -56 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 12.89%. Within the first 24 hours after publication, content typically collects 5.78% reactions from the total number of subscribers.
- Post reach: On average, each post receives 12 008 views. Within the first day, a publication typically gains 5 384 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 72.
- Thematic interests: Content is focused on key topics such as github, rust, microsoft, linux, c++.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“Программирование и айти
Сотрудничество: @bogdan_lapenko
Пригласительный линк: @umnyiprogrammist
Ресурс в перечне: https://tinyurl.com/umnyiprg
Биржа: https://telega.in/c/+IohX2XS6sOhhZDRi
ЗАЯВКИ ПРИНИМАЮТСЯ МОМЕНТАЛЬНО”
Thanks to the high frequency of updates (latest data received on 22 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
sudo позволяет пользователям выполнять команды от имени других учётных записей, включая root. Важно ограничить доступ к sudo только для необходимых учётных записей
Возможно, ваша сборка уже сделала это, или у вас уже есть специальная группа, предназначенная для этой цели, поэтому сначала проверьте
Debian создаёт группу sudo. Чтобы просмотреть пользователей, которые входят в эту группу (таким образом, имеют привилегии sudo):
cat /etc/group | grep "sudo"
Выполните следующие шаги:
1. Создайте группу:
sudo groupadd sudousers
2. Добавьте учётную запись(и) в группу:
sudo usermod -a -G sudousers user1
sudo usermod -a -G sudousers user2
sudo usermod -a -G sudousers ...
Вам нужно будет сделать это для каждой учётной записи на вашем сервере, которой нужны привилегии sudo
3. Создайте резервную копию файла конфигурации sudo /etc/sudoers:
sudo cp --archive /etc/sudoers /etc/sudoers-COPY-$(date +"%Y%m%d%H%M%S")
4. Отредактируйте файл конфигурации sudo /etc/sudoers:
sudo visudo
5. Скажите sudo, чтобы только пользователи из группы sudousers могли использовать sudo, добавив эту строку, если её ещё нет:
%sudousers ALL=(ALL:ALL) ALL✅ Умный программист | #руководство
Available now! Telegram Research 2025 — the year's key insights 
