| Command | Function |
|---|---|
| raspi-config | easy configuration for alot of things |
| cat /sys/firmware/devicetree/base/model | shows the Raspberrymodel |
| cat /proc/device-tree/model | same as above |
| cpu=$(</sys/class/thermal/thermal_zone0/temp) | echo "$((cpu/1000))°c" | shows CPU temperature in celsius |