add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/linux/hwinfo.md Normal file
View File

@@ -0,0 +1,24 @@
# hwinfo
> 探测系统中存在的硬件。
> 更多信息:<https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>。
- 获取显卡信息:
`hwinfo --gfxcard`
- 获取网络设备信息:
`hwinfo --network`
- 列出磁盘和光驱,简化输出:
`hwinfo --short --disk --cdrom`
- 将所有硬件信息写入文件:
`hwinfo --all --log {{path/to/file}}`
- 显示帮助信息:
`hwinfo --help`