Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sepero/temp-throttle
A shell script for throttling system CPU frequency based on a desired maximum temperature
https://github.com/Sepero/temp-throttle
Last synced: 3 months ago
JSON representation
A shell script for throttling system CPU frequency based on a desired maximum temperature
- Host: GitHub
- URL: https://github.com/Sepero/temp-throttle
- Owner: Sepero
- License: other
- Created: 2013-02-01T05:22:58.000Z (almost 12 years ago)
- Default Branch: stable
- Last Pushed: 2024-01-19T09:33:29.000Z (10 months ago)
- Last Synced: 2024-01-30T07:00:27.902Z (10 months ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 229
- Watchers: 27
- Forks: 64
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
temp-throttle
=============Linux shell script for throttling system CPU frequency based on a desired
maximum temperature (celsius).Set a maximum temperature for your system using this script. If the maximum
temperature is exceeded, the script will limit the speed of your CPU cores
incrementally until the system is again below your desired maximum temperature.
(If your system remains above maximum temperature after completely limiting
your CPU cores, it will simply stay limited until temperatures drop below the
maximum desired.)This script must be run with root privileges. Only Celsius temperatures
are supported. The configuration file is expected to be at
/etc/temp-throttle.confsudo ./temp-throttle
Configuration file may be given eith the -c argument.
sudo ./temp-throttle -c ./etc/temp-throttle.conf
More Instructions= see the included sample configuration file. Also see here:
http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.html$ MONERO DONATIONS $
44xdpakBFpEdSkxFnasyjvK46njiuiKxfMwR2sK6dwHZ5RsKi1iYbp81Dk9uQwzztHDHbTyBGVpMWAvSCZE9uvNEMfnqfbJOther Crypto Currencies can easily and anonymously be converted to Monero at
any of the following sites:
https://exch.cx/
http://coinswap.click/
http://boltz.exchange/
https://secureshift.ioAuthor: Sepero (sepero 111 @ gmx . com)
Links: http://github.com/Sepero/temp-throttle/
Links: http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.htmlLicense: GNU GPL 2.0