激光联动控制完成
This commit is contained in:
11
todo.md
11
todo.md
@@ -3,10 +3,15 @@
|
||||
### ubuntu 24 开机慢优化
|
||||
|
||||
```bash
|
||||
# 在 systemd-networkd-wait-online.service Service 加入 TImeoutStartSec=2sec
|
||||
# 在 systemd-networkd-wait-online.service Service 加入 TimeoutStartSec=2sec
|
||||
sudo vim /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
|
||||
```
|
||||
|
||||
### 配置时区
|
||||
```bash
|
||||
sudo timedatectl set-timezone Asia/Shanghai
|
||||
```
|
||||
|
||||
## linux 下播放音频
|
||||
|
||||
```bash
|
||||
@@ -167,4 +172,6 @@ exec --no-startup-id ungoogled-chromium --kiosk --disable-extensions --disable-t
|
||||
|
||||
### 设置系统默认音量
|
||||
|
||||
`alsamixer` `sudo alsactl store`
|
||||
输入命令 `alsamixer` 进入音量控制界面,调节 `master` 后,按 `esc` 退出
|
||||
|
||||
然后输入 `sudo alsactl store` 保存音量设置
|
||||
|
||||
Reference in New Issue
Block a user