cat /etc/squid/squid.conf | sed '/ *#/d; /^ *$/d'
Different ways of checking Linux Server Age
tune2fs -l /dev/sda1 | grep created
ls -alct /root
ls -alp /etc/ssh/ssh_host_dsa_key.pub | cut -d " " -f6
rpm -qi basesystem | grep "Install Date"