Skip to content

Commit

Permalink
Обновлено: node, nvidia, opemweather, удаленный рабочий стол
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Nov 11, 2023
1 parent 95f6124 commit 3a00d4c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default defineConfig({
{ text: 'Codium', link: '/codium' },
{ text: 'Console', link: '/console' },
{ text: 'Drawing', link: '/drawing' },
{ text: 'Docker', link: '/docker' },
{ text: 'Eog', link: '/eog' },
{ text: 'Epm', link: '/epm' },
{ text: 'Evince', link: '/evince' },
Expand Down Expand Up @@ -131,7 +132,7 @@ export default defineConfig({
{ text: 'Xmind', link: '/xmind'},
{ text: 'Яндекс Браузер', link: '/yandex-browser' },
{ text: 'Zsh', link: '/zsh' },
{ text: 'Стрим', link: '/hello' }

],
collapsed: true
},
Expand Down
6 changes: 5 additions & 1 deletion docs/gnome-remote-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@

## Установка из репозитория
::: code-group
```shell
```shell[apt-get]
su -
apt-get update
apt-get install gnome-remote-desktop
```
```shell[apt-get]
su -
epm -i gnome-remote-desktop
```
:::

## Настройка
Expand Down
4 changes: 2 additions & 2 deletions docs/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Node.js - асинхронное событийное JavaScript-окружен
```shell[apt-get]
su -
apt-get update
apt-get install nodejs npm
apt-get install node npm
```
```shell[epm]
epm -i nodejs npm
epm -i node npm
```
:::
2 changes: 2 additions & 0 deletions docs/nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ make-initrd
Закрытый драйвер Nvidia поддерживает GBM, Wayland и аппаратное ускорение с помощью XWayland, начиная с драйвера серии 470.x
:::

Для каждого графического устройства NVIDIA существует свой диапозон поддерживаемых драйверов, конкретную информацию вы можете узнать на сайте производителя [Загрузка драйверов NVIDIA](https://www.nvidia.com/Download/Index.Aspx?lang=ru)

```shell
su -
mcedit /etc/sysconfig/grub2
Expand Down
4 changes: 4 additions & 0 deletions docs/openweather.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Open Weather
Расширение GNOME Shell добавляющее пункт прогноза погоды в верхнем док меню.

:::warning
Расширение Open Weather не совместимо с GNOME 45
:::

![Демонстрация интерфейса open weather](./public/openweather/openweather.png)

## Установка Open Weather из GNOME Shell Extensions <Badge type="info" text="GNOME Shell Extensions" />
Expand Down

0 comments on commit 3a00d4c

Please sign in to comment.