<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Thinkhole Labs</title>
	<atom:link href="http://thinkhole.org/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkhole.org/wp</link>
	<description>www.thinkhole.org</description>
	<lastBuildDate>Tue, 02 Feb 2010 16:30:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on HOWTO: IPCop-OpenVPN by Magnus Wedberg</title>
		<link>http://thinkhole.org/wp/2006/03/28/ipcop-openvpn-howto/comment-page-3/#comment-261440</link>
		<dc:creator>Magnus Wedberg</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/03/28/ipcop-openvpn-howto/#comment-261440</guid>
		<description>everyone has the same problem :-) For OpenVPN that seems to stop at the router, add

iptables -A INPUT -i tun+ -j ACCEPT
iptables -A FORWARD -i tun+ -j ACCEPT
iptables -A INPUT -i tap+ -j ACCEPT
iptables -A FORWARD -i tap+ -j ACCEPT

to /etc/rc.d/rc.local, or rc.firewall.local, or another start script of choice.</description>
		<content:encoded><![CDATA[<p>everyone has the same problem :-) For OpenVPN that seems to stop at the router, add</p>
<p>iptables -A INPUT -i tun+ -j ACCEPT<br />
iptables -A FORWARD -i tun+ -j ACCEPT<br />
iptables -A INPUT -i tap+ -j ACCEPT<br />
iptables -A FORWARD -i tap+ -j ACCEPT</p>
<p>to /etc/rc.d/rc.local, or rc.firewall.local, or another start script of choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: IPCop-OpenVPN by Mike</title>
		<link>http://thinkhole.org/wp/2006/03/28/ipcop-openvpn-howto/comment-page-3/#comment-259996</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 19 Jan 2010 00:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/03/28/ipcop-openvpn-howto/#comment-259996</guid>
		<description>They glossed over the advanced server options button on the openvpn page. On this page is options to push down information to the VPN client such as domain and dns information. 

When I first set this up, I thought I couldn&#039;t get out to the internet. After troubleshooting, I saw that I could get pages via IP but not by name. I added IPCOPs internal address to this page and restarted the server, and my internet access is back :-)</description>
		<content:encoded><![CDATA[<p>They glossed over the advanced server options button on the openvpn page. On this page is options to push down information to the VPN client such as domain and dns information. </p>
<p>When I first set this up, I thought I couldn&#8217;t get out to the internet. After troubleshooting, I saw that I could get pages via IP but not by name. I added IPCOPs internal address to this page and restarted the server, and my internet access is back :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Python eggs by Perberos</title>
		<link>http://thinkhole.org/wp/2006/02/18/how-to-install-python-eggs/comment-page-1/#comment-259528</link>
		<dc:creator>Perberos</dc:creator>
		<pubDate>Thu, 14 Jan 2010 11:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/02/18/how-to-install-python-eggs/#comment-259528</guid>
		<description>http://web.archive.org/web/20071001201743rn_1/northwe.st/blog/2006/02/how-to-install-a-python-egg-fi</description>
		<content:encoded><![CDATA[<p><a href="http://web.archive.org/web/20071001201743rn_1/northwe.st/blog/2006/02/how-to-install-a-python-egg-fi" rel="nofollow">http://web.archive.org/web/20071001201743rn_1/northwe.st/blog/2006/02/how-to-install-a-python-egg-fi</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: IPCop-OpenVPN by Mirko</title>
		<link>http://thinkhole.org/wp/2006/03/28/ipcop-openvpn-howto/comment-page-3/#comment-259378</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Wed, 13 Jan 2010 10:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/03/28/ipcop-openvpn-howto/#comment-259378</guid>
		<description>Hi all,
 I have the same problem that Dan had on 17 March 2008 at 12:47 pm.
From the vpn client I can reach ipcop but not any lan host.
For example I can reach the server that has the address 10.7.0.1 but not an internal host with address push 192.168.0.1.
The GREEN address of ipcop is 192.168.0.253/255.255.255.0.
I tried to add &quot;route 192.168.0.0 255.255.255.0&quot; at /var/ipcop/ovpn/server.conf but I have the same problem.
Did somebody solved it?</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
 I have the same problem that Dan had on 17 March 2008 at 12:47 pm.<br />
From the vpn client I can reach ipcop but not any lan host.<br />
For example I can reach the server that has the address 10.7.0.1 but not an internal host with address push 192.168.0.1.<br />
The GREEN address of ipcop is 192.168.0.253/255.255.255.0.<br />
I tried to add &#8220;route 192.168.0.0 255.255.255.0&#8243; at /var/ipcop/ovpn/server.conf but I have the same problem.<br />
Did somebody solved it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Secure Firefox and IM with PuTTY by SSH Tunneling through web filters &#124; s-anand.net</title>
		<link>http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/comment-page-2/#comment-259075</link>
		<dc:creator>SSH Tunneling through web filters &#124; s-anand.net</dc:creator>
		<pubDate>Sat, 09 Jan 2010 19:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/#comment-259075</guid>
		<description>[...] You can go further and use any software (such as Skype) if you install FreeCap. More details are in this article on Secure Firefox and IM with Putty. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can go further and use any software (such as Skype) if you install FreeCap. More details are in this article on Secure Firefox and IM with Putty. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Secure Firefox and IM with PuTTY by Shawn</title>
		<link>http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/comment-page-2/#comment-258187</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sat, 02 Jan 2010 21:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/#comment-258187</guid>
		<description>Cool article - with censorship and blocking these days, it would be nice if everyone could do this.

I use a cheap commercial service that just sprang up called Lockfox (www.lockfox.com).  Basically provides ssh-tunnel&#039;d firefox browser for the non-technical user.  For $5/month it works for me!</description>
		<content:encoded><![CDATA[<p>Cool article &#8211; with censorship and blocking these days, it would be nice if everyone could do this.</p>
<p>I use a cheap commercial service that just sprang up called Lockfox (www.lockfox.com).  Basically provides ssh-tunnel&#8217;d firefox browser for the non-technical user.  For $5/month it works for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another dissatisfied Dell customer by john</title>
		<link>http://thinkhole.org/wp/2006/08/02/another-dissatisfied-dell-customer/comment-page-1/#comment-256994</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 17 Dec 2009 00:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2006/08/02/another-dissatisfied-dell-customer/#comment-256994</guid>
		<description>Mike&#039;s story does not contradict the other&#039;s at all.   If your computer works right and you like then there is not a problem.  The issue is when you don&#039;t like the computer or it breaks.  Which does happen sometimes, no matter how good Dell&#039;s description and quality control are.  Then you enter the Hell.
Mike, I&#039;d like to hear back from you after you try to return a computer to Dell.

My experience: 
email on wednesday to start the return.  
Get a response on saturday informing me I need to call M-F from 9-7.
Then I call monday, talk to 3 people who transfer me around for 30 minutes and eventually disconnect me.  

Now I&#039;m on hold for 15 minutes.  

This is Hell.  And it could be so straight forward.  I am biased towards Dell since I live in Austin and have been a fan.  I cannot recommend them any longer.  I&#039;m jealous of the great support my brother is getting on his HP laptop.  I&#039;m trying them next time.</description>
		<content:encoded><![CDATA[<p>Mike&#8217;s story does not contradict the other&#8217;s at all.   If your computer works right and you like then there is not a problem.  The issue is when you don&#8217;t like the computer or it breaks.  Which does happen sometimes, no matter how good Dell&#8217;s description and quality control are.  Then you enter the Hell.<br />
Mike, I&#8217;d like to hear back from you after you try to return a computer to Dell.</p>
<p>My experience:<br />
email on wednesday to start the return.<br />
Get a response on saturday informing me I need to call M-F from 9-7.<br />
Then I call monday, talk to 3 people who transfer me around for 30 minutes and eventually disconnect me.  </p>
<p>Now I&#8217;m on hold for 15 minutes.  </p>
<p>This is Hell.  And it could be so straight forward.  I am biased towards Dell since I live in Austin and have been a fan.  I cannot recommend them any longer.  I&#8217;m jealous of the great support my brother is getting on his HP laptop.  I&#8217;m trying them next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian on an Ultra 5 by Blah Blah Black Sheep</title>
		<link>http://thinkhole.org/wp/2005/12/28/debian-on-an-ultra-5/comment-page-1/#comment-256901</link>
		<dc:creator>Blah Blah Black Sheep</dc:creator>
		<pubDate>Tue, 15 Dec 2009 06:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/2005/12/28/debian-on-an-ultra-5/#comment-256901</guid>
		<description>I just bought 2 Ultra 5&#039;s from a guy for $10 (LOL!)  I&#039;ve been banging my head against a wall trying to get them to boot from CD just to figure out he wired the ide cables weird (solved that), then found out ubuntu&#039;s sparc distro doesn&#039;t seem to support ultra 5&#039;s.

I was JUST about to try Gentoo on the U5 until I stumbled across your post.  I figured Gentoo would get compiled and optimized to work great (and maybe since it&#039;s 2009 it would be easier to do).  However, I&#039;ve never used Gentoo, and I really don&#039;t like the prospect of messing with CLI to much to get something up and running.  Your post has helped me make up my mind to go with Debian.  Maybe I&#039;ll try Gentoo later.  I&#039;m just trying to get this U5 up and running as a BOINC cruncher for the moment.

Thanks for the comments about the hdd error warnings.  It&#039;ll keep me from freaking out if/when I see them.  (crosses-fingers)</description>
		<content:encoded><![CDATA[<p>I just bought 2 Ultra 5&#8217;s from a guy for $10 (LOL!)  I&#8217;ve been banging my head against a wall trying to get them to boot from CD just to figure out he wired the ide cables weird (solved that), then found out ubuntu&#8217;s sparc distro doesn&#8217;t seem to support ultra 5&#8217;s.</p>
<p>I was JUST about to try Gentoo on the U5 until I stumbled across your post.  I figured Gentoo would get compiled and optimized to work great (and maybe since it&#8217;s 2009 it would be easier to do).  However, I&#8217;ve never used Gentoo, and I really don&#8217;t like the prospect of messing with CLI to much to get something up and running.  Your post has helped me make up my mind to go with Debian.  Maybe I&#8217;ll try Gentoo later.  I&#8217;m just trying to get this U5 up and running as a BOINC cruncher for the moment.</p>
<p>Thanks for the comments about the hdd error warnings.  It&#8217;ll keep me from freaking out if/when I see them.  (crosses-fingers)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculate a hailstone sequence by Animated Collatz sequence using Gosu&#160;&#124;&#160;Thinkhole Labs</title>
		<link>http://thinkhole.org/wp/2009/10/31/hailstone-sequence/comment-page-1/#comment-255813</link>
		<dc:creator>Animated Collatz sequence using Gosu&#160;&#124;&#160;Thinkhole Labs</dc:creator>
		<pubDate>Tue, 01 Dec 2009 23:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/?p=846#comment-255813</guid>
		<description>[...] my obsession with the Collatz conjecture, I took some of my Ruby code from the other day and mixed in some Gosu 2D [...]</description>
		<content:encoded><![CDATA[<p>[...] my obsession with the Collatz conjecture, I took some of my Ruby code from the other day and mixed in some Gosu 2D [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple iMac flickering display by Antonio</title>
		<link>http://thinkhole.org/wp/2009/11/04/apple-imac-flickering-display/comment-page-1/#comment-254926</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://thinkhole.org/wp/?p=853#comment-254926</guid>
		<description>Argh!!
I have the same problem!!
A lot of people have the same problem!</description>
		<content:encoded><![CDATA[<p>Argh!!<br />
I have the same problem!!<br />
A lot of people have the same problem!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
