硬盘检测与维护记录

查看设备与 SMART 信息 首先,查看接入的设备: 1 2 lsblk -o NAME,SIZE,MODEL sudo fdisk -l 查看 SMART 状态:sudo smartctl -a /dev/sdX。 SMART 状态可以交给 AI 辅助分析。 ...

2025-08-18 · 1 分钟 · 385 字 · Carinnan

在 Linux Bash 中使用 HTTP 代理

经常需要在 Linux 命令行中使用代理,大致操作如下。 编辑 /home/user/.bashrc,在其中添加: ...

2023-10-28 · 1 分钟 · 130 字 · Carinnan

Basic Usage of the NTP Service

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. ...

2023-09-19 · 1 分钟 · 96 字 · Carinnan