Update README.md

This commit is contained in:
2024-03-07 18:21:49 +00:00
parent c66d7bd652
commit f240bd221d

View File

@@ -390,10 +390,23 @@ gio mount -u smb://server/share
## btop
### Setup
#### Debian & Ubuntu
```bash
apt update && apt install btop -y
```
## lspci
Displays information about each PCI bus on your system. This includes information about the devices connected to the PCI subsystem.
lspci [options]
| Option |Description |
|--------|----------------------------------------------------|
| -v | Verbose |
```
lspci -v
```