iproute2
ip address show | ip addr show | ip ad sh
sudo apt-get install net-tools
ifconfig
netstat
https://www.runoob.com/linux/linux-tutorial.html
https://www.runoob.com/linux/linux-comm-netstat.html
https://www.runoob.com/linux/linux-comm-ifconfig.html
https://blog.csdn.net/lin252552/article/details/89336899
https://www.linuxidc.com/Linux/2016-05/131749.htm
https://blog.csdn.net/chan_1030261721/article/details/80884163
#
uname -a
cat /proc/version
cat /proc/cpuinfo
cat /proc/meminfo
cat /etc/issue
Debian GNU/Linux 10 \n \l
cat /pro/version
Linux version 4.4.0-18362-Microsoft #476-Microsoft Fri Nov 01 16:53:00 PST 2019
cat /os-release
pretty_name="Debian GNU/Linux 10 (buster)"
cat /etc/os-release
getconf LONG_BIT
lsb_release -a
harddisk:
df-h-t
#
sudo apt-get install hwinfo
https://ywnz.com/linux/5682.html
sudo apt-get install hardinfo sysinfo lshw
dmesg
dmidecode | grep -A4 'System Information'
dmidecode | grep -A5 'System Information'
dmidecode -t system
How To Check System Hardware Manufacturer, Model And Serial Number In Linux | 2DayGeek查看linux服务器的品牌和型号_weixin_34119545的博客-CSDN博客