#get forecast for genova and rapallo for the next 3 days to http://felipeferreira.net/forecast/forecast-rapallo.html 0 */6 * * * /var/www/wordpress/forecast/forecast.py genova 0 */6 * * * /var/www/wordpress/forecast/forecast.py rapallo There is a great tutorial here: web-scraping-tutorial-python This is the script I wrote […]
python nagios scrape
Wrote a script in python using beautiful soap to scrub a web page.
WinHTTP AutoProxy Support
Our windows event logs are filling with useless messages. I went ahead and disable that useless services. Event Type: Information Event Source: WinHttpAutoProxySvc Event ID: 12503 The WinHTTP Web Proxy Auto-Discovery Service has been idle for 15 minutes, it will […]
Monitor Varnish with Nagios
Varnish is an amazing reverse proxy product and it does its job very well, but how can we know that? Or even better how can we know it detected problems in the backed? Currently I monitor those server using hit/ratio […]
Enumerate all IIS websites script
These script can be usefull when we want to know or map where are all our websites located. It is also capable of querying remote servers like getAllWebSistesIIS.vbs WEB2 I did like getAllWebSistesIIS.vbs WEB2 >> web2sites.txt and then I imported […]
How to Logmein in Linux
The famous Logmein solution does not work for Linux. There are other solutions like: VNC,DynDns,forwarding ports, FreeNX, thightVNC etc… But they are all hard to setup, or just take lots of time. I found today an amazing product called NTRConnect […]