Linux Tip: Figure out if your install is 32 or 64 bit – uname

I can never remember what version of Linux I am running. It’s a pain if you are doing installs and faced with a few different versions of software. And I’m a developer, not an escalator dammit. Just use the uname -a command and here’s how you can figure it out: user@ubuntu:~$ uname -a Linux ubuntu […]