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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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