little fixes

This commit is contained in:
2023-12-26 04:34:28 +06:00
parent 502633a0d5
commit 299a17db96
25 changed files with 113 additions and 49 deletions

View File

@ -5,12 +5,12 @@ description: Небольшая памятка
tags: [linux, astra]
---
## Установка пакета fly
```bash
```shell
apt install fly-all-main
```
## Загрузка ОС с GUI по-умолчанию
```bash
```shell
systemctl set-default graphical.target
```
@ -22,6 +22,6 @@ systemctl get-default
```
### Вернуть загрузку ОС с CLI
```bash
```shell
systemctl set-default multi-user.target
```