Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to check cpu temperature ubuntu

sudo apt install psensor
Comment

cpu temp on ubuntu

sudo apt-get install lm-sensors
Comment

read cpu temperature ubuntu

sudo apt update # update repos
sudo apt install lm-sensors # install package
sensors-detect # find available sensors in system
sudo service kmod start # start service
sensors # if you want to get a reading
watch sensors # if you want to continuously read temps
Comment

PREVIOUS NEXT
Code Example
Shell :: read all test in directory golang 
Shell :: install prisma nextjs 
Shell :: macos netcat start listening 
Shell :: rails all path 
Shell :: linux unpack .tar 
Shell :: docker start container 
Shell :: how to delete a folder in github 
Shell :: git clone with different name 
Shell :: heroku error: src refspec master does not match any 
Shell :: bash add all numbers 
Shell :: clean remote branch vscode 
Shell :: rails add gem to gemfile 
Shell :: use file connect ssh 
Shell :: installing gnome 
Shell :: set environment variable powershell 
Shell :: open folder from terminal 
Shell :: how to mount a flash drive in wsl 
Shell :: gitignore exclude folder 
Shell :: gnome shell extensions 
Shell :: install from package.json 
Shell :: install couchdb ubuntu 18.04 
Shell :: git remove from history 
Shell :: change default branch on git 
Shell :: adobe reader for ubuntu 20.04 
Shell :: sed up to first match 
Shell :: install wordpress ubuntu 
Shell :: material ui npm 
Shell :: tar archive all files in directory 
Shell :: working fork linux c compiler 
Shell :: debian install iwconfig 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =