<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pablo Endres's Blog &#187; Software</title>
	<atom:link href="http://www.pabloendres.com/category/technology/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pabloendres.com</link>
	<description></description>
	<lastBuildDate>Tue, 18 May 2010 21:16:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubuntu Firefox: This address is restricted</title>
		<link>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/</link>
		<comments>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:01:18 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=137</guid>
		<description><![CDATA[I got the weirdest of errors today trying to open a web page on port 6000: After reading for a while I found out that de Mozilla Foundation built in this protection for &#8220;Cross-Protocol&#8221; scripting attack with a form of Port Banning. To overide this protection use one of the following steps: In the user&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I got the weirdest of errors today trying to open a web page on port 6000: <a href="http://www.pabloendres.com/wp-content/uploads/2009/11/ThisAddress-is-restricted.png"><img class="alignright size-medium wp-image-138" title="ThisAddress-is-restricted" src="http://www.pabloendres.com/wp-content/uploads/2009/11/ThisAddress-is-restricted-300x131.png" alt="ThisAddress-is-restricted" width="300" height="131" /></a></p>
<p>After reading for a while I found out that de Mozilla Foundation built in this protection for &#8220;Cross-Protocol&#8221; scripting attack with a form of <a href="http://www.mozilla.org/projects/netlib/PortBanning.html" target="_blank">Port Banning</a>.</p>
<p>To overide this protection use <strong>one</strong> of the following steps:</p>
<ul>
<li>In the user&#8217;s profile directory the <em>all.js</em>, add the following line at the end of the file <code>user_pref("network.security.ports.banned.override", "1-65535");</code></li>
<li>In the defaults/pref/ sub-directory of the installation directory (multi-user systems) add the following line at the end of the file <code>user_pref("network.security.ports.banned.override","1-65535");</code></li>
<li>Open a new window, in the address type: <em>about:config</em> and add a new entry of the type string with this name network.security.ports.banned.override and value 1-65535.</li>
</ul>
<p>If you want to set free only one port change the range for that port o list of ports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/11/23/ubuntu-firefox-this-address-is-restricted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GnomeKeyring =? ssh-agent</title>
		<link>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/</link>
		<comments>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/#comments</comments>
		<pubDate>Tue, 05 May 2009 20:09:04 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=77</guid>
		<description><![CDATA[This feature just popped up and started working after I upgraded to Fedora 10 and I though it was a standard function in gnome, but I was working with Per the other day and his Ubuntu 8.04 didn&#8217;t have it running out of the box.  So I had to take a look a the docs [...]]]></description>
			<content:encoded><![CDATA[<p>This feature just popped up and started working after I upgraded to Fedora 10 and I though it was a standard function in gnome, but I was working with Per the other day and his Ubuntu 8.04 didn&#8217;t have it running out of the box.  So I had to take a look a the docs to make it work:  http://live.gnome.org/GnomeKeyring/Ssh</p>
<p>This is just one of those features that make your life easier but handling all the ssh sessions for you, the best part is that is one of those setup once and forget feature.  Here is a brief introduction on how it works:</p>
<p>According to the ssh-agent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent">man</a>:</p>
<blockquote>
<pre><strong>     ssh-agent</strong> is a program to hold private keys used for public key authenti-
     cation (RSA, DSA).  The idea is that <strong>ssh-agent</strong> is started in the begin-
     ning of an X-session or a login session, and all other windows or pro-
     grams are started as clients to the ssh-agent program.  Through use of
     environment variables the agent can be located and automatically used for
     authentication when logging in to other machines using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1&amp;arch=&amp;apropos=0&amp;manpath=OpenBSD+Current">ssh(1)</a>.</pre>
</blockquote>
<p>So what gnome did was include an ssh-agent in the gnome-keyring(-daemon), so it has one interface to manage passwords, ssh keys, etc.  Underneath the hood this is how it works:</p>
<ol>
<li>When Gnome starts the gnome-keyring-daemon (if it is enabled in your conf)</li>
<li>The keyring manager starts the ssh-agent component and sets up the <tt>SSH_AUTH_SOCK</tt> variable, that will redirect ssh to make the queries to that socket</li>
<li>The SSH agent automatically loads files in <tt>~/.ssh</tt> having names starting with <tt>id_rsa</tt> or <tt>id_dsa </tt> or any other keys included by using the <tt>ssh-add command<br />
</tt></li>
</ol>
<p>That does the job.  If you need to get it working on your Gnome installation follow the instructions <a href="http://live.gnome.org/GnomeKeyring/Ssh">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/05/05/gnomekeyring-ssh-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>picasa and Fedora 10</title>
		<link>http://www.pabloendres.com/2009/02/24/picasa-and-fedora-10/</link>
		<comments>http://www.pabloendres.com/2009/02/24/picasa-and-fedora-10/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:36:28 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[picasa]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=67</guid>
		<description><![CDATA[It&#8217;s really been a while since a sent my last update with pictures of what I&#8217;ve done.  I normally try to keep friends and family up to date on what I&#8217;ve been doing since I moved to the other side of the Atlantic (to the European side).  So today I fired up picasa to get [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s really been a while since a sent my last update with pictures of what I&#8217;ve done.  I normally try to keep friends and family up to date on what I&#8217;ve been doing since I moved to the other side of the Atlantic (to the European side).  So today I fired up picasa to get the web albums up2date and nothing happend.  When I ran it in a shell this came out:</p>
<blockquote><p>[host]:/home/epablo:\&gt;picasa<br />
/usr/bin/picasa: line 139: 25634 Segmentation fault      &#8220;$PIC_BINDIR&#8221;/wrapper check_dir.exe.so<br />
/usr/bin/picasa: line 175: 25734 Segmentation fault      &#8220;$PIC_BINDIR/wrapper&#8221; regedit /E $registry_export HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\\</p></blockquote>
<p>After googling for I while I didn&#8217;t find any reasonable explanation for the error.  I did find a beta (comming from google what could I expect) repository (<a href="http://www.google.com/linuxrepositories/testrepo.html">here are the instructions on how to set it up</a>) and upgraded from picasa-2.7.3736-15 to picasa-3.0.5744-02</p>
<p>It started up, I&#8217;ll keep you posted on how it goes with the field try..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2009/02/24/picasa-and-fedora-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
