Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -390,10 +390,23 @@ gio mount -u smb://server/share
|
|||||||
|
|
||||||
## btop
|
## btop
|
||||||
|
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
#### Debian & Ubuntu
|
#### Debian & Ubuntu
|
||||||
```bash
|
```bash
|
||||||
apt update && apt install btop -y
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user