add others

get NIC information
This commit is contained in:
onceupon
2018-02-07 18:23:31 +08:00
committed by GitHub
parent 18d0c842ae
commit 3e87339464

View File

@ -2217,9 +2217,13 @@ killall pulseaudio
```bash ```bash
sudo dmidecode -t memory sudo dmidecode -t memory
``` ```
##### lists information about SCSI devices in Linux ##### lists information about SCSI devices
```bash ```bash
lsscsi lsscsi
```
##### lists information about NIC
```bash
lsscsi|grep -i 'ethernet'
``` ```
##### Tutorial for setting up your own DNS server ##### Tutorial for setting up your own DNS server