What kind of linux am I using?
Since I am running multiple machines (excuses, excuses) and I use automated installation and update, I always forget what my kernel architecture and versions that I am running. So here is a couple of very useful commands for Red Hat and Fedora machines:
Kernel Architecture
rpm -q --qf '%{ARCH}\n' kernel
Kernel Version
uname -r
I am using arch i686 and version 2.4.20-27.9. A-ha!
