<?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 mindfuzz</title>
	<atom:link href="http://www.mindfuzz.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.mindfuzz.net</link>
	<description>{ coding, maths, linux }</description>
	<lastBuildDate>Sun, 02 Jun 2013 22:13:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on How to use git over SSH by Installing Trac (with git) in Fedora 15/16 [Part 2] &#124; Organised Chaos</title>
		<link>http://www.mindfuzz.net/?p=250&#038;cpage=1#comment-4429</link>
		<dc:creator>Installing Trac (with git) in Fedora 15/16 [Part 2] &#124; Organised Chaos</dc:creator>
		<pubDate>Sun, 02 Jun 2013 22:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=250#comment-4429</guid>
		<description><![CDATA[[...] I do development work on. You can use ssh to commit to the git repository remotely. There are many guides online on how to do this, so I won&#8217;t cover it here. You can create the folder to store [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I do development work on. You can use ssh to commit to the git repository remotely. There are many guides online on how to do this, so I won&#8217;t cover it here. You can create the folder to store [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use git over SSH by Barun Saha</title>
		<link>http://www.mindfuzz.net/?p=250&#038;cpage=1#comment-4420</link>
		<dc:creator>Barun Saha</dc:creator>
		<pubDate>Fri, 22 Mar 2013 15:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=250#comment-4420</guid>
		<description><![CDATA[This is useful to troubleshoot SSH-related issues.]]></description>
		<content:encoded><![CDATA[<p>This is useful to troubleshoot SSH-related issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use git over SSH by Barun Saha</title>
		<link>http://www.mindfuzz.net/?p=250&#038;cpage=1#comment-4419</link>
		<dc:creator>Barun Saha</dc:creator>
		<pubDate>Fri, 22 Mar 2013 15:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=250#comment-4419</guid>
		<description><![CDATA[Concise and to the point -- and, of course, helpful!

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Concise and to the point &#8212; and, of course, helpful!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use git over SSH by pax</title>
		<link>http://www.mindfuzz.net/?p=250&#038;cpage=1#comment-4416</link>
		<dc:creator>pax</dc:creator>
		<pubDate>Sat, 23 Feb 2013 21:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=250#comment-4416</guid>
		<description><![CDATA[sudo git push origin dev 
[sudo] password for user: 
user@192.168.0.5&#039;s password: 
Counting objects: 9, done.
Delta compression using up to 6 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 629 bytes, done.
Total 5 (delta 3), reused 0 (delta 0)
error: insufficient permission for adding an object to repository database ./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To user@192.168.0.5:/var/www/apps
 ! [remote rejected] dev -&gt; dev (n/a (unpacker error))
error: failed to push some refs to &#039;user@192.168.0.5:/var/www/apps&#039;

Why can&#039;t I push to the remote server via ssh?]]></description>
		<content:encoded><![CDATA[<p>sudo git push origin dev<br />
[sudo] password for user:<br />
<a href="mailto:user@192.168">user@192.168</a>.0.5&#8242;s password:<br />
Counting objects: 9, done.<br />
Delta compression using up to 6 threads.<br />
Compressing objects: 100% (4/4), done.<br />
Writing objects: 100% (5/5), 629 bytes, done.<br />
Total 5 (delta 3), reused 0 (delta 0)<br />
error: insufficient permission for adding an object to repository database ./objects</p>
<p>fatal: failed to write object<br />
error: unpack failed: unpack-objects abnormal exit<br />
To <a href="mailto:user@192.168">user@192.168</a>.0.5:/var/www/apps<br />
 ! [remote rejected] dev -&gt; dev (n/a (unpacker error))<br />
error: failed to push some refs to &#8216;user@192.168.0.5:/var/www/apps&#8217;</p>
<p>Why can&#8217;t I push to the remote server via ssh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux with irssi &#8211; ncurses redraw bug by hit9</title>
		<link>http://www.mindfuzz.net/?p=393&#038;cpage=1#comment-4326</link>
		<dc:creator>hit9</dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=393#comment-4326</guid>
		<description><![CDATA[maybe  this line is also needed for your bashrc

TERM=screen-256color]]></description>
		<content:encoded><![CDATA[<p>maybe  this line is also needed for your bashrc</p>
<p>TERM=screen-256color</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux with irssi &#8211; ncurses redraw bug by Johan</title>
		<link>http://www.mindfuzz.net/?p=393&#038;cpage=1#comment-4323</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Fri, 30 Nov 2012 10:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=393#comment-4323</guid>
		<description><![CDATA[What worked best for me was to add the following alias to my .bashrc:

&lt;code&gt;alias irssi=&#039;TERM=screen-256color irssi&#039;&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>What worked best for me was to add the following alias to my .bashrc:</p>
<p><code>alias irssi='TERM=screen-256color irssi'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gentoo gcc &#8211; &#8220;emake failed with bootstrap-lean&#8221; by m47730</title>
		<link>http://www.mindfuzz.net/?p=366&#038;cpage=1#comment-4321</link>
		<dc:creator>m47730</dc:creator>
		<pubDate>Fri, 19 Oct 2012 07:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=366#comment-4321</guid>
		<description><![CDATA[Also for disk space! Very useful post!]]></description>
		<content:encoded><![CDATA[<p>Also for disk space! Very useful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use git over SSH by Installing Trac (with git) on Fedora [blogger import] &#124; Organised Chaos</title>
		<link>http://www.mindfuzz.net/?p=250&#038;cpage=1#comment-4320</link>
		<dc:creator>Installing Trac (with git) on Fedora [blogger import] &#124; Organised Chaos</dc:creator>
		<pubDate>Sun, 30 Sep 2012 09:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=250#comment-4320</guid>
		<description><![CDATA[[...] I do development work on. You can use ssh to commit to the git repository remotely. There are many guides online on how to do this, so I won&#8217;t cover it here. You can create the folder to store [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I do development work on. You can use ssh to commit to the git repository remotely. There are many guides online on how to do this, so I won&#8217;t cover it here. You can create the folder to store [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use git over SSH by a simple git repository over ssh &#171; YarcRamble</title>
		<link>http://www.mindfuzz.net/?p=250&#038;cpage=1#comment-4310</link>
		<dc:creator>a simple git repository over ssh &#171; YarcRamble</dc:creator>
		<pubDate>Mon, 04 Jun 2012 07:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=250#comment-4310</guid>
		<description><![CDATA[[...] I&#8217;m solely based on ssh though, so I need an ssh server setup. Will gives me a really simple and short [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m solely based on ssh though, so I need an ssh server setup. Will gives me a really simple and short [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on irssi, ultimate configuration by RichTea</title>
		<link>http://www.mindfuzz.net/?p=301&#038;cpage=1#comment-4309</link>
		<dc:creator>RichTea</dc:creator>
		<pubDate>Tue, 22 May 2012 09:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindfuzz.net/?p=301#comment-4309</guid>
		<description><![CDATA[Thanks for the config guide I really like this setup

I added bitlbee_tab_completion.pl and nicklist.pl  scripts to irssi too 

Also twirssi.pl is very nice if your a twit too]]></description>
		<content:encoded><![CDATA[<p>Thanks for the config guide I really like this setup</p>
<p>I added bitlbee_tab_completion.pl and nicklist.pl  scripts to irssi too </p>
<p>Also twirssi.pl is very nice if your a twit too</p>
]]></content:encoded>
	</item>
</channel>
</rss>
