Select Page

Driftnet – misc scripts

#!/bin/bash mpixW=250 mpixH=300 if [ “x`which identify`” != x ] ; then echo `which identify` found! echo Tossing images less than $mpixW pixels. while true ; do read img imgType=$( expr `identify -format ‘%e’ “$img”` ) if [...

Hulu location check work arounds

Method 1: Add this to the hosts file: 127.0.0.1 releasegeo.hulu.com Method 2: With Firefox and Foxyproxy addon. First add your proxy to the Foxyproxy proxies and “http://releasegeo.hulu.com/geoCheck” to the whitelist. Now make sure to use the “Use proxies on their...