mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 22:42:53 +08:00
更新文案描述
This commit is contained in:
+6
-12
@@ -279,10 +279,10 @@ $ sudo systemctl status systemd-timesyncd.service
|
||||
CGroup: /system.slice/systemd-timesyncd.service
|
||||
└─4540 /usr/lib/systemd/systemd-timesyncd
|
||||
|
||||
Aug 27 17:03:12 DNST01 systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization...
|
||||
Aug 27 17:03:13 DNST01 systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization.
|
||||
Aug 27 17:03:13 DNST01 systemd-timesyncd[4540]: Contacted time server 203.107.6.88:123 (ntp.aliyun.com).
|
||||
Aug 27 17:03:13 DNST01 systemd-timesyncd[4540]: Initial clock synchronization to Wed 2025-08-27 17:03:13.200663 CST.
|
||||
Aug 27 17:03:12 TPL01 systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization...
|
||||
Aug 27 17:03:13 TPL01 systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization.
|
||||
Aug 27 17:03:13 TPL01 systemd-timesyncd[4540]: Contacted time server 203.107.6.88:123 (ntp.aliyun.com).
|
||||
Aug 27 17:03:13 TPL01 systemd-timesyncd[4540]: Initial clock synchronization to Wed 2025-08-27 17:03:13.200663 CST.
|
||||
```
|
||||
|
||||
### 1.8.配置自动更新
|
||||
@@ -420,20 +420,14 @@ $ sudo bash -c 'apt clean && apt autoclean && apt autoremove --purge'
|
||||
## 清理系统缓存
|
||||
$ sudo bash -c 'find /var/cache/apt/ /var/lib/apt/lists/ /tmp/ -type f -print -delete'
|
||||
|
||||
## 清理 SmartDNS 缓存(按需)
|
||||
$ sudo bash -c 'find /var/cache/smartdns/ /var/lib/smartdns/ -type f -print -delete'
|
||||
|
||||
## 重置机器标识符
|
||||
$ sudo truncate -s 0 /etc/machine-id /var/lib/dbus/machine-id
|
||||
|
||||
## 清理系统日志
|
||||
$ sudo bash -c 'find /var/log/ -type f -print -delete'
|
||||
|
||||
## 清理命令历史记录文件
|
||||
$ rm -rvf ~/.bash_history ~/.zsh_history ~/.zcompdump* && history -c
|
||||
|
||||
## 关闭系统
|
||||
$ sudo shutdown now
|
||||
## 清理命令历史记录文件并关闭系统
|
||||
$ rm -rvf ~/.bash_history ~/.zsh_history ~/.zcompdump* && history -c && sudo shutdown now
|
||||
```
|
||||
|
||||
## 2.虚拟机转为模板
|
||||
|
||||
Reference in New Issue
Block a user