diff --git a/05. 資料收集/Linux/00. 重灌基本步驟.md b/05. 資料收集/Linux/00. 重灌基本步驟.md new file mode 100644 index 0000000..2eaba93 --- /dev/null +++ b/05. 資料收集/Linux/00. 重灌基本步驟.md @@ -0,0 +1,11 @@ +```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. \ No newline at end of file diff --git a/05. 資料收集/Linux/_00. 重灌基本步驟.md b/05. 資料收集/Linux/_00. 重灌基本步驟.md deleted file mode 100644 index 40a8aa9..0000000 --- a/05. 資料收集/Linux/_00. 重灌基本步驟.md +++ /dev/null @@ -1,3 +0,0 @@ -```bash -sudo apt update; sudo apt install -y cifs-utils lm-sensors -``` \ No newline at end of file