mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add others
get NIC information
This commit is contained in:
parent
18d0c842ae
commit
3e87339464
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user