vault backup: 2024-05-21 09:37:17

This commit is contained in:
2024-05-21 09:37:17 +08:00
parent 86f52f47c2
commit 2be9e4110d
490 changed files with 2 additions and 2 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
```