mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added KB page about sensors and temperature checking
This commit is contained in:
20
knowledge base/nvme-cli.md
Normal file
20
knowledge base/nvme-cli.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Nvme-cli
|
||||
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Installation.
|
||||
sudo apt install nvme-cli
|
||||
|
||||
# List available devices.
|
||||
sudo nvme list
|
||||
|
||||
# Show data about devices.
|
||||
sudo nvme smart-log /dev/nvme0
|
||||
```
|
||||
|
||||
## Sources
|
||||
|
||||
- [How to check CPU temperature on Ubuntu Linux]
|
||||
|
||||
[how to check cpu temperature on ubuntu linux]: https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux/
|
||||
Reference in New Issue
Block a user