Download Recursive Entire Site

Using WGET on Windows: Start>Run>cmd set http_proxy=http://proxy:8080 wget -d -v -x -U “Mozilla” –proxy=on –proxy-user=user –proxy-passwd=pass –spider –recursive –level=2  http://www.yahoo.com/ In linux: export http_proxy=”http://${user}:${pass}@proxy:8080″ wget -d -v -x -U “Mozilla” –proxy=on –recursive http://www.yahoo.com/ –spider will not save files locally –level=2 […]

Tags: , , , ,

How to install Centreon-Syslog module

1.Download and install the centreon-syslog-server # wget http://forge.centreon.com/attachments/download/568/centreon-syslog-server-1.1.tar.gz # tar -zxvf centreon-syslog-server-1.1.tar.gz # cd centreon-syslog-server-1.1.tar.gz # chmod +x install.sh # bash install.sh -i NOTE: go thru the interactive setup, u will need the mysql root pass. Make note of the […]

Tags: , , , , , ,