Try to detect hardware equipments/nodes from your network and the software running the computer.
1. arp-scan
will return something like:
- CPU:
less /proc/cpuinfo
- Motherboard:
dmidecode | grep "Base Board Information" -A 15
- Video card:
lspci | grep VGA
- RAM:
free -m | grep ^Mem
dmidecode | grep "Memory Device" -A 15
- HDD:
smartctl -d ata -a -i /dev/sda | less
- OS:
cat /etc/redhat-release
lsb_release -a
- Monitors:
xrandr -q --verbose | grep -w connected
cat /var/log/Xorg.0.log | grep -w Monitor -A 2
- SCSI devices
paul@es5:~ $ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: QEMU Model: QEMU DVD-ROM Rev: 1.5.
Type: CD-ROM ANSI SCSI revision: 05