wordpress plugin dropdown menu
February 8, 2012วันนี้มาไร้สาระดีกว่า(เอาเพลงมาBlogขำๆๆกัน)แต่สามารถดัดแปลงไปทำให้มีสาระได้
February 8, 2012
# yum install httpd
#service httpd start
#chkconfig httpd on
# yum install mrtg
# echo “export LANG=en_US” >> /etc/rc.local
# cfgmaker -global “options[_]:bits,growright” –global “workdir:/var/www/html” public@localhost /etc/mrtg/mrtg.cfg
# /usr/bin/mrtg /etc/mrtg/mrtg.cfg
# indexmaker –columns=1 –sort=title –output=/var/www/html/index.html /etc/mrtg/mrtg.cfg
# crontab -e
* * * * * /usr/bin/mrtg /etc/mrtg/mrtg.cfg
ดูเพิ่มเติมที่นี่
Post Views: 229