Friday, July 15, 2011

Setting up sensors in linux

Just install lm-sensors with this command:

sudo apt-get install lm-sensors


after installation use this command to get the status of the cpu:

sensors

Friday, July 8, 2011

Changing brightness from ubuntu terminal

Try this command:

setpci -s 00:02.0 F4.B=10

value of F4.B can be changed (my limit is 99)