<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ihaveitall&#039;s Blog</title>
	<atom:link href="http://ihaveitall.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ihaveitall.wordpress.com</link>
	<description>Weblog on my IT Journey</description>
	<lastBuildDate>Fri, 04 Sep 2009 10:40:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ihaveitall.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ihaveitall&#039;s Blog</title>
		<link>http://ihaveitall.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ihaveitall.wordpress.com/osd.xml" title="Ihaveitall&#039;s Blog" />
	<atom:link rel='hub' href='http://ihaveitall.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tomcat Performance Turning</title>
		<link>http://ihaveitall.wordpress.com/2009/09/04/tomcat-performance-turning/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/04/tomcat-performance-turning/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:39:06 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=102</guid>
		<description><![CDATA[Enable gzip compression for generated text content HTML and XML content usually compresses extremely well using gzip. Most web and application servers support gzip compression. For example, Tomcat 5 supports the attribute gzip on the element. compression=&#8221;on&#8221; compressionMinSize=&#8221;300&#8243; noCompressionUserAgents=&#8221;gozilla, traviata&#8221; compressableMimeType=&#8221;text/html,text/xml,text/css,text/javascript,application/x-javascript,application/javascript&#8221; Disable DNS lookups You can configure your application server to perform a DNS lookup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=102&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Enable gzip compression for generated text content</li>
</ul>
<p>HTML and XML content usually compresses extremely well using gzip. Most web and application servers support gzip compression. For example, Tomcat 5 supports the attribute gzip on the  element.</p>
<blockquote><p>compression=&#8221;on&#8221;<br />
compressionMinSize=&#8221;300&#8243;<br />
noCompressionUserAgents=&#8221;gozilla, traviata&#8221;<br />
compressableMimeType=&#8221;text/html,text/xml,text/css,text/javascript,application/x-javascript,application/javascript&#8221;</p></blockquote>
<ul>
<li> Disable DNS lookups</li>
</ul>
<p>You can configure your application server to perform a DNS lookup for every HTTP request. The server always know the IP address of the machine where the HTTP request originated. However, to get the name, the application server needs to send a DNS lookup query to the DNS server.</p>
<p>On Tomcat 5 look for the enableLookups attribute on the  element and set it to false.</p>
<blockquote><p>enableLookups=&#8221;false&#8221;</p></blockquote>
<ul>
<li> Disable automatic deployment</li>
</ul>
<p>Tomcat can be configured to check on a regular basis if the files of your application have changed on disk, and redeploy the application if they did. As checking if files have changed is incredibly cpu and memory intensive it is recommend to disable the automatic web application redeployment feature, on production servers which is enabled by default.</p>
<blockquote><p>autoDeploy=&#8221;false&#8221;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=102&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/04/tomcat-performance-turning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>Postgresql &#8211;  Logging SQL query and time for Analysis</title>
		<link>http://ihaveitall.wordpress.com/2009/09/04/postgresql-logging-sql-query-and-time-for-analysis/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/04/postgresql-logging-sql-query-and-time-for-analysis/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:30:59 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=100</guid>
		<description><![CDATA[Change the following log option in postgresql.conf as log_error_verbosity = default # terse, default, or verbose messages log_duration = on log_line_prefix = &#8216;%t%d&#8217; # Special values: log_statement = &#8216;all&#8217; # none, mod, ddl, all<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=100&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Change the following log option in postgresql.conf as<br />
log_error_verbosity = default		# terse, default, or verbose messages<br />
log_duration = on<br />
log_line_prefix = &#8216;%t%d&#8217;			# Special values:<br />
log_statement = &#8216;all&#8217;			# none, mod, ddl, all</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=100&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/04/postgresql-logging-sql-query-and-time-for-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>Postgresql Installation through RDP</title>
		<link>http://ihaveitall.wordpress.com/2009/09/04/postgresql-installation-through-rdp/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/04/postgresql-installation-through-rdp/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:29:22 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[MicroSoft Windows]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=98</guid>
		<description><![CDATA[Postgresql will refuse to install through an RDP section and it will fail with a message below. Failed to run initdb: !128 Please see the logfile in &#8216;C:\program Files\PostgreSQL\8.2beta1\tmp\initdb.log&#8217;. Note! You must read/copy this logfile before yuo click OK, or it will be automatically removed. it is a known limitation that installation via remote desktop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=98&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Postgresql will refuse to install through an RDP section and it will fail with a message below.</p>
<blockquote><p>Failed to run initdb: !128<br />
Please see the logfile in &#8216;C:\program<br />
Files\PostgreSQL\8.2beta1\tmp\initdb.log&#8217;.<br />
Note! You must read/copy this logfile before yuo click OK, or it will be<br />
automatically removed.</p></blockquote>
<p>it is a known limitation that installation via remote desktop without /console does not work.</p>
<p><strong>FIX</strong><br />
Use VNC or connect to RDP with Console</p>
<p>There are a few ways to get a console session in Windows 2000, XP, and Vista:</p>
<ul>
<li>Open your default.rdp file (typically in My Documents) and add the following line to the bottom: connect to console:i:1</li>
<li>In the RDC window, after the address, use the switch /console<br />
From start, run, type: mstsc /console</li>
<li>Make a shortcut to RDC, edit it, and add the /console switch to it</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=98&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/04/postgresql-installation-through-rdp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>Postgresql &#8211; backing up database</title>
		<link>http://ihaveitall.wordpress.com/2009/09/04/postgresql-backing-up-database/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/04/postgresql-backing-up-database/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:25:41 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=95</guid>
		<description><![CDATA[Database can be backed up with the pg_dump command. Some times restoring the backed up database will fail due to version conflict. To resolve that use the command # pg_dump -d -O -Fp -i -x -f dump-filename.sql db-name Backup  a Table pg_dump -p 5432 -d -O -Fp -i -x -t TABLENAME -f DUMP-FILE.sql DBNAME<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=95&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Database can be backed up with the pg_dump command. Some times  restoring the backed up database will fail due to version conflict. To resolve that use the command</p>
<blockquote><p># pg_dump -d -O -Fp -i -x -f dump-filename.sql db-name</p></blockquote>
<p>Backup  a Table</p>
<blockquote><p>pg_dump -p 5432 -d -O -Fp -i -x  -t TABLENAME -f DUMP-FILE.sql DBNAME</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=95&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/04/postgresql-backing-up-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>VNC server with resumable sessions and GDM login</title>
		<link>http://ihaveitall.wordpress.com/2009/09/04/vnc-server-with-resumable-sessions-and-gdm-login/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/04/vnc-server-with-resumable-sessions-and-gdm-login/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:22:00 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=92</guid>
		<description><![CDATA[Make these changes while logged into gnome: Go to System -&#62; Administration -&#62; Login Window (General tab) and uncheck &#8220;Disable multiple logins for a single user.&#8221; Now go to the Remote tab. Change Style: to &#8220;Same as Local&#8221; Still on the Remote tab, click &#8220;Configure XDMCP,&#8221; then uncheck &#8220;Honor indirect requests.&#8221; Edit /etc/gdm/gdm.conf-custom sudo vi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=92&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Make these changes while logged into gnome:<br />
Go to System -&gt; Administration -&gt; Login Window (General tab) and uncheck &#8220;Disable multiple logins for a single user.&#8221;</li>
<li>Now go to the Remote tab. Change Style: to &#8220;Same as Local&#8221;<br />
Still on the Remote tab, click &#8220;Configure XDMCP,&#8221; then uncheck &#8220;Honor indirect requests.&#8221;</li>
<li>Edit /etc/gdm/gdm.conf-custom<br />
sudo vi /etc/gdm/gdm.conf-custom</li>
</ul>
<p>add the following two lines to the existing securityand xdmcp sections:</p>
<blockquote><p>[security]<br />
DisallowTCP=false<br />
[xdmcp]<br />
Enable=true</p></blockquote>
<ul>
<li>Install packages:</li>
</ul>
<blockquote><p>sudo apt-get install vnc4server xinetd</p></blockquote>
<ul>
<li>Set the VNC password</li>
</ul>
<blockquote><p>sudo vncpasswd /root/.vncpasswd</p></blockquote>
<ul>
<li>Create a new file Xvnc to add the vnc service to xinetd:</li>
</ul>
<blockquote><p>sudo vi/etc/xinetd.d/Xvnc</p></blockquote>
<ul>
<li>Paste these contents into the file:</li>
</ul>
<blockquote><p>service Xvnc<br />
{<br />
type = UNLISTED<br />
disable = no<br />
socket_type = stream<br />
protocol = tcp<br />
wait = yes<br />
user = root<br />
server = /usr/bin/Xvnc<br />
server_args = -inetd :1 -query localhost -geometry 1024&#215;768 -depth 16 -once -fp /usr/share/fonts/X11/misc -DisconnectClients=0 -NeverShared passwordFile=/root/.vncpasswd -extension XFIXES<br />
port = 5901<br />
}</p></blockquote>
<ul>
<li> Reboot</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=92&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/04/vnc-server-with-resumable-sessions-and-gdm-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>Slow SSH login</title>
		<link>http://ihaveitall.wordpress.com/2009/09/04/slow-ssh-login/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/04/slow-ssh-login/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:17:40 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/2009/09/04/slow-ssh-login/</guid>
		<description><![CDATA[This could be due to the DNS lookup Disable the DNS lookup by editing /etc/ssh/sshd_config and add UseDNS no or GSSAPIAuthentication no<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=91&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This could be due to the DNS lookup<br />
Disable the DNS lookup by editing /etc/ssh/sshd_config and add</p>
<blockquote><p>UseDNS no<br />
or<br />
GSSAPIAuthentication  no</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=91&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/04/slow-ssh-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>Port redirecting on linux using IP Tables</title>
		<link>http://ihaveitall.wordpress.com/2009/09/03/port-redirecting-on-linux-using-ip-tables/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/03/port-redirecting-on-linux-using-ip-tables/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 09:32:12 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=89</guid>
		<description><![CDATA[Simple port redirecting. (Redirect port 26 to 25 on the same system) iptables -t nat -A PREROUTING -p tcp &#8211;dport 26 -j REDIRECT &#8211;to-ports 25 Redirecting port to different host. (Redirect port 26 on 10.2.1.36 to port 25 on 10.2.1.42) iptables -t nat -A PREROUTING -p tcp -i eth0 -d 10.2.1.36 &#8211;dport 25 -j DNAT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=89&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Simple port redirecting. (Redirect port 26 to 25 on the same system)</strong></p>
<blockquote><p>   iptables -t nat -A PREROUTING -p tcp &#8211;dport 26 -j REDIRECT &#8211;to-ports 25</p></blockquote>
<p><strong>Redirecting port to different host. (Redirect port 26 on 10.2.1.36 to port 25 on 10.2.1.42)</strong></p>
<blockquote><p> iptables -t nat -A PREROUTING -p tcp -i eth0 -d 10.2.1.36 &#8211;dport 25 -j DNAT &#8211;to 10.2.1.42:26<br />
    iptables -A FORWARD -p tcp -i eth0 -d 10.2.1.42 &#8211;dport 26 -j ACCEPT<br />
    iptables -t nat -A POSTROUTING -d 10.2.1.42 -p tcp &#8211;dport 26 -o eth0 -j MASQUERADE<br />
    iptables -A FORWARD -p tcp -i eth0 -s 10.2.1.42 &#8211;sport 26 -j ACCEPT<br />
    iptables -t nat -A POSTROUTING -p tcp -s 10.2.1.42 &#8211;sport 26 -j SNAT &#8211;to 10.2.1.36
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=89&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/03/port-redirecting-on-linux-using-ip-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>SSH reverse tunnel</title>
		<link>http://ihaveitall.wordpress.com/2009/09/03/ssh-reverse-tunnel-2/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/03/ssh-reverse-tunnel-2/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 09:30:13 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=87</guid>
		<description><![CDATA[ssh -nNT -R 10.36.1.6:14344:10.36.1.5:80 10.36.1.6 The &#8220;-n&#8221; option prevents reading from STDIN. Redirection from /dev/null to STDIN. &#8220;-N&#8221; tells ssh that the tunnel is not for executing remote commands. &#8220;-T&#8221; tells ssh not to allocate a pseudo-tty on the remote system. &#8220;-T&#8221; disables pseudo-tty allocation. Rough diagram: 10.36.1.5:80 &#60;&#8212; 10.36.1.6:14344 To avoid timeout: In /etc/ssh/sshd_config [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=87&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>ssh -nNT -R 10.36.1.6:14344:10.36.1.5:80 10.36.1.6</strong></em></p>
<p>The &#8220;-n&#8221; option prevents reading from STDIN. Redirection from /dev/null to STDIN.<br />
&#8220;-N&#8221; tells ssh that the tunnel is not for executing remote commands.<br />
&#8220;-T&#8221; tells ssh not to allocate a pseudo-tty on the remote system.<br />
&#8220;-T&#8221; disables pseudo-tty allocation.</p>
<p>Rough diagram:<br />
10.36.1.5:80 &lt;&#8212; 10.36.1.6:14344</p>
<p>To avoid timeout:</p>
<p>In /etc/ssh/sshd_config on the server:</p>
<p><em>TCPKeepAlive yes<br />
ClientAliveInterval 30<br />
ClientAliveCountMax 99999</em></p>
<p>To enable binding address in ssh -R:</p>
<p><em>GatewayPorts yes</em></p>
<p>Man page docu for -R switch:<br />
<em>-R [bind_address:]port:host:hostport</em></p>
<p>Specifies that the given port on the remote (server) host is to be forwarded to the given host and port on the local side. This works by allocating a socket to listen to port on the remote side, and whenever a connection is made to this port, the connection is forwarded over the secure channel, and a connection is made to host port hostport from the local machine.</p>
<p>Port forwardings can also be specified in the configuration file. Privileged ports can be forwarded only when logging in as root on the remote machine. IPv6 addresses can be specified by enclosing the address in square braces or using an alternative syntax: [bind_address/]host/port/hostport.</p>
<p>By default, the listening socket on the server will be bound to the loopback interface only. This may be overridden by specifying a bind_address. An empty bind_address, or the address &#8220;*&#8221;, indicates that the remote socket should listen on all interfaces. Specifying a remote bind_address will only succeed if the server&#8217;s GatewayPorts option is enabled (see sshd_config(5)).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=87&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/03/ssh-reverse-tunnel-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>SSH Reverse Tunnel</title>
		<link>http://ihaveitall.wordpress.com/2009/09/03/ssh-reverse-tunnel/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/03/ssh-reverse-tunnel/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 09:27:17 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=85</guid>
		<description><![CDATA[localhost:22 &#60;&#8212;- REMOTE_HOST:3333 The command for ssh reverse connect tunnel : 3333 is the port that listen on Remote Host ssh -N -R $REMOTE_PORT:localhost:22 username@3333 When somebody hits on the REMOTE_HOST:REMOTE_PORT the traffic will be forwarded to port 22 on the other end. The port 3333 will only listern on 127.0.0.1 (localhost) interface. To bind [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=85&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>localhost:22 &lt;&#8212;- REMOTE_HOST:3333</strong></em></p>
<p>The command for ssh reverse connect tunnel :</p>
<p>3333 is the port that listen on Remote Host</p>
<p>ssh  -N -R $REMOTE_PORT:localhost:22 username@3333</p>
<p>When somebody hits on the REMOTE_HOST:REMOTE_PORT the traffic will be forwarded to port 22 on the other end. The port 3333 will only listern on 127.0.0.1 (localhost) interface.</p>
<p>To bind the 3333 port to listen on all interfaces edit the sshd config (/etc/ssh/sshd_config) and enable &#8220;GatewayPorts yes&#8221; and reload sshd service or use the -g option on ssh command</p>
<p>Example :-<br />
ssh -g -p 9001 -N -R 3332:localhost:8080 root@remoteip</p>
<blockquote><p>#!/bin/sh</p>
<p># $REMOTE_HOST is the name of the remote system<br />
REMOTE_HOST=my.host.com</p>
<p># $REMOTE_PORT is the remote port number that will be used to tunnel<br />
# back to this system<br />
REMOTE_PORT=3333</p>
<p># $COMMAND is the command used to create the reverse ssh tunnel<br />
COMMAND=&#8221;ssh -p 9001 -i &#8220;/home/cites/.ssh/id_rsa&#8221; -N -R $REMOTE_PORT:localhost:22 user_name@$REMOTE_HOST&#8221;</p>
<p># Is the tunnel up? Perform two tests:</p>
<p># 1. Check for relevant process ($COMMAND)<br />
pgrep -f -x &#8220;$COMMAND&#8221; || $COMMAND</p>
<p># 2. Test tunnel by looking at &#8220;netstat&#8221; output on $REMOTE_HOST<br />
ssh $REMOTE_HOST netstat -an | egrep &#8220;tcp.*:$REMOTE_PORT.*LISTEN&#8221; \<br />
   &gt; /dev/null 2&gt;&amp;1<br />
if [ $? -ne 0 ] ; then<br />
   pkill -f -x &#8220;$COMMAND&#8221;<br />
   $COMMAND<br />
fi</p>
<p>ssh -p 9001 -N -R 3332:localhost:8080 root@my.host.com</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=85&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/03/ssh-reverse-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
		<item>
		<title>Repairing Ubuntu Linux Installation</title>
		<link>http://ihaveitall.wordpress.com/2009/09/03/repairing-ubuntu-linux-installation/</link>
		<comments>http://ihaveitall.wordpress.com/2009/09/03/repairing-ubuntu-linux-installation/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 09:19:46 +0000</pubDate>
		<dc:creator>ihaveitall</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ihaveitall.wordpress.com/?p=83</guid>
		<description><![CDATA[From the prompt you want to use the following commands (provided you have a live internet connection (wired): sudo apt-get install -f sudo dpkg &#8211;configure -a sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade The first will repair any damaged packages. The second will try to re-install any missing packages. The rest will update [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=83&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From the prompt you want to use the following commands (provided you have a live internet connection (wired):</p>
<blockquote><p>sudo apt-get install -f<br />
sudo dpkg &#8211;configure -a<br />
sudo apt-get update<br />
sudo apt-get upgrade<br />
sudo apt-get dist-upgrade</p></blockquote>
<p>The first will repair any damaged packages. The second will try to re-install any missing packages. The rest will update software to the latest releases.<br />
If you can&#8217;t repair, you need to boot with a live CD and backup all your data and then do a clean install</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ihaveitall.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ihaveitall.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ihaveitall.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ihaveitall.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ihaveitall.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ihaveitall.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ihaveitall.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ihaveitall.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ihaveitall.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ihaveitall.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ihaveitall.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ihaveitall.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ihaveitall.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ihaveitall.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ihaveitall.wordpress.com&amp;blog=8878035&amp;post=83&amp;subd=ihaveitall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ihaveitall.wordpress.com/2009/09/03/repairing-ubuntu-linux-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/364ee59993a755241527687c6d79ff4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ihaveitall</media:title>
		</media:content>
	</item>
	</channel>
</rss>
