Cool RPi Commands#

Get an executive summary of your Raspberry Shake (Coming Soon!):

$ myshake

How to tell what temperature your RPi is running at (45-55 C is totally normal):

$ vcgencmd measure_temp

Note

This information is now provided at the Raspberry Shake’s webpage at http://rs.local/.

How to tell what RPi you are running on:

$ cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//'

Note

This information is now provided at the Raspberry Shake’s webpage at http://rs.local/.

Our SD card base image is made for 8 Gb SD cards. You can resize it for a bigger SD card using:

$ sudo raspi-config

Have another suggestion? Share it on the Raspberry Shake Forum.