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 :: display ip address linux 
Shell :: install mysql linux mint 
Shell :: docker wordpress plugins permissions 
Shell :: ubuntu install libc6-dev-i386 
Shell :: dev/kvm device permission denied 
Shell :: install xmake 
Shell :: git log oneline graph 
Shell :: get current timestamp shell 
Shell :: add env variable mac zsh 
Shell :: bash if is number 
Shell :: traceroute ubuntu command 
Shell :: linux give permission to directory 
Shell :: install jupyter notebbok in pip 
Shell :: debian show installed packages 
Shell :: bash remove duplicate lines from a file 
Shell :: Run emulator with terminal 
Shell :: du -sh sort size 
Shell :: how to remove a package in laravel 8 
Shell :: install curl mac 
Shell :: git init at wrong folder 
Shell :: bash for-schleife 1 bis 10 
Shell :: how to push code on bitbucket 
Shell :: docker-compose install in centos 7 
Shell :: sudo amazon-linux-extras install 
Shell :: powershell upgrade 
Shell :: mac find application using port 
Shell :: git change branch name 
Shell :: linux see remaining disk space 
Shell :: conda install cufflinks 
Shell :: delete file older linux find 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =