How to Limit the application CPU usage in Linux (CPUlimit)

CPULimit is a simple program to limit the CPU usage of certain application in Linux. It’s reside in the Ubuntu repositories by default. We can install it by issue the following command in Ubuntu sudo apt-get install cpulimit Output mkyong@mkyong:~$ sudo apt-get install cpulimit [sudo] password for mkyong: Reading package lists… Done Building dependency tree …

Read more

How to check the CPU temperature ?

Often time , i like to know my computer, motherboard or CPU temperature. It’s will be better if some utility tools provide the functionality to show all my processors or CPU temperature ~ Here is the two free tools that i used to check my CPU temperature Core Temp Software Name : Core Temp Website …

Read more