Raspberry Pi vital statistics

I have a few RPis on my desk but I had no idea what version they were. I ran these commands to find out:

$ cat /proc/cpuinfo | grep Model
$ free -h
$ lsb_release -a
$ ip a

Leave a Reply