<?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>ter Smitten&#039;s</title>
	<atom:link href="http://blog.tersmitten.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tersmitten.nl</link>
	<description>Geek stuff</description>
	<lastBuildDate>Fri, 18 May 2012 18:55:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SVN ignore cakePHP tmp directory</title>
		<link>http://blog.tersmitten.nl/archives/1363</link>
		<comments>http://blog.tersmitten.nl/archives/1363#comments</comments>
		<pubDate>Sun, 15 Apr 2012 19:39:36 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1363</guid>
		<description><![CDATA[If you want to make sure that cache/log files won&#8217;t show up when you commit, execute the following command inside your app directory. svn propset svn:ignore &#34;*&#34; tmp -R This will ignore the tmp directory (recursively)!]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1363/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The countdown has begun; Ubuntu 12.04 LTS is coming</title>
		<link>http://blog.tersmitten.nl/archives/1366</link>
		<comments>http://blog.tersmitten.nl/archives/1366#comments</comments>
		<pubDate>Sun, 15 Apr 2012 19:28:53 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1366</guid>
		<description><![CDATA[Ubuntu 12.04 LTS will be released on April 26 and supported until April 2017. Updates I am looking forward to include: MySQL version 5.5.22 APC version 3.1.7-1 and of course the 3.2.0.x kernel! References: http://www.ubuntu.com/community/countdown https://wiki.ubuntu.com/PrecisePangolin/TechnicalOverview/Beta2#New_features_in_Precise]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1366/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change a commit message in svn/trac</title>
		<link>http://blog.tersmitten.nl/archives/1362</link>
		<comments>http://blog.tersmitten.nl/archives/1362#comments</comments>
		<pubDate>Thu, 15 Mar 2012 20:12:48 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1362</guid>
		<description><![CDATA[Sometimes you&#8217;ll have an error in your commit message or no message at all. If your repository is configured to accept changes to this log message after the commit is finished, you can &#8220;fix&#8221; your message remotely using svn propset. However, because of the potential to loose information, Subversion repositories are not, by default, configured [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1362/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove all unused kernels in Ubuntu (commandline)</title>
		<link>http://blog.tersmitten.nl/archives/1344</link>
		<comments>http://blog.tersmitten.nl/archives/1344#comments</comments>
		<pubDate>Thu, 15 Mar 2012 19:51:25 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1344</guid>
		<description><![CDATA[Here&#8217;s a little snippet that I use to remove all the unused kernels on my Ubuntu servers/desktops. Unused means all the kernel that are currently not in use. For servers that don&#8217;t reboot so often that could mean removing kernels that are newer than uname -r. So make sure to pay attention&#8230; dpkg -l &#124; [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1344/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cacti HTTP response time</title>
		<link>http://blog.tersmitten.nl/archives/1346</link>
		<comments>http://blog.tersmitten.nl/archives/1346#comments</comments>
		<pubDate>Mon, 28 Nov 2011 09:47:53 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cacti]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1346</guid>
		<description><![CDATA[For a while I wanted to graph the HTTP response time of my server(s). I already had Nagios monitor it but now I wanted a nice Cacti image. Based on the check_http script I created (thanks to guy2006) a Perl wrapper to return the response time part: # /usr/lib/nagios/plugins/check_http -H foo.bar.com -f follow -t 60 [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1346/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install RMySQL on R 2.14.0 for Windows XP</title>
		<link>http://blog.tersmitten.nl/archives/1345</link>
		<comments>http://blog.tersmitten.nl/archives/1345#comments</comments>
		<pubDate>Tue, 08 Nov 2011 14:03:44 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cran-r]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1345</guid>
		<description><![CDATA[While installing RMySQL on OS X and Linux is really simple this is not the case for Windows. After trying several how to&#8217;s RMySQL still wasn&#8217;t working. Then I started experimenting my self&#8230; With success! This is what I did: Install R 2.14 Install R tools (2.14) (with modifying path option) Install MySQL (5.5.17) (with [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1345/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get the duration of an event in Google Calendar</title>
		<link>http://blog.tersmitten.nl/archives/1314</link>
		<comments>http://blog.tersmitten.nl/archives/1314#comments</comments>
		<pubDate>Sun, 04 Sep 2011 14:47:21 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1314</guid>
		<description><![CDATA[For a long time I wanted Google Calendar to display the duration of events (in hours). Unfortunately this feature is not supported (as far as I know), not even by Labs. So I created a little piece of JavaScript which can be executed via a bookmark (at an event page with a start and end [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1314/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install libreoffice on Ubuntu 10.10</title>
		<link>http://blog.tersmitten.nl/archives/1252</link>
		<comments>http://blog.tersmitten.nl/archives/1252#comments</comments>
		<pubDate>Mon, 15 Aug 2011 19:51:19 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1252</guid>
		<description><![CDATA[Since libreoffice is the default office suite in Ubuntu 11.04, which I use on my desktop, I also wanted to install that on my laptop (using Ubuntu 10.10). To do so we have to remove openoffice first. sudo apt-get purge openoffice*.* After that we can add the libreoffice ppa repository and install! sudo add-apt-repository ppa:libreoffice/ppa [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install 64bit flash 64 in Ubuntu 11.04</title>
		<link>http://blog.tersmitten.nl/archives/1259</link>
		<comments>http://blog.tersmitten.nl/archives/1259#comments</comments>
		<pubDate>Sun, 14 Aug 2011 19:12:48 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1259</guid>
		<description><![CDATA[The default Ubuntu Flash Player was really unstable on my machine. That&#8217;s why I went searching for a more stable 64bit version. On Ubuntu 10.04 I used the file libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz that circulated on the web. On 11.04 I found out there&#8217;s a nice repository with the latest x86_64 version. Thanks to SevenMachines it is really [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1259/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve &#8220;The file system upon which &#8230; resides is critically low on free space&#8221; in VMware Workstation</title>
		<link>http://blog.tersmitten.nl/archives/1266</link>
		<comments>http://blog.tersmitten.nl/archives/1266#comments</comments>
		<pubDate>Sun, 14 Aug 2011 18:54:55 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1266</guid>
		<description><![CDATA[You might get this message when the virtual machine you&#8217;re opening is out of disk space or at least it thinks it is. The file system upon which &#8216;~/VMware/Windows XP Professional &#8211; SP3&#8242; resides is critically low on free space. Allowing this virtual machine to continue may cause it to fail unexpectedly. VMware Workstation has [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1266/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Object Caching 516/570 objects using memcached

Served from: blog.tersmitten.nl @ 2012-05-21 04:08:04 -->
