<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Pieter Vogelaar</title>
	<link>http://pietervogelaar.nl</link>
	<description>Freelance PHP developer</description>
	<lastBuildDate>Thu, 12 Apr 2012 12:12:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Command &#8220;df&#8221; in linux shows incorrect free space after file removal</title>
		<description><![CDATA[Today the &#8220;/tmp&#8221; directory was full on a server because of a huge log file. When I checked it with the command &#8220;df -h&#8221; is saw that the directory used 100% of disk space. After I removed the log file, &#8220;df -h&#8221; still displayed the same value. I thought that it might be a caching [...]]]></description>
		<link>http://pietervogelaar.nl/command-df-in-linux-shows-incorrect-free-space-after-file-removal/</link>
			</item>
	<item>
		<title>Solr 3.5 &#8211; Search case insensitive on a string field for exact match</title>
		<description><![CDATA[Solr has by default in the schema.xml the field type &#8220;string&#8221; available. &#60;!-- The StrField type is not analyzed, but indexed/stored verbatim. --&#62; &#60;fieldType name=&#34;string&#34; class=&#34;solr.StrField&#34; sortMissingLast=&#34;true&#34; omitNorms=&#34;true&#34;/&#62; With this field type you can search with a string to get an exact match, instead of a contains match that the &#8220;text_general&#8221; field type will give [...]]]></description>
		<link>http://pietervogelaar.nl/solr-3-5-search-case-insensitive-on-a-string-field-for-exact-match/</link>
			</item>
	<item>
		<title>Solr 3.5 &#8211; Stop words are not removed</title>
		<description><![CDATA[At http://wiki.apache.org/solr/LanguageAnalysis stop word files can be downloaded for several languages. Also the one for the English language is more extended than the default one shipped with Solr. However if you enable them with the solr.StopFilterFactory the stop words still are not removed. This is caused by the &#8220;&#124;&#8221; pipe characters after each word. Solr [...]]]></description>
		<link>http://pietervogelaar.nl/solr-3-5-stop-words-are-not-removed/</link>
			</item>
	<item>
		<title>Solr 3.5 &#8211; Multiple stop word files</title>
		<description><![CDATA[As of Solr version 1.3 it&#8217;s possible to use multiple stop word files. You can define multiple files comma seperated like this: &#60;filter class=&#34;solr.StopFilterFactory&#34; ignoreCase=&#34;true&#34; &#160; &#160;words=&#34;stopwords_en.txt,stopwords_nl.txt&#34; &#160; &#160;enablePositionIncrements=&#34;true&#34; /&#62;]]></description>
		<link>http://pietervogelaar.nl/solr-3-5-multiple-stop-word-files/</link>
			</item>
	<item>
		<title>Git how to create remote branch from checked out master</title>
		<description><![CDATA[In a project you&#8217;ll reach at a certain point the need to start working on a new major version of your application, lets say version 2. Then you&#8217;ll probably want the current master to move to a branch with a name like &#8220;1.x&#8221; and from then on the master branch will contain version &#8220;2.x&#8221;. To [...]]]></description>
		<link>http://pietervogelaar.nl/git-how-to-create-remote-branch-from-checked-out-master/</link>
			</item>
	<item>
		<title>Ubuntu 11.04 / OpenPanel &#8211; Install Webalizer</title>
		<description><![CDATA[Make sure you make all changes as user &#8220;root&#8221;. Install Webalizer apt-get install webalizer First change the default webalizer config. nano /etc/webalizer/webalizer.conf Incremental processing allows multiple partial log files to be used instead of one huge one. And OpenPanel creates multiple files by default, so lets set &#8220;incremental&#8221; to yes. #Incremental no Incremental yes OpenPanel [...]]]></description>
		<link>http://pietervogelaar.nl/ubuntu-11-04-openpanel-install-webalizer/</link>
			</item>
	<item>
		<title>Ubuntu 11.04 &#8211; Netbeans 7 clear cache</title>
		<description><![CDATA[Sometimes code completion for Netbeans can be corrupted and will not work anymore for a certain project. This can be fixed if you clear the Netbeans cache. Close Netbeans. Remove the cache folder: rm -rf "/home/YOURNAME/.netbeans/var/cache" Start Netbeans 7 and everything should be working fine again!]]></description>
		<link>http://pietervogelaar.nl/ubuntu-11-04-netbeans-7-clear-cache/</link>
			</item>
	<item>
		<title>Ubuntu 11.10 &#8211; Add Netbeans to Unity launcher</title>
		<description><![CDATA[To add Netbeans to the Unity launcher in Ubuntu 11.10 is unfortunately not as easy as executing the application and click &#8220;Stick in launcher&#8221;. Problems: - If you click on the icon again, it will try to start a new instance of Netbeans. Netbeans will see that it&#8217;s already opened, so it will not start [...]]]></description>
		<link>http://pietervogelaar.nl/ubuntu-11-10-add-netbeans-to-unity-launcher/</link>
			</item>
	<item>
		<title>Ubuntu 11.10 &#8211; Install downloaded deb file with dependencies</title>
		<description><![CDATA[First of all, let me say it&#8217;s always best to install with the Ubuntu software centre or Synaptic (still my personal favourite). But if the package is only available for download on a certain website, for example MySQL Workbench, you must download the deb file (debian package) and install it by yourself. Open a terminal [...]]]></description>
		<link>http://pietervogelaar.nl/ubuntu-11-10-install-downloaded-deb-file-with-dependencies/</link>
			</item>
	<item>
		<title>Disable jqGrid data load on initialization</title>
		<description><![CDATA[I have a jqGrid in a tab that is initalized on page load, but at that time the tab is not visible yet. Because the tab is not visible, the grid JSON data should not be loaded right after grid initialization. It&#8217;s not very intuitive to get this done, but it&#8217;s quite easy to do! [...]]]></description>
		<link>http://pietervogelaar.nl/disable-jqgrid-data-load-on-initialization/</link>
			</item>
</channel>
</rss>

