-

Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:00, 10 December 2023 94.32.245.7 talk performed unknown action "comments/add" on XScript (I had the same error. I'm italian too and we use the comma as separator for decimals. The solution is to modify x-c1-fan.sh file. I have done as follow: 1) Type in terminal cd ~/xscript sudo nano x-c1-fan-sh 2) Modify function get_temp { RAW_TEMP="$(cat /sys/class/thermal/thermal_zone0/temp)" TEMP="$(awk -v temp="$RAW_TEMP" 'BEGIN { printf "%0.2f", temp / 1000; exit(0) }')" echo "$TEMP" } with this function get_temp { RAW_TEMP="$(cat /sys/cl...)