Skip to content

Commit

Permalink
Добавлено: Центр Мониторинга Системы
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderShad committed Feb 14, 2024
1 parent cdb8d65 commit 3d206cf
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const docs = [
{ text: 'WPS Office', link: '/wps-office' },
{ text: 'XLSCLIENTS', link: '/xlsclients' },
{ text: 'Xmind', link: '/xmind' },
{ text: 'Центр мониторинга системы', link: '/system-monitoring-center' },
{ text: 'Яндекс Браузер', link: '/yandex-browser' },
{ text: 'Zoom', link: '/zoom' },
{ text: 'Zsh', link: '/zsh' },
Expand Down
33 changes: 33 additions & 0 deletions docs/apps/system-monitoring-center.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Центр мониторинга системы

Центр мониторинга системы — это многофункциональный системный монитор для отслеживания использования системных ресурсов, процессов, пользователей, сервисов и другое. Контролируйте использование своей операционной системы.

![system-monitoring-center](/system-monitoring-center/system-monitoring-center.png)


## Установка из репозитория

**Центр мониторинга системы** можно установить любым привычным и удобным способом:


**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install system-monitoring-center
```
```shell[epm]
epm -i system-monitoring-center
```
:::

## Установка c помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **Центр мониторинга системы** одной командой:

```shell
flatpak install flathub io.github.hakandundar34coding.system-monitoring-center
```
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d206cf

Please sign in to comment.