logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Liquid Cooler Control - Manage Cooling Systems | Online Free DevTools by Hexmos

Control liquid coolers with liquidctl. Monitor temperatures, adjust fan speeds, and optimize cooling performance. Free online tool, no registration required.

liquidctl

Control liquid coolers. More information: https://github.com/liquidctl/liquidctl.

  • List available devices:

liquidctl list

  • Initialize all supported devices:

sudo liquidctl initialize all

  • Print the status of available liquid coolers:

liquidctl status

  • Match a string in product name to pick a device and set its fan speed to 0% at 20°C, 50% at 50°C and 100% at 70°C:

liquidctl --match {{string}} set fan speed {{20 0 50 50 70 100}}