I needed to quickly get some specs on a cluster of RedHat linux boxes that were running a Ruby on Rails project our company is enhancing for a client. While this is far from a comprehensive list, running the following commands gave me useful information about the server, linux os, etc.
Server Info:
cat /proc/cpuinfo
OS Info:
cat /etc/redhat-release
OS Architecture (32 v. 64):
uname -a
RAM:
free or grep -i memtotal /proc/meminfo
Disk Space:
df -h
Public IP:
curl checkip.dyndns.org
Private IP:
/sbin/ifconfig | grep ‘inet addr’
Hostname:
cat /etc/sysconfig/network
Mapped Hosts:
cat /etc/hosts


First and foremost, I am a husband to the most incredible woman alive, a father of four amazing children and in general, I love being alive.