phpSysInfo 是以網頁方式查詢主機系統資訊的系統
3.0.11 要求 PHP 至少 5.2 版 (CentOS 5.x yum 預設提供的 PHP < 5.2 版)
phpSysInfo 官方網站:
http://phpsysinfo.sourceforge.net/
代碼:
yum -y install httpd php php-mbstring php-xml wget
wget http://sourceforge.net/projects/phpsysinfo/files/phpsysinfo/3.0.11/phpsysinfo-3.0.11.tar.gz/download
tar zxvf phpsysinfo-3.0.11.tar.gz -C /var/www/html/
cp /var/www/html/phpsysinfo/config.php.new /var/www/html/phpsysinfo/config.php
sed -i -e "s@define('PSI_DEFAULT_LANG', 'en');@define('PSI_DEFAULT_LANG', 'tw');@" /var/www/html/phpsysinfo/config.php
grep PSI_DEFAULT_LANG /var/www/html/phpsysinfo/config.php
service httpd restart
service iptables stop
firefox http://localhost/phpsysinfo &
wget http://sourceforge.net/projects/phpsysinfo/files/phpsysinfo/3.0.11/phpsysinfo-3.0.11.tar.gz/download
tar zxvf phpsysinfo-3.0.11.tar.gz -C /var/www/html/
cp /var/www/html/phpsysinfo/config.php.new /var/www/html/phpsysinfo/config.php
sed -i -e "s@define('PSI_DEFAULT_LANG', 'en');@define('PSI_DEFAULT_LANG', 'tw');@" /var/www/html/phpsysinfo/config.php
grep PSI_DEFAULT_LANG /var/www/html/phpsysinfo/config.php
service httpd restart
service iptables stop
firefox http://localhost/phpsysinfo &
相關研究
[研究]phpSysInfo 3.0.11安裝(Fedora 15 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=20250
[研究]phpSysInfo 3.0.11安裝(CentOS 6.0 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=20228
[研究]phpSysInfo 3.0.7安裝(Fedora 14 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=19189
[研究]phpSysInfo系統資訊查詢系統-安裝法(Fedora 7)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=14976
[研究] phpsysinfo 2.5.4 主機系統資訊 安裝 (CentOS 5.4 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=18002
(完)
沒有留言:
張貼留言