<?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>Minimalistic Transparent X-Desktop</title>
	<atom:link href="http://princ3.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://princ3.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 12:32:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='princ3.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Minimalistic Transparent X-Desktop</title>
		<link>http://princ3.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://princ3.wordpress.com/osd.xml" title="Minimalistic Transparent X-Desktop" />
	<atom:link rel='hub' href='http://princ3.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Paste columns in vim</title>
		<link>http://princ3.wordpress.com/2011/06/30/paste-columns-in-vim/</link>
		<comments>http://princ3.wordpress.com/2011/06/30/paste-columns-in-vim/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 20:38:12 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=134</guid>
		<description><![CDATA[Finaly, after years of searching, i found an almost perfect solution. I sometimes like to write lists in vim which have 2 columns, or sometimes you copy something from the web and want to have it in two columns. First you have the text in one column, then you go to the first row you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=134&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2011/06/30/paste-columns-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>list only directories</title>
		<link>http://princ3.wordpress.com/2011/06/13/list-only-directories/</link>
		<comments>http://princ3.wordpress.com/2011/06/13/list-only-directories/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 13:45:40 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=129</guid>
		<description><![CDATA[This lists visible and hidden ones. ls -d */ .*/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=129&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2011/06/13/list-only-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>rsync over ssh without rsync &#8211;daemon</title>
		<link>http://princ3.wordpress.com/2011/06/10/rsync-over-ssh-without-rsync-daemon/</link>
		<comments>http://princ3.wordpress.com/2011/06/10/rsync-over-ssh-without-rsync-daemon/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 15:09:44 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=127</guid>
		<description><![CDATA[rsync -e ssh -l somefile someuser@someip:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=127&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2011/06/10/rsync-over-ssh-without-rsync-daemon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>clear scrollback buffer in terminal</title>
		<link>http://princ3.wordpress.com/2011/06/06/clear-scrollback-buffer-in-terminal/</link>
		<comments>http://princ3.wordpress.com/2011/06/06/clear-scrollback-buffer-in-terminal/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 18:34:19 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=122</guid>
		<description><![CDATA[clear and ^L: clears window and sets cursor at beginning of window. reset or ⌘K on Mac OSX: clears whole scrollback buffer<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=122&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2011/06/06/clear-scrollback-buffer-in-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>No Sound in Java-apps in Firefox</title>
		<link>http://princ3.wordpress.com/2008/07/26/no-sound-in-java-apps-in-firefox/</link>
		<comments>http://princ3.wordpress.com/2008/07/26/no-sound-in-java-apps-in-firefox/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:37:31 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[configuration]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=117</guid>
		<description><![CDATA[For a long time i had not sound in Firefox on Sites using Java (hobnox.com, runescape.com) I tested the Javasound localy withe the JavaSoundDemo: http://java.sun.com/products/java-media/sound/samples/JavaSoundDemo/ and i worked flawlessly. I had to activate the OSS Sequencer API in the Kernel under: Device Drivers/Sound/Advanced Linux Sound Architecture/ So even modern sites still use and need the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=117&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2008/07/26/no-sound-in-java-apps-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Searching for all ebuilds with specific useflag in Gentoo</title>
		<link>http://princ3.wordpress.com/2008/07/20/searching-for-all-ebuilds-with-specific-useflag-in-gentoo/</link>
		<comments>http://princ3.wordpress.com/2008/07/20/searching-for-all-ebuilds-with-specific-useflag-in-gentoo/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 22:55:54 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[configuration]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[eix]]></category>
		<category><![CDATA[useflag]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=115</guid>
		<description><![CDATA[Ever wondered how to find all those programms in portage you didn&#8217;t install, which have a specific useflag you were interested in ? Well, eix is capable of this useful feature, just search like this: eix -U someuseflag<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=115&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2008/07/20/searching-for-all-ebuilds-with-specific-useflag-in-gentoo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Compare Directories with diff</title>
		<link>http://princ3.wordpress.com/2008/05/15/compare-directories-with-diff/</link>
		<comments>http://princ3.wordpress.com/2008/05/15/compare-directories-with-diff/#comments</comments>
		<pubDate>Thu, 15 May 2008 17:34:35 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[directories]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=114</guid>
		<description><![CDATA[Its easier than i thought, just type: diff -rq Dir1 Dir2 -r stands for rekursive -q output only wether content differ<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=114&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2008/05/15/compare-directories-with-diff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Mounting ext4-filesystem with newer Kernels</title>
		<link>http://princ3.wordpress.com/2008/05/14/mounting-ext4-filesystem-with-newer-kernels/</link>
		<comments>http://princ3.wordpress.com/2008/05/14/mounting-ext4-filesystem-with-newer-kernels/#comments</comments>
		<pubDate>Wed, 14 May 2008 19:32:51 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[debugfs]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/?p=113</guid>
		<description><![CDATA[Trying to mount my ext4 partiton with a 2.6.25 kernel i get this errormessage: EXT4-fs: hda3: not marked OK to use with test code. There is a new special flag you have to set to mount development code, so do: [root]# debugfs -w /dev/hda3 debugfs 1.40.9 (27-Apr-2008) debugfs: set_super_value s_flags 4 debugfs: quit More info [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=113&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2008/05/14/mounting-ext4-filesystem-with-newer-kernels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Syncing your portage tree and overlays with eix</title>
		<link>http://princ3.wordpress.com/2007/12/26/syncing-your-portage-tree-and-overlays-with-eix/</link>
		<comments>http://princ3.wordpress.com/2007/12/26/syncing-your-portage-tree-and-overlays-with-eix/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 13:33:48 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[configuration]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/12/26/syncing-your-portage-tree-and-overlays-with-eix/</guid>
		<description><![CDATA[If you want to sync your portage tree and your layman-overlays with one command, you can use eix-sync for that. All you have to do is to create /etc/eix-sync.conf and place a * in it. If you want to have a cronjob for that create for example a file named /etc/cron.weekly/eix.cron and put something like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=112&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/12/26/syncing-your-portage-tree-and-overlays-with-eix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Java not working when libX11 compiled with xcb useflag</title>
		<link>http://princ3.wordpress.com/2007/12/22/java-not-working-when-libx11-compiled-with-xcb-useflag/</link>
		<comments>http://princ3.wordpress.com/2007/12/22/java-not-working-when-libx11-compiled-with-xcb-useflag/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 13:38:10 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/12/22/java-not-working-when-libx11-compiled-with-xcb-useflag/</guid>
		<description><![CDATA[Put LIBXCB_ALLOW_SLOPPY_LOCK=1 in your /etc/env.d/99local<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&amp;blog=478535&amp;post=111&amp;subd=princ3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/12/22/java-not-working-when-libx11-compiled-with-xcb-useflag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
	</channel>
</rss>
