Compare commits

...

2 Commits

Author SHA1 Message Date
73d73aa18c vault backup: 2024-03-30 00:10:31 2024-03-30 00:10:31 +08:00
1c073047e7 vault backup: 2024-03-30 00:06:46 2024-03-30 00:06:46 +08:00
2 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
```bash
sudo apt update; sudo apt install -y cifs-utils lm-sensors
```
1. 修正時區
2. 掛載 smb
3. 掛載 lvm
4. 設定 journalctl size
5. 設定 crontab
6. 啟動所有 docker
7. 掛載mod [[開機自動掛載模組modprobe nct6683]]
8. 設定 `sudo sensors-detect`

View File

@@ -1,3 +0,0 @@
```bash
sudo apt update; sudo apt install -y cifs-utils lm-sensors
```