From: John H. <jd...@gm...> - 2011-01-05 22:08:52
|
On Wed, Jan 5, 2011 at 4:04 PM, Sandro Tosi <mo...@de...> wrote: > it's not exactly monitory, but I disable all the requests to > matplotlib.svn.sourceforge.net via iptables: > > sudo iptables -A OUTPUT -d matplotlib.svn.sourceforge.net -j DROP > > and you're sure nothing passes towards that address :) and in fact, > the moment you reach an example with get_sample_data() it stops. That's helpful. I used to be an iptables guru, but it has been a long time. How do you reverse the command when you are done testing? JDH |