find info

check distribution version
cat /etc/*release

check memory
free -h

check cpu
cat /proc/cpuinfo | grep "model name" | uniq
cat /proc/cpuinfo | grep processor | wc -l

check dns
cat /etc/resolv.conf

X