What do you need:
1 file to download
To start download the file
And save them on your computer.
(in text mode) Type
tar xvfz diskinfo-en.tar.gz or tar xvfz diskinfo-nl.tar.gz
Copy the map diskinfo to your www homepage directorie
Type the link to your homepage www.my.homepage.nl/diskinfo to see it working.
|
|
| 1- |
I don't see any temps(left on the screen) on the screen?
Are you sure that you have installed hddtemp?
|
| 2- |
Yes i have install hddtemp but i steel don't see any temps on the left of the screen?
Find file hddtemp (whereis hddtemp) it can be a /usr/sbin/hddtemp see if the chmod is (106755)
To get the chmod of 106755 or rwsr-s-rx type:
cd /usr/sbin (or the path where hddtemp is)
chmod 755 ./hddtemp
chmod u+rws ./hddtemp
chmod g+rs ./hddtemp
make a symlink to /bin
|
|