How to resolve CPU Overheating
Check-CPU-temp

How to resolve CPU Overheating

IF YOU ARE FACING OVERHEATING PROBLEM OF UBUNTU RUN BELOW COMMANDS TO YOUR TERMINAL

Step 1:- sudo add-apt-repository ppa:linrunner/tlp
Step 2:- sudo apt-get update
Step 3:- sudo apt-get install tlp tlp-rdw
Step 4:- sudo tlp start
Step 5:- sudo apt-get install indicator-cpufreq
Step 6:- sudo apt-get install thermald

Monitor hardware temperature (Install psensor)

Step 1:- sudo apt-get install lm-sensors hddtemp
Step 2:- sudo sensors-detect
Step 3:- sudo apt-get install psensor



Key Terms:

  • resolve CPU Overheating

Related Article

Linux File & Folder

Linux File/Folder Permissions

sudo chmod -R 777 [Path:/media/folder/files] Explained Command: SuperUserDo ChangeMode -Recursively OwnerGroupUser [Path of File or Directory or Drive] Every file […]

install-jenkins-ubuntu

How to Install Jenkins on Ubuntu 22.04 or 20.04 Linux

Learn the steps and commands to install Jenkins software on Ubuntu 22.04 LTS Jammy JellyFish or 20.04 Focal Fossa Linux […]

dpkg command in linux

DPKG as Package Manger in Debian based Linux distributions

Debian Linux and other Debian based Linux distributions, such as Ubuntu and Linux Mint, use dpkg as a package manager. […]