#!/bin/sh cat < Slackware Linux You are Slackware Linux. You are the brightest among your peers, but are often mistaken as insane.  Your elegant solutions to problems often take a little longer, but require much less effort to complete.

My computer geek score is 
greater than 85% of all people in the world! How do you compare? Click here to find out!

Which World of Warcraft 
Class Are You? Quiz

Which TF2 Class Are 
You? Quiz

Fight my brute: http://higuita7.mybrute.com

Today this server is:

EOF

(
/bin/echo -n "########### "
/bin/date
/bin/hostname 
/bin/cat /etc/slackware-version
/bin/uname -a 
/bin/echo -n "CPU: "
/bin/fgrep "model name" /proc/cpuinfo | /bin/sed 's/^.*: //g' | /bin/uniq
/bin/echo -n "BogoMIPS: "
/bin/fgrep "bogomips"   /proc/cpuinfo | /bin/sed 's/^.*: //g' | /bin/uniq
/bin/fgrep "MemTotal"   /proc/meminfo | /bin/sed 's/ \+/ /g'  | /bin/uniq
) >> /home/higuita/public_html/machines/$HOSTNAME

/usr/bin/tail -6  /home/higuita/public_html/machines/$HOSTNAME
/bin/cat <

yes, this can change, build on machine change with server.txt EOF