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 :: 7zip command line 
Shell :: getopts without argument 
Shell :: docker compose plugin 
Shell :: loop over array of strings bash 
Shell :: merge remote commits to local then push 
Shell :: see unpushed commits 
Shell :: httpd ssl docker 
Shell :: add your SSH key to the ssh-agent. 
Shell :: concatenate strings batch 
Shell :: localhost run 
Shell :: install sqlite browser 
Shell :: instal curl via yum 
Shell :: install next.js 
Shell :: YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ 
Shell :: how to create tag in git 
Shell :: tinymce django install 
Shell :: git rename file 
Shell :: install redux npm 
Shell :: nvm use globally 
Shell :: error TS1056 
Shell :: kubectl create namespace 
Shell :: chrome download for linux 
Shell :: debian full install qt5 
Shell :: how to remove all space in file 
Shell :: redwood start prisma studio 
Shell :: delete pid port 
Shell :: push local branch to remote 
Shell :: install scala using brew 
Shell :: compdef command not found 
Shell :: git clone specific branch only 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =