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: , , , ,

libstdc++-libc6.2-2.so.3: cannot open shared object file

libstdc++-libc6.2-2.so.3: cannot open shared object file Problem: “Exception in thread “main” java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer ‘com.sap.mw.jco.rfc.MiddlewareRFC’ JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [/usr/local/ConectorSAPJava/libsapjcorfc.so: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory]. java.library.path […]

Centreon Distributed Monitoring (v2)

Nagios / Centreon Distributed Monitoring – Clustering Document referral to my original post on same subject There are many ways nagios can be used to load the balance, the basic architeture is Master/Slave with just nagios is reommeneded to use […]

Tags: , , , , , , , , , ,