PhpSysInfo: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: [http://phpsysinfo.sourceforge.net/ phpSysInfo] is a PHP script that displays information about the host being accessed. It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, E...)
 
No edit summary
Line 13: Line 13:
</pre>
</pre>


Now all you need to do is from a WEB browser type in your servers IP address or FQDN followed by /phpsysinfo and see all the wonderful information.  You will need to make sure that the WEb services are installed and running for this to work.
Now all you need to do is from a WEB browser type in your servers IP address or FQDN followed by /phpsysinfo and see all the wonderful information.  You will need to make sure that the WEB services are installed and running for this to work.


[[Category : Linux]]
[[Category : Linux]]

Revision as of 11:43, 3 June 2008

phpSysInfo is a PHP script that displays information about the host being accessed. It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, Floppy, and Video Information.

Installation

phpSysinfo would have to be one of the most easies applictions to install.

cd /var/www/html
wget http://switch.dl.sourceforge.net/sourceforge/phpsysinfo/phpsysinfo-2.5.4.tar.gz
tar xvzf phpsysinfo-2.5.4.tar.gz
rm phpsysinfo-2.5.4.tar.gz
cd phpsysinfo
mv config.php.new config.php

Now all you need to do is from a WEB browser type in your servers IP address or FQDN followed by /phpsysinfo and see all the wonderful information. You will need to make sure that the WEB services are installed and running for this to work.