<?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 &#187; Linux</title>
	<atom:link href="http://blog.tersmitten.nl/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tersmitten.nl</link>
	<description>Geek stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:28:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 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 disable `Recent documents` on Ubuntu 11.04 (Classic)</title>
		<link>http://blog.tersmitten.nl/archives/1250</link>
		<comments>http://blog.tersmitten.nl/archives/1250#comments</comments>
		<pubDate>Sat, 16 Jul 2011 17:57:40 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1250</guid>
		<description><![CDATA[Personally I find Gnome&#8217;s `Recent documents` feature quit annoying. In earlier versions I always disabled it by doing this: rm ~/.recently-used.xbel -Rf; mkdir ~/.recently-used.xbel -p; Unfortunately that didn&#8217;t work anymore&#8230; After reading how to Clear/Prevent Recent Documents under Files &#038; Folders in Ubuntu Unity I thought I found a solution, but I didn&#8217;t. This piece [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1250/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to tar over SSH (with progress bar)</title>
		<link>http://blog.tersmitten.nl/archives/1242</link>
		<comments>http://blog.tersmitten.nl/archives/1242#comments</comments>
		<pubDate>Tue, 12 Jul 2011 14:23:31 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1242</guid>
		<description><![CDATA[Always wanted to make a tar file without using any local diskspace? This is the solution: tar zcf - . &#124; pv &#124; ssh foo@bar.com &#34;cat &#62; /data/backup.tgz&#34;; It even has got a progress bar: 163MB 0:00:19 &#91;8,21MB/s&#93; &#91; &#60; =&#62; &#93; Remember to install pv first: sudo ap-get install pv References: A Unix Utility [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1242/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert a MySQL database and all its tables to UTF-8/InnoDB</title>
		<link>http://blog.tersmitten.nl/archives/1219</link>
		<comments>http://blog.tersmitten.nl/archives/1219#comments</comments>
		<pubDate>Thu, 16 Jun 2011 18:04:11 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Trac]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1219</guid>
		<description><![CDATA[Today I ran into some Trac problems when trying to view a SVN changeset in the SVN browser. I read that these problems were caused by MySQL? so I tried `the suggested`. Because I had to do this for 3 Trac instances I created a little php (commandline) script to do the job. &#60; ?php [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1219/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to add locales to Ubuntu/Debian</title>
		<link>http://blog.tersmitten.nl/archives/1129</link>
		<comments>http://blog.tersmitten.nl/archives/1129#comments</comments>
		<pubDate>Tue, 14 Jun 2011 14:56:08 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1129</guid>
		<description><![CDATA[A while ago I was migrating an old physical server install to a new virtual one. On this install was an Arabic website running and for that site to work (in Arabic) I needed to add a locale (ar ISO-8859-6 to be specific). Unfortunately there was not much documentation on that subject&#8230; Eventually I found [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1129/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to determine if a R script is running on Windows/OS X or Linux</title>
		<link>http://blog.tersmitten.nl/archives/1121</link>
		<comments>http://blog.tersmitten.nl/archives/1121#comments</comments>
		<pubDate>Sun, 12 Jun 2011 19:45:46 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cran-r]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1121</guid>
		<description><![CDATA[A while ago I was working on a piece of R code for the data analysis of my Master These project. While experiencing some encoding issues running the code on different platforms I decided to build in OS detection. After some Googling I found out there are several ways to do so. First of all [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1121/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert a transparent svn to png</title>
		<link>http://blog.tersmitten.nl/archives/1174</link>
		<comments>http://blog.tersmitten.nl/archives/1174#comments</comments>
		<pubDate>Sun, 12 Jun 2011 18:30:17 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1174</guid>
		<description><![CDATA[I was trying to convert .svg files to .png. No problems with that, but when doing so I lost the transparency of the originals. Not that that really mattered because I had a white background-color anyway, but I had to find out! First be sure to install imagemagick: sudo apt-get install imagemagick; And use `convert` [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slug generator</title>
		<link>http://blog.tersmitten.nl/archives/1145</link>
		<comments>http://blog.tersmitten.nl/archives/1145#comments</comments>
		<pubDate>Thu, 28 Apr 2011 12:30:19 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1145</guid>
		<description><![CDATA[For a project I was working on I was in desperate need for a tool to generate slugs. Of course there are like million functions that can do that. We have the Mootools function String.Slugify, we have cakePHP&#8217;s function Inflector::slug et cetera. But there are no commandline or online tools that use these functions. So [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1145/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use R from the commandline on Linux</title>
		<link>http://blog.tersmitten.nl/archives/1119</link>
		<comments>http://blog.tersmitten.nl/archives/1119#comments</comments>
		<pubDate>Wed, 13 Apr 2011 20:41:45 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1119</guid>
		<description><![CDATA[While R can be used in batch mode: R --no-save --no-restore --quiet &#60; myRprog.r &#62; myRprog.log 2&#62;&#38;1 Much more fancy things can be done by means of littler. Littler (pronounced &#8216;little R&#8217; and written &#8216;r&#8217;) provides hash-bang (i.e. script starting with #!/foo/bar) capability for GNU R, as well as simple command-line and piping use. For [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

