Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check cpu temp linux

watch -n 2 sensors
Comment

linux get cpu temperature

awk '{ printf "%.f degrees Celsius
",  $0 / 1000.0 }' /sys/class/thermal/thermal_zone*/temp
Comment

how to check temperature of cpu linux

cat /sys/class/thermal/thermal_zone*/temp
Comment

PREVIOUS NEXT
Code Example
Shell :: terminal how to find a directory 
Shell :: git config --global remove 
Shell :: remove all stopped containers 
Shell :: docker remove all images with name <none 
Shell :: replace ionic-angular @ionic/angular 
Shell :: how to install firefox in kali linux 
Shell :: docker stop all containers 
Shell :: apply stash 
Shell :: latex markdown github 
Shell :: Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs 
Shell :: modify an existing singularity container 
Shell :: pgdmp file 
Shell :: move huge number of files from local to hdfs 
Shell :: command not found: gradlew.bat 
Shell :: linux convert files in folder 
Shell :: ubuntu zip folder 
Shell :: mass uninstall packages django 
Shell :: bastighg 
Shell :: add webhook to all github repos 
Shell :: bash how to find folder 
Shell :: E: Unable to locate package mongodb-org 
Shell :: git fetch prune 
Shell :: search installed packages fedora 
Shell :: ngxcountup 
Shell :: upgrade scipy version 
Shell :: git remove directory from tracking 
Shell :: fetch all branches 
Shell :: powershell progress bar 
Shell :: install pip3.9 
Shell :: rpm fusion repo install fedora 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =