[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

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!

Comments are closed.