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 :: docker switch to linux containers command line 
Shell :: gitlab reconfigure 
Shell :: how to force push to heroku 
Shell :: set git pull rebase default 
Shell :: git create empty branch 
Shell :: cmake openssl linux 
Shell :: Failed to load module "appmenu-gtk-module" 
Shell :: powershell for loop 
Shell :: git download all submodules 
Shell :: git reset amend 
Shell :: git get current commit hash 
Shell :: install vinagre ubuntu 
Shell :: Unable to lock directory /var/lib/apt/lists/ 
Shell :: install openjdk 8 debian 10 
Shell :: find skip permission denied messages 
Shell :: make shell script executable 
Shell :: install classnames 
Shell :: write command docker without need write sudo 
Shell :: ag ignore node_modules 
Shell :: how to check eigen version 
Shell :: cmd code for downloading git in windows 
Shell :: composer install drupal drush 
Shell :: zip full folder ubuntu 
Shell :: install git win terminal 
Shell :: how to check what version of cmake installed 
Shell :: create a script that counts the number of directories in the path. 
Shell :: wifi adapter not detected ubuntu 
Shell :: autoclicker linux 
Shell :: grep text in files 
Shell :: bash curl weather report 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =