User Andrew - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T07:25:58Zhttp://stackoverflow.com/feeds/user/7670http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/149795/snmp-set-with-acl-and-set-community-name/151698#1516980Answer by Andrew for SNMP SET with ACL and Set Community NameAndrew2008-09-30T03:54:10Z2008-09-30T03:54:10Z<p>So the ACL is on a local router or the printer itself?
What model of printer is it and how are you connected to it, are you on the same network or do you pass through the router to get to the printer which is on a seperate network range?</p>
<p>I would check the full ACL list as perhaps there is a block all rule that is stopping you from accessing atm.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/67384#6738415Answer by Andrew for What is the strangest programming language you have used?Andrew2008-09-15T21:53:41Z2008-09-15T21:53:41Z<p>Definitely <a href="http://lolcode.com/" rel="nofollow">LOLCODE</a></p>
<p>Example lolcode program:</p>
<pre><code> HAI
CAN HAS STDIO?
I HAS A VAR
IM IN YR LOOP
UP VAR!!1
VISIBLE VAR
IZ VAR BIGGER THAN 10? KTHXBYE
IM OUTTA YR LOOP
KTHXBYE
</code></pre>
http://stackoverflow.com/questions/63668/confessions-of-your-worst-wtf-moment-what-not-to-do/67304#673040Answer by Andrew for Confessions of your worst WTF Moment. (What not to do.)Andrew2008-09-15T21:44:26Z2008-09-15T21:44:26Z<p>Started up a web proxy with a single allow requests to port 80 rule, oblivious to the fact that I had given no deny rules whatsoever. </p>
<p>Jump forward 24 hours to phone calls from client site asking why the internet speed had slowed to a halt, queue searching and discovery of russian/chinese IP addresses running everything through my poor client site proxy.</p>
http://stackoverflow.com/questions/63126/blocking-part-of-a-website/63242#632421Answer by Andrew for Blocking part of a website Andrew2008-09-15T14:11:40Z2008-09-15T14:11:40Z<p>Another option is to use a free service like www.opendns.com as your dns servers, they allow you to block specific domains or turn on filtering etc. </p>