To monitor temperature of CPU, I'm using panel's item called "Computer Temperature Monitor"
To get it use this command
sudo apt-get install computertemp
then you have to add it to you panel by right-click at a panel, select Add to Panel. Then search with word "temp". There, that's your item to add
Showing posts with label cpu. Show all posts
Showing posts with label cpu. Show all posts
Monday, January 19, 2009
Subscribe to:
Posts (Atom)
Collectd PostgreSQL Plugin
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresq...
-
sudo su postgres supply your Mac password modify /Library/PostgreSQL/9.x/data/pg_hba.conf from local all all md5 to local all all ...
-
This error occurs when you or some of your vim plugins try to access register '*' which is a system clipboard. In default Mac OSX vi...
-
Print some ANSI characters (print (str (char 27) "[2J")) ; clear screen (print (str (char 27) "[;H")) ; move cursor to...