Funny thing happened today. I got really surprised that using CTRL + F keyboard short-cut executed xterm.
Then I realized that I installed xbindkeys recently…
Categories
Funny thing happened today. I got really surprised that using CTRL + F keyboard short-cut executed xterm.
Then I realized that I installed xbindkeys recently…
Install lm-sensors package:
$ sudo apt-get install lm-sensors
Execute sensors-detect command as root:
$ sudo sensors-detect
It will determine needed modules and at the end it will ask for your permission to automatically add them to the /etc/modprobe file. If you answered yes then load them using command:
$ sudo service module-init-tools start
Now you can use sensors command:
$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +44.0°C (crit = +100.0°C)
temp2: +44.0°C (crit = +100.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +45.0°C (high = +86.0°C, crit = +100.0°C)
Core 0: +45.0°C (high = +86.0°C, crit = +100.0°C)
Core 1: +44.0°C (high = +86.0°C, crit = +100.0°C)
If you downloaded *.deb
package and wonder how to install it then just look at the snippet posted below.
I am using ASUS 1005HA for light web browsing, but recently I experienced CPU fan failure. It’s hard to get a new fan when most people celebrate Christmas. Hopefully, there is a solution that will give me some time.
The easiest way to check Ubuntu release is to use lsb_release
command.
Install LibreOffice in Ubuntu.