Pre Merge pull request !415 from DSOE1024/dev-faq

This commit is contained in:
DSOE1024 2025-05-23 03:39:29 +00:00 committed by Gitee
commit 0519d97365
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 14 additions and 0 deletions

View File

@ -243,3 +243,17 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
sudo passwd root
```
注意事项请牢记root密码并不要轻易向他人透露root密码在root用户下操作需谨慎
## 更改系统默认终端
- Q: 如何更改系统默认终端
- A: 可以执行以下命令
```bash
sudo update-alternatives --config x-terminal-emulator
```
按照提示,选择对应的终端即可
![输入图片说明](./assets/更改默认终端.png)

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB