__ _ _
___ _ __ _ _ / _|_ __ ___ __ _ ___| |__ ___ ___| | __
/ __| '_ \| | | | |_| '__/ _ \/ _` |_____ / __| '_ \ / _ \/ __| |/ /
| (__| |_) | |_| | _| | | __/ (_| |_____| (__| | | | __/ (__| <
\___| .__/ \__,_|_| |_| \___|\__, | \___|_| |_|\___|\___|_|\_\
|_| |_|
This is just looped cpufreq-info program from cpufrequtils package which I made just for convenience. Designed to receive updated information about the state of the CPU and it's cores
- 💻 PC: Linux (Ubuntu-based; 12.04 and higher; Maybe just sudo and apt-based, i don't know)
Step by step:
sudo apt-get update
sudo apt-get install -y git
git clone https://github.com/ddan9/cpufreq-check
bash cpufreq-check/install.sh
sudo cpufreq-check
Or by one command:
- sudo apt-get update && sudo apt-get install -y git && git clone https://github.com/ddan9/cpufreq-check && bash cpufreq-check/install.sh && sudo cpufreq-check
By one command:
- bash .cpufreq-check/remove.sh
bash (Maybe something else, i don't know)
cpufrequtils package
git
git clone https://github.com/ddan9/cpufreq-check into $HOME
cp cpufreq-check/cpufreq-check /usr/bin/cpufreq-check (Or into another similar directory)
chmod +x /usr/bin/cpufreq-check
mv cpufreq-check ./.cpufreq-check
Creator of cpufrequtils package: https://www.brodo.de/ 👈
Creator of script: https://ddan9.github.io 👈
Это просто зацикленная программа cpufreq-info из пакета cpufrequtils, которую я сделал просто для удобства. Предназначена для получения обновляемой информации о состоянии ЦПУ и его ядер
- 💻 ПК: Линукс (Убунту-подобный; 12.04 и выше; Либо просто sudo и apt-based, точно не знаю)
Шаг за шагом:
sudo apt-get update
sudo apt-get install -y git
git clone https://github.com/ddan9/cpufreq-check
bash cpufreq-check/install.sh
sudo cpufreq-check
Или одной командой:
- sudo apt-get update && sudo apt-get install -y git && git clone https://github.com/ddan9/cpufreq-check && bash cpufreq-check/install.sh && sudo cpufreq-check
Одной командой:
- bash .cpufreq-check/remove.sh
bash (Может что-то другое, точно не знаю)
пакет cpufrequtils
git
git clone https://github.com/ddan9/cpufreq-check в вашу $HOME
cp cpufreq-check/cpufreq-check /usr/bin/cpufreq-check (Либо в другую подобную директорию)
chmod +x /usr/bin/cpufreq-check
mv cpufreq-check ./.cpufreq-check
Создатель пакета cpufrequtils: https://www.brodo.de/ 👈
Создатель скрипта: https://ddan9.github.io 👈