Fork me on GitHub

Organizations

@github @rss
2 results for cron
  • 难度等级: 可能需要更长的时间
    images/featured-image.jpg
    如果你想在某个温度下关闭树莓,那么你就来对地方了。我有一个脚本,通过Crontab检查CPU温度。 #!/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. TEMP="`/usr/bin/printf "%.
    bash cpu cron linux maker Created Fri, 14 Feb 2020 00:00:00 +0000
  • 难度等级: 人人可做
    你想在Synology NAS中设置自动任务吗?请点击 “控制面板 “中的 “任务调度器”。 设定的时间和重复次数 在 “任务规划器 “中,可以创建新的 “任务”,即准cron作业。时间和重复次数在此设定。 脚本 目标脚本存储在 “任务设置 “下。在我的案例中,创建了一个压缩档案。你应该自己测试这个功能。
    synology diskstation task cronjob cron Created Thu, 13 Feb 2020 00:00:00 +0000