<?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>blog.quilitz.de</title>
	<atom:link href="http://blog.quilitz.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.quilitz.de</link>
	<description></description>
	<lastBuildDate>Wed, 06 Jul 2011 18:36:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Missing title bars in Ubuntu 11.04</title>
		<link>http://blog.quilitz.de/2011/07/missing-title-bars-in-ubuntu-11-04/</link>
		<comments>http://blog.quilitz.de/2011/07/missing-title-bars-in-ubuntu-11-04/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 18:36:10 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=154</guid>
		<description><![CDATA[On my notenbook running Ubuntu 11.04 from time to time all windows loose their titlebar. I can restore them with the following command: compiz --replace In some forums it is also mentioned that compiz-decorator --replace should also be executed, but or me this was not necessary.]]></description>
			<content:encoded><![CDATA[<p>On my notenbook running Ubuntu 11.04 from time to time all windows loose their titlebar. I can restore them with the following command:</p>
<pre>compiz --replace</pre>
<p>In some forums it is also mentioned that </p>
<pre>compiz-decorator --replace </pre>
<p>should also be executed, but or me this was not necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2011/07/missing-title-bars-in-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing installation problem with nokogiri gem : libxml / libxslt is missing</title>
		<link>http://blog.quilitz.de/2010/11/fixing-installation-problem-with-nokogiri-gem-libxml-libxslt-is-missing/</link>
		<comments>http://blog.quilitz.de/2010/11/fixing-installation-problem-with-nokogiri-gem-libxml-libxslt-is-missing/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 12:10:16 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=150</guid>
		<description><![CDATA[The Nokogiri gem native extensions require libxml and libxslt. If you get an error like &#8220;libxml / libxslt is missing&#8221; during installation install the development packages for those libs. On Ubuntu do: sudo apt-get install libxml2-dev libxslt1-dev]]></description>
			<content:encoded><![CDATA[<p>The Nokogiri gem native extensions require libxml and libxslt. If you get an error like &#8220;libxml / libxslt is missing&#8221; during installation install the development packages for those libs. On Ubuntu do:</p>
<p><code>sudo apt-get install libxml2-dev libxslt1-dev</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/11/fixing-installation-problem-with-nokogiri-gem-libxml-libxslt-is-missing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debug NodeJS Applications with Eclipse &#8211; fix segmentation fault</title>
		<link>http://blog.quilitz.de/2010/08/debug-nodejs-applications-with-eclipse-fix-segmentation-fault/</link>
		<comments>http://blog.quilitz.de/2010/08/debug-nodejs-applications-with-eclipse-fix-segmentation-fault/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 11:08:31 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=138</guid>
		<description><![CDATA[Node.js is an evented javascript I/O framework using Googles V8 JavaScript engine. In the NodeJS wiki there is a good article on how to use Eclipse as Node Applications Debugger. When I tried it, node stoped with segmentation fault as soon as the debugger connected to the process. The fix is easy: set GCC_VERSION=44 before [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nodejs.org">Node.js</a> is an evented javascript I/O framework using Googles <a href="http://code.google.com/p/v8/">V8 JavaScript engine</a>. In the NodeJS wiki there is a good article on how to <a href="http://github.com/ry/node/wiki/using-eclipse-as-node-applications-debugger">use Eclipse as Node Applications Debugger.</a> When I tried it, node stoped with segmentation fault as soon as the debugger connected to the process. The fix is easy: set <code>GCC_VERSION=44</code> before running <code>make</code> during node installation. Viola, it works perfectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/08/debug-nodejs-applications-with-eclipse-fix-segmentation-fault/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thunderbird 3.1 on Ubuntu Lucid</title>
		<link>http://blog.quilitz.de/2010/08/thunderbird-3-1-ubuntu-lucid/</link>
		<comments>http://blog.quilitz.de/2010/08/thunderbird-3-1-ubuntu-lucid/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 11:11:48 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=114</guid>
		<description><![CDATA[Ubuntu Lucid currently comes with Thunderbird 3.0.x, but Michael found a nice way to install Thunderbird 3.1 on Ubuntu Lucid: sudo add-apt-repository ppa:ricotz/ppa &#38;&#38; sudo apt-get update sudo apt-get install thunderbird That&#8217;s it. You can find 64-bit versions of lightning (v 1.0b2) and the google calendar add-on at: http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b2/contrib/linux-x86_64/]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Lucid currently comes with Thunderbird 3.0.x, but <a href="http://egon.resonar.de/">Michael</a> found a nice way to <a href="http://egon.resonar.de/2010/07/20/thunderbird-3-1-1-ppa-fuer-ubuntu-maverick-lucid-karmic-jaunty-hardy/">install Thunderbird 3.1 on Ubuntu Lucid:</a></p>
<pre>sudo add-apt-repository ppa:ricotz/ppa &amp;&amp; sudo apt-get update
sudo apt-get install thunderbird
</pre>
<p>That&#8217;s it.</p>
<p>You can find 64-bit versions of lightning (v 1.0b2) and the google calendar add-on at: <a href="http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b2/contrib/linux-x86_64/">http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b2/contrib/linux-x86_64/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/08/thunderbird-3-1-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.4 : Move window buttons to the right</title>
		<link>http://blog.quilitz.de/2010/05/ubuntu-10-4-move-window-buttons-to-the-right/</link>
		<comments>http://blog.quilitz.de/2010/05/ubuntu-10-4-move-window-buttons-to-the-right/#comments</comments>
		<pubDate>Wed, 12 May 2010 09:59:59 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[metacity]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=99</guid>
		<description><![CDATA[After upgrading to Ubuntu 10.4 LTS you might notice that the window buttons are left aligned.  After browsing some forums I found a solution to move them back to the right: run gconf-editor from terminal or Alt-F2, go to apps - metacity - general and set button_layout to menu:minimize,maximize,close Hit OK and the buttons are [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to Ubuntu 10.4 LTS you might notice that the window buttons are left aligned.  After browsing some forums I found a solution to move them back to the right:</p>
<p>run <em>gconf-editor</em> from terminal or Alt-F2, go to</p>
<pre>apps - metacity - general</pre>
<p>and set</p>
<pre>button_layout</pre>
<p>to</p>
<pre>menu:minimize,maximize,close</pre>
<p>Hit OK and the buttons are right aligned <img src='http://blog.quilitz.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><b>Update:</b> Shortcut:
<pre>gconftool-2  -s /apps/metacity/general/button_layout -t String "menu:minimize,maximize,close"</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/05/ubuntu-10-4-move-window-buttons-to-the-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checkout sub directories in git (sparse checkouts)</title>
		<link>http://blog.quilitz.de/2010/03/checkout-sub-directories-in-git-sparse-checkouts/</link>
		<comments>http://blog.quilitz.de/2010/03/checkout-sub-directories-in-git-sparse-checkouts/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:33:15 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=81</guid>
		<description><![CDATA[SVN externals is a really nice feature I used a lot. Switching to git I was really missing it. Of course there is git-submodule but it&#8217;s not the same. Now, with version 1.7 git supports so called sparse checkouts which allow you to only include specific sub directories of a repository in your project. You [...]]]></description>
			<content:encoded><![CDATA[<p>SVN externals is a really nice feature I used a lot. Switching to <a href="http://git-scm.com/">git</a> I was really missing it. Of course there is <a href="http://www.kernel.org/pub/software/scm/git/docs/git-submodule.html">git-submodule</a> but it&#8217;s not the same. Now, with version 1.7 git supports so called <a href="http://www.kernel.org/pub/software/scm/git/docs/git-read-tree.html#_sparse_checkout">sparse checkouts</a> which allow you to only include specific sub directories of a repository in your project. You still need to clone the whole repository, but afterwards you can tell git to only show the specified sub directories.</p>
<p>Here is how it works:</p>
<ol>
<li>clone the other repository (in my case, for a Rails app, I did it in vendor/plugins/)
<pre>git clone &lt;repository_url&gt; &lt;directory&gt;</pre>
</li>
<li>cd to &lt;directory&gt;
<pre>cd &lt;directory&gt;</pre>
</li>
<li>enable sparsecheckout
<pre>git config core.sparsecheckout true</pre>
</li>
<li>add directories you want to have in your checkout to <code>.git/info/sparse-checkout</code>, e.g.
<pre>echo app/models/ &gt; .git/info/sparse-checkout
echo lib/ &gt;&gt; .git/info/sparse-checkout</pre>
</li>
<li>run <a href="http://www.kernel.org/pub/software/scm/git/docs/git-read-tree.html">read-tree</a>
<pre>git read-tree -m -u HEAD</pre>
</li>
</ol>
<p><code>ls</code> now shows
<pre>app lib</pre>
<p>Forgot a directory you wanted to include? Just repeat step 4 and 5.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/03/checkout-sub-directories-in-git-sparse-checkouts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Varnish on CentOS</title>
		<link>http://blog.quilitz.de/2010/02/varnish-on-centos/</link>
		<comments>http://blog.quilitz.de/2010/02/varnish-on-centos/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:17:28 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[varnish]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=15</guid>
		<description><![CDATA[I previously wrote on how to install Varnish on Debian/Ubuntu. Here is how to install it on CentOS and the like: add EPEL to your repositories: rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm install vanish using yum yum install varnish.x86_64 Note: Change x86_64 to i386 if you are not on a 64 bit system. Config files are at /etc/varnish/default.vcl [...]]]></description>
			<content:encoded><![CDATA[<p>I previously wrote on how to install <a href="http://blog.quilitz.de/2010/01/varnish-on-ubuntu">Varnish on Debian/Ubuntu</a>. Here is how to install it on CentOS and the like:</p>
<ol>
<li>add <a title="Extra Packages for Enterprise Linux " href="http://fedoraproject.org/wiki/EPEL">EPEL</a> to your repositories:
<pre>rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm</pre>
</li>
<li> install vanish using yum
<pre>yum install varnish.x86_64</pre>
</li>
</ol>
<p>Note: Change x86_64 to i386 if you are not on a 64 bit system.</p>
<p>Config files are at /etc/varnish/default.vcl and /etc/sysconfig/varnish</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/02/varnish-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DARQ &#8211; Federated SPARQL queries &#8211; status</title>
		<link>http://blog.quilitz.de/2010/01/darq-federated-sparql-queries-status/</link>
		<comments>http://blog.quilitz.de/2010/01/darq-federated-sparql-queries-status/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:17:03 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=97</guid>
		<description><![CDATA[There have been several request about DARQ during the past months, so I thought it&#8217;s time to post a short project status. DARQ (original website) is a query engine for federated SPARQL queries I worked on in the past. It provides transparent query access to multiple, distributed SPARQL endpoints as if querying a single RDF [...]]]></description>
			<content:encoded><![CDATA[<p>There have been several request about DARQ during the past months, so I thought it&#8217;s time to post a short project status. DARQ (<a href="http://darq.sourceforge.net/">original website</a>) is a query engine for federated <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> queries I worked on in the past. It provides transparent query access to multiple, distributed SPARQL endpoints as if querying a single RDF graph. In other words: It automatically splits an incoming query, sends  sub-queries to the relevant endpoints and merges the results into one resultset. The available endpoints need to be registered in the system using Service Descriptions. This works quiet  well if the vocabularies do not overlap very much, i.e. if two or services store the same properties for resources it can be very slow. However, if there is little overlap query answering can be done in a  reasonable time. Some results of the work were published at ESWC 2008 (<a href="http://www.eswc2008.org/final-pdfs-for-web-site/qpII-2.pdf">paper</a>), the source code is available at <a href="https://sourceforge.net/projects/darq/">sourceforce</a>.</p>
<p>DARQ started as a proof of concept system at HP Labs in 2006, it is in very early stage and I would not recommend to use it in any production environment. I worked on DARQ until early 2008, after that DARQ was continued by a diploma student who added query caching and a basic query translation mechanism, that allows to specify mappings between vocabularies, i.e. &#8220;Authors are a subclass of Persons&#8221; or  &#8220;price in EUR can be converted to USD using exchange rare X&#8221;. Mappings are defined using SWRL. However, schema mapping support is even more a prototype than DARQ is and has not been tested extensively. He finished his work in Sept. 08, his changes can be found in the svn trunk.  The version used for the benchmarks shown in the ESWC 2008 paper is tagged with &#8216;benchmarks2&#8242; &#8211; all documentation writtten by me is for that version. It will likely not work with any of the recent Jena/ARQ releases, though i never tested it. There are currently no plans to continue the development.</p>
<p>If you have any questions related to DARQ feel free to post a comment or email me.</p>
<p>Update: The version in the svn trunk requires a mapping file. This file contains the mapping rules used for query translation. It  must use SWRLs Concrete Syntax representation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/01/darq-federated-sparql-queries-status/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Varnish on Ubuntu</title>
		<link>http://blog.quilitz.de/2010/01/varnish-on-ubuntu/</link>
		<comments>http://blog.quilitz.de/2010/01/varnish-on-ubuntu/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:32:17 +0000</pubDate>
		<dc:creator>bastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[varnish]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=14</guid>
		<description><![CDATA[&#8220;Varnish is a state-of-the-art, high-performance HTTP accelerator.&#8221; (varnish-cache.org). It&#8217;s configuration language VCL makes it very flexible &#8211; it even allows to use custom inline C code In the past I always build varnish from source myself and used checkinstall to create deb packages. A few days ago I came across a post by Trevor that [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Varnish is a state-of-the-art, high-performance HTTP accelerator.&#8221; (<a href="http://varnish-cache.org">varnish-cache.org</a>). It&#8217;s configuration language VCL makes it very flexible &#8211; it even allows to use custom inline C code <img src='http://blog.quilitz.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In the past I always build varnish from source myself and used checkinstall to create deb packages. A few days ago I came across a <a href="http://almosteffortless.com/2009/10/22/installing-varnish-with-nginx-passenger-and-monit-on-ubuntu-8-10-intrepid/">post by Trevor</a> that simplifies the installation on Debian/Ubuntu:</p>
<ol>
<li>make sure you have all requires libs/tools installed:
<pre>apt-get update
apt-get install subversion autotools-dev automake1.9 libtool autoconf libncurses-dev xsltproc quilt</pre>
</li>
<li>checkout the varnish source code from svn (change version number as needed)
<pre>svn co http://varnish-cache.org/svn/tags/varnish-2.0.6/</pre>
</li>
<li>build deb packages
<pre>cd varnish-2.0.6/varnish-cache/
dpkg-buildpackage</pre>
</li>
<li>install (package names may differ depending on the architecture, e.g. i386 instead of amd64)
<pre>cd ..
dpkg -i libvarnish1_2.0.4-6_amd64.deb
dpkg -i varnish_2.0.4-6_amd64.deb</pre>
</li>
<li> you can now change the config in /etc/varnish/default.vcl and /etc/default/varnish</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2010/01/varnish-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to my blog!</title>
		<link>http://blog.quilitz.de/2009/10/hello-world/</link>
		<comments>http://blog.quilitz.de/2009/10/hello-world/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 08:36:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.quilitz.de/?p=1</guid>
		<description><![CDATA[Wow. I finally have a blog. Being involved in a product targeting bloggers (affinityclick.com) I thought it is time to start my own blog (again). Had one ages ago but never wrote that much. It then disappeared during a server crash&#8230;. This is a next try.]]></description>
			<content:encoded><![CDATA[<p>Wow. I finally have a blog. Being involved in a product targeting bloggers (<a title="affinityclick" href="http://affinityclick.com/">affinityclick.com</a>) I thought it is time to start my own blog (again). Had one ages ago but never wrote that much. It then disappeared during a server crash&#8230;. This is a next try.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quilitz.de/2009/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

