vault backup: 2025-08-20 14:35:48

Affected files:
Too many files to list
This commit is contained in:
2025-08-20 14:35:48 +08:00
parent 1d09289423
commit afeb207be2
148 changed files with 13360 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
```bash
sudo apt update; sudo apt install -y cifs-utils lm-sensors
```
1. 安裝必須的套件
2. 修正時區
3. `mkdir ~/log`
4. 掛載 smb
5. 掛載 lvm
6. 設定 journalctl size
7. 設定 crontab
9. 啟動所有 docker
10. 掛載mod [[開機自動掛載模組modprobe nct6683]]
11. 設定 `sudo sensors-detect`
```shell
sudo apt update; sudo apt install -y cifs-utils lm-sensors
sudo timedatectl set-timezone Asia/Taipei
mkdir ~/log
```