Fork me on GitHub

Organizations

@github @rss
1 results for cpu
  • Rekommendationer: Det kan ta lite längre tid
    images/featured-image.jpg
    Om du vill stänga av en hallon vid en viss temperatur har du kommit rätt. Jag har ett skript som kontrollerar CPU-temperaturen via Crontab: #!/bin/sh # This script reads the Broadcom SoC temperature value and shuts down if it # exceeds a particular value. # 80ºC is the maximum allowed for a Raspberry Pi. # Get the reading from the sensor and strip the non-number parts SENSOR="`/opt/vc/bin/vcgencmd measure_temp | cut -d "=" -f2 | cut -d "'" -f1`" # -gt only deals with whole numbers, so round it.
    bash cpu cron linux maker Created Fri, 14 Feb 2020 00:00:00 +0000