硬盘检测与维护记录
查看设备与 SMART 信息 首先,查看接入的设备: 1 2 lsblk -o NAME,SIZE,MODEL sudo fdisk -l 查看 SMART 状态:sudo smartctl -a /dev/sdX。 SMART 状态可以交给 AI 辅助分析。 ...
查看设备与 SMART 信息 首先,查看接入的设备: 1 2 lsblk -o NAME,SIZE,MODEL sudo fdisk -l 查看 SMART 状态:sudo smartctl -a /dev/sdX。 SMART 状态可以交给 AI 辅助分析。 ...
经常需要在 Linux 命令行中使用代理,大致操作如下。 编辑 /home/user/.bashrc,在其中添加: ...
I recently installed openSUSE on my ThinkPad X1 Tablet for daily use. By the way, Windows runs terribly on it. I noticed that the system time was incorrect, so I tried to fix it by installing the NTP service and running a manual synchronization. ...