mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-16 21:18:23 +00:00
add others
get NIC information
This commit is contained in:
parent
18d0c842ae
commit
3e87339464
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue