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