<?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>Linux Swords</title>
	<atom:link href="http://blog.mjava.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mjava.ch</link>
	<description>kids, baduk und cmd-lines</description>
	<lastBuildDate>Sat, 28 Aug 2010 08:39:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>willcodeforfoo</title>
		<link>http://blog.mjava.ch/2010/08/28/willcodeforfoo/</link>
		<comments>http://blog.mjava.ch/2010/08/28/willcodeforfoo/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 08:39:22 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=292</guid>
		<description><![CDATA[“ There are only two hard things in Computer Science: cache invalidation and naming things. Phil Karlton
viawillcodeforfoo.
]]></description>
			<content:encoded><![CDATA[<p>“ There are only two hard things in Computer Science: cache invalidation and naming things. Phil Karlton</p>
<p>via<a href='http://tumblr.org/'>willcodeforfoo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/08/28/willcodeforfoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the Google Command Line Tool &#8211; Google Open Source Blog</title>
		<link>http://blog.mjava.ch/2010/06/22/introducing-the-google-command-line-tool-google-open-source-blog/</link>
		<comments>http://blog.mjava.ch/2010/06/22/introducing-the-google-command-line-tool-google-open-source-blog/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 08:27:44 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=288</guid>
		<description><![CDATA[Introducing the Google Command Line Tool
viaIntroducing the Google Command Line Tool &#8211; Google Open Source Blog.
]]></description>
			<content:encoded><![CDATA[<p>Introducing the Google Command Line Tool</p>
<p>via<a href='http://google-opensource.blogspot.com/2010/06/introducing-google-command-line-tool.html'>Introducing the Google Command Line Tool &#8211; Google Open Source Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/06/22/introducing-the-google-command-line-tool-google-open-source-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>grep for intersection in files</title>
		<link>http://blog.mjava.ch/2010/06/04/grep-for-intersection-in-files/</link>
		<comments>http://blog.mjava.ch/2010/06/04/grep-for-intersection-in-files/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 21:29:10 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[cmd-lines]]></category>
		<category><![CDATA[grep]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=285</guid>
		<description><![CDATA[grep -Fx -f file1 file2
intersection between two files 
]]></description>
			<content:encoded><![CDATA[<p><code>grep -Fx -f file1 file2</code><br />
intersection between two files </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/06/04/grep-for-intersection-in-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader (5)</title>
		<link>http://blog.mjava.ch/2010/04/30/google-reader-5/</link>
		<comments>http://blog.mjava.ch/2010/04/30/google-reader-5/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 21:42:01 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=283</guid>
		<description><![CDATA[$ vi +/pattern [file]
Open up vi or vim at the first instance of a pattern in [file]. Useful if you know where you want to be, like &#34;PermitRootLogin&#34; in sshd_config. Also, vi +10 [file] will open up a file at line 10. VERY useful when you get &#34;error at line 10&#34; type of output.
viaGoogle Reader [...]]]></description>
			<content:encoded><![CDATA[<p>$ vi +/pattern [file]</p>
<p>Open up vi or vim at the first instance of a pattern in [file]. Useful if you know where you want to be, like &quot;PermitRootLogin&quot; in sshd_config. Also, vi +10 [file] will open up a file at line 10. VERY useful when you get &quot;error at line 10&quot; type of output.</p>
<p>via<a href='https://www.google.com/reader/view/#stream/user%2F06490457852323272374%2Fstate%2Fcom.google%2Freading-list'>Google Reader (5)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/04/30/google-reader-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Tools To Add Some Spice To Your UNIX Shell Scripts</title>
		<link>http://blog.mjava.ch/2010/04/22/10-tools-to-add-some-spice-to-your-unix-shell-scripts/</link>
		<comments>http://blog.mjava.ch/2010/04/22/10-tools-to-add-some-spice-to-your-unix-shell-scripts/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 06:12:47 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=279</guid>
		<description><![CDATA[10 Tools To Add Some Spice To Your UNIX Shell Scripts.
pimp my shell
]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html'>10 Tools To Add Some Spice To Your UNIX Shell Scripts</a>.</p>
<p>pimp my shell</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/04/22/10-tools-to-add-some-spice-to-your-unix-shell-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual jQuery 1.1</title>
		<link>http://blog.mjava.ch/2010/04/21/visual-jquery-1-1/</link>
		<comments>http://blog.mjava.ch/2010/04/21/visual-jquery-1-1/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:11:30 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=277</guid>
		<description><![CDATA[Visual jQuery 1.1.
cool visual jquery api reference
]]></description>
			<content:encoded><![CDATA[<p><a href='http://visualjquery.com/1.1.2.html'>Visual jQuery 1.1</a>.</p>
<p>cool visual jquery api reference</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/04/21/visual-jquery-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing remote files securely with vim</title>
		<link>http://blog.mjava.ch/2010/04/21/editing-remote-files-securely-with-vim/</link>
		<comments>http://blog.mjava.ch/2010/04/21/editing-remote-files-securely-with-vim/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:10:40 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=274</guid>
		<description><![CDATA[Editing remote files securely with vim.
vim scp://user@host/[path_to_file]
]]></description>
			<content:encoded><![CDATA[<p><a href='http://articles.techrepublic.com.com/5100-10878_11-6028859.html?tag=nl.e011'>Editing remote files securely with vim</a>.</p>
<p>vim scp://user@host/[path_to_file]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/04/21/editing-remote-files-securely-with-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the internet is</title>
		<link>http://blog.mjava.ch/2010/04/09/the-internet-is/</link>
		<comments>http://blog.mjava.ch/2010/04/09/the-internet-is/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 06:37:55 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/?p=272</guid>
		<description><![CDATA[the all-knowing garbage dump
free translation of a german quote by Tim Pritlove chaosradio express
]]></description>
			<content:encoded><![CDATA[<p><quote>the all-knowing garbage dump</quote></p>
<p><small>free translation of a german quote by Tim Pritlove <a href="http://chaosradio.ccc.de">chaosradio express</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/04/09/the-internet-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intellij IDEA: jumping to closing open brackets</title>
		<link>http://blog.mjava.ch/2010/04/07/intellij-idea-jumping-to-closing-open-brackets/</link>
		<comments>http://blog.mjava.ch/2010/04/07/intellij-idea-jumping-to-closing-open-brackets/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 12:03:13 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[tags xml java opening closing]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2010/04/07/intellij-idea-jumping-to-closing-open-brackets/</guid>
		<description><![CDATA[http://www.jetbrains.com/idea/webhelp/navigating-to-braces.html
works even for xml/html tags  
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jetbrains.com/idea/webhelp/navigating-to-braces.html">http://www.jetbrains.com/idea/webhelp/navigating-to-braces.html</a></p>
<p>works even for xml/html tags <img src='http://blog.mjava.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/04/07/intellij-idea-jumping-to-closing-open-brackets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thinking about blogging</title>
		<link>http://blog.mjava.ch/2010/04/07/thinking-about-blogging/</link>
		<comments>http://blog.mjava.ch/2010/04/07/thinking-about-blogging/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 05:27:07 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2010/04/07/thinking-about-blogging/</guid>
		<description><![CDATA[Maybe I&#8217;ll change to another form of blogging:
tumblelog, like http://soup.io
see also http://en.wikipedia.org/wiki/Tumblr
]]></description>
			<content:encoded><![CDATA[<p>Maybe I&#8217;ll change to another form of blogging:</p>
<p>tumblelog, like <a href="http://soup.io">http://soup.io</a></p>
<p>see also <a href="http://en.wikipedia.org/wiki/Tumblr">http://en.wikipedia.org/wiki/Tumblr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2010/04/07/thinking-about-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
