Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 777 Bytes

new_server.md

File metadata and controls

48 lines (30 loc) · 777 Bytes

Linux new machine hardware information

uname -a

Machine Hardware Architecture

uname --m

Hardware Information with lshw

sudo lshw

Short Summary

lshw -short

CPU Information with lscpu

lscpu

lscpu

Block Device Information with lsblk

lsblk

lsblk

USB Device Information with lsusb

lsusb

lsusb

Disk information Human readable

df -h

df-h

Check Network card information

lspci | grep -i 'eth'

Short summary

lshw -short

short_summary

Find out the IP address

ip addr

Command to get complete Linux OS Info

cat /etc/os-release

os_info