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

kubernetes-installation-ubuntu

How to install Kubernetes in Ubuntu 20.04 LTS Server

Ubuntu 20.04 Download What You’ll Need At least four VM on Proxmox ———— Command for ALL VM’s ——————– ———————Step – […]

Nested Virtualization

Proxmox Nested Virtualization

What is it?Nested virtualization is when you run a hypervisor, like PVE or others, inside a virtual machine (which is […]

Git Command

Git Repository Commands

Contents1 Basic GIT Commands2 Intermediate GIT Commands3 Advanced Commands4 How to do git checkout? Basic GIT Commands git config –global […]