This is a recipe to find out the operating temperature of your Raspberry Pi.
On the command line type after the '%' prompt:
{{{
% vcgencmd measure_temp
}}}
It will return with the temperature, e.g.:
{{{
temp=47.2'C
}}}
----
[{Tag Recipe RaspberryPi}]