<?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 My Hidden Room</title>
	<atom:link href="http://gabrielcain.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielcain.com/blog</link>
	<description>Musings on Technology, Society, and Photography</description>
	<lastBuildDate>Wed, 22 Feb 2012 21:03:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using SSH Proxying with Jconsole to remote Cassandra instances by gabriel</title>
		<link>http://gabrielcain.com/blog/2010/11/02/using-ssh-proxying-to-connect-jconsole-to-remote-cassandra-instances/comment-page-1/#comment-10685</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Wed, 22 Feb 2012 21:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=161#comment-10685</guid>
		<description>I&#039;m afraid I don&#039;t.  I haven&#039;t been messing around with jconsole for a whie.   Your hosts file looks like the staging entry is wrong.  No IP address.  Good luck!</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I don&#8217;t.  I haven&#8217;t been messing around with jconsole for a whie.   Your hosts file looks like the staging entry is wrong.  No IP address.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SSH Proxying with Jconsole to remote Cassandra instances by PAtricio</title>
		<link>http://gabrielcain.com/blog/2010/11/02/using-ssh-proxying-to-connect-jconsole-to-remote-cassandra-instances/comment-page-1/#comment-10611</link>
		<dc:creator>PAtricio</dc:creator>
		<pubDate>Tue, 14 Feb 2012 21:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=161#comment-10611</guid>
		<description>Doesn&#039;t seem to work. Cannot connect to host  specified at -Djava.rmi.server.hostname.

do you have any recommendation for the content of /etc/hosts ?

currently I have:
127.0.0.1 localhost
 staging</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to work. Cannot connect to host  specified at -Djava.rmi.server.hostname.</p>
<p>do you have any recommendation for the content of /etc/hosts ?</p>
<p>currently I have:<br />
127.0.0.1 localhost<br />
 staging</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SSH Proxying with Jconsole to remote Cassandra instances by gabriel</title>
		<link>http://gabrielcain.com/blog/2010/11/02/using-ssh-proxying-to-connect-jconsole-to-remote-cassandra-instances/comment-page-1/#comment-10610</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Tue, 14 Feb 2012 20:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=161#comment-10610</guid>
		<description>I think that if you call jconsole this way, it might work:

ssh $REMOTEHOST -L 8123:$REMOTEHOST:$jmxport -N -f

jconsole service:jmx:rmi:///jndi/rmi://localhost:8123/jmxrmi</description>
		<content:encoded><![CDATA[<p>I think that if you call jconsole this way, it might work:</p>
<p>ssh $REMOTEHOST -L 8123:$REMOTEHOST:$jmxport -N -f</p>
<p>jconsole service:jmx:rmi:///jndi/rmi://localhost:8123/jmxrmi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SSH Proxying with Jconsole to remote Cassandra instances by PAtricio</title>
		<link>http://gabrielcain.com/blog/2010/11/02/using-ssh-proxying-to-connect-jconsole-to-remote-cassandra-instances/comment-page-1/#comment-10609</link>
		<dc:creator>PAtricio</dc:creator>
		<pubDate>Tue, 14 Feb 2012 20:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=161#comment-10609</guid>
		<description>Yeah, I ran in EC2 and wanted to proxy the connection through my localhost using ssh but don&#039;t want to open up the jmx port (on EC2). I don&#039;t think it&#039;s possible though.

I followed this instructions: http://hansonchar.blogspot.com/2007/03/ssh-tunnelling-fun.html
but it doesn&#039;t seem to work.

Your instructions work if I open the jmx_port in EC2 but that means I need to secure the connection on the jmx/server side.

How do you handle the authentication ? Am I missing something ?</description>
		<content:encoded><![CDATA[<p>Yeah, I ran in EC2 and wanted to proxy the connection through my localhost using ssh but don&#8217;t want to open up the jmx port (on EC2). I don&#8217;t think it&#8217;s possible though.</p>
<p>I followed this instructions: <a href="http://hansonchar.blogspot.com/2007/03/ssh-tunnelling-fun.html" rel="nofollow">http://hansonchar.blogspot.com/2007/03/ssh-tunnelling-fun.html</a><br />
but it doesn&#8217;t seem to work.</p>
<p>Your instructions work if I open the jmx_port in EC2 but that means I need to secure the connection on the jmx/server side.</p>
<p>How do you handle the authentication ? Am I missing something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SSH Proxying with Jconsole to remote Cassandra instances by gabriel</title>
		<link>http://gabrielcain.com/blog/2010/11/02/using-ssh-proxying-to-connect-jconsole-to-remote-cassandra-instances/comment-page-1/#comment-10608</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Tue, 14 Feb 2012 19:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=161#comment-10608</guid>
		<description>Yeah, I believe you could do that... is that because perhaps you have a firewall in place that&#039;s allowing ssh, but disallowing access to the java console?</description>
		<content:encoded><![CDATA[<p>Yeah, I believe you could do that&#8230; is that because perhaps you have a firewall in place that&#8217;s allowing ssh, but disallowing access to the java console?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SSH Proxying with Jconsole to remote Cassandra instances by PAtricio</title>
		<link>http://gabrielcain.com/blog/2010/11/02/using-ssh-proxying-to-connect-jconsole-to-remote-cassandra-instances/comment-page-1/#comment-10599</link>
		<dc:creator>PAtricio</dc:creator>
		<pubDate>Tue, 14 Feb 2012 02:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=161#comment-10599</guid>
		<description>Nice article. can $proxy_host and $host be the same?

Thanks.</description>
		<content:encoded><![CDATA[<p>Nice article. can $proxy_host and $host be the same?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That was Burning Man by paul</title>
		<link>http://gabrielcain.com/blog/2012/02/04/that-was-burning-man/comment-page-1/#comment-10500</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sun, 05 Feb 2012 02:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=211#comment-10500</guid>
		<description>i should be at the regional to. hannah and i lost the lotto too and to be honest i went to the burn last year for the first time and its was super kewl and there was alot of neat stuff but i wasnt super impressed. and i think if people really want to go to the desert we have a desert here....maybe its just cause i went so late on but it also for me was the same kind of stuff that ive been doing here with local people for the past 6 years. i think that might be why i had lax first impressions. i know alot of people never see anything like the type of stuff that goes on there normally and thats why its makes such a big impression on them. but i think we have just as much of the same kinds of things if not more locally. i still say seattle could take the burn from san fran any day</description>
		<content:encoded><![CDATA[<p>i should be at the regional to. hannah and i lost the lotto too and to be honest i went to the burn last year for the first time and its was super kewl and there was alot of neat stuff but i wasnt super impressed. and i think if people really want to go to the desert we have a desert here&#8230;.maybe its just cause i went so late on but it also for me was the same kind of stuff that ive been doing here with local people for the past 6 years. i think that might be why i had lax first impressions. i know alot of people never see anything like the type of stuff that goes on there normally and thats why its makes such a big impression on them. but i think we have just as much of the same kinds of things if not more locally. i still say seattle could take the burn from san fran any day</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pro Tip:  For recruiters&#8230; by robbat2</title>
		<link>http://gabrielcain.com/blog/2011/09/21/pro-tip-for-recruiters/comment-page-1/#comment-8230</link>
		<dc:creator>robbat2</dc:creator>
		<pubDate>Wed, 21 Sep 2011 22:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=187#comment-8230</guid>
		<description>As an extension, when you reach out to a company for a quote on something, and explicitly state email only in the text area, and they then proceed to phone you without thinking about what hour it might be, that&#039;s a way to lose my business.</description>
		<content:encoded><![CDATA[<p>As an extension, when you reach out to a company for a quote on something, and explicitly state email only in the text area, and they then proceed to phone you without thinking about what hour it might be, that&#8217;s a way to lose my business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL, Alter Table, and How to Observe Progress by Anonymous</title>
		<link>http://gabrielcain.com/blog/2009/08/05/mysql-alter-table-and-how-to-observe-progress/comment-page-1/#comment-7556</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 16 Aug 2011 17:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=49#comment-7556</guid>
		<description>Very useful script indeed, thank you.   One note, in MySQL 5.5 the command is now show engine innodb status.</description>
		<content:encoded><![CDATA[<p>Very useful script indeed, thank you.   One note, in MySQL 5.5 the command is now show engine innodb status.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Burning Man Tickets &#8211; How to reclaim your queue position by Ed</title>
		<link>http://gabrielcain.com/blog/2011/01/19/burning-man-tickets-how-to-reclaim-your-queue-position/comment-page-1/#comment-2148</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 20 Jan 2011 00:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielcain.com/blog/?p=168#comment-2148</guid>
		<description>Thank you so much!!!!  I got screwed out of my pretty good position this morning, but at least I got in to get the $240 tier.</description>
		<content:encoded><![CDATA[<p>Thank you so much!!!!  I got screwed out of my pretty good position this morning, but at least I got in to get the $240 tier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 319/338 objects using apc

Served from: gabrielcain.com @ 2012-05-17 20:55:28 -->
