<?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>Raskas' blog &#187; General</title>
	<atom:link href="http://www.raskas.be/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raskas.be/blog</link>
	<description>Everything is possible... You only have to find out how.</description>
	<lastBuildDate>Sat, 05 Dec 2009 14:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding Local Folders in Thunderbird</title>
		<link>http://www.raskas.be/blog/2009/12/05/adding-local-folders-in-thunderbird/</link>
		<comments>http://www.raskas.be/blog/2009/12/05/adding-local-folders-in-thunderbird/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 14:18:39 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=107</guid>
		<description><![CDATA[Thunderbird has something called &#8220;Local Folders&#8221;.
What Local Folders are is described here: http://kb.mozillazine.org/Local_Folders
This webpage however doesn&#8217;t explain how to add an extra set of Local Folders.
This is how you can create them.
Open prefs.js with your favorite editor. This file is located inside the profile directory in you thunderbird hidden directory.
Don&#8217;t change this file when thunderbird [...]]]></description>
			<content:encoded><![CDATA[<p>Thunderbird has something called &#8220;Local Folders&#8221;.<br />
What Local Folders are is described here: <a href="http://kb.mozillazine.org/Local_Folders">http://kb.mozillazine.org/Local_Folders</a></p>
<p>This webpage however doesn&#8217;t explain how to add an extra set of Local Folders.<br />
This is how you can create them.</p>
<p>Open <strong>prefs.js</strong> with your favorite editor. This file is located inside the profile directory in you thunderbird hidden directory.<br />
<em>Don&#8217;t change this file when thunderbird is running.<br />
the serverX and accountX must be unique and could be different on your system</em></p>
<p>Search for the section defining the existing &#8220;Local Folders&#8221;, this looks something like this:<br />
<code>user_pref("mail.server.server3.directory", "/home/johan/.thunderbird/pd19vach.default/Mail/Local Folders");<br />
user_pref("mail.server.server3.directory-rel", "[ProfD]Mail/Local Folders");<br />
user_pref("mail.server.server3.hostname", "Local Folders");<br />
user_pref("mail.server.server3.name", "Local Folders");<br />
user_pref("mail.server.server3.type", "none");<br />
user_pref("mail.server.server3.userName", "nobody");<br />
</code></p>
<p>Copy those lines and edit them to your needs:<br />
<code>user_pref("mail.server.server4.directory", "/home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders");<br />
user_pref("mail.server.server4.directory-rel", "[ProfD]Mail/new_local_folders");<br />
user_pref("mail.server.server4.hostname", "New Local Folders");<br />
user_pref("mail.server.server4.name", "New Local Folders");<br />
user_pref("mail.server.server4.type", "none");<br />
user_pref("mail.server.server4.userName", "nobody");<br />
</code></p>
<p>Also add following line:<br />
<code>user_pref("mail.account.account4.server", "server4");<br />
</code></p>
<p>And edit following line:<br />
<code>user_pref("mail.accountmanager.accounts", "account1,account2,account3,account4");<br />
</code></p>
<p>When the changes are made in the <strong>prefs.js</strong> you can create the new defined local folders. A subdirectory has to be created otherwise it won&#8217;t show up in Thunderbird.<br />
<code>mkdir /home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders<br />
mkdir /home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders/Inbox<br />
touch /home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders/Inbox.msf<br />
</code></p>
<p>If everything goes well the new defined local folders directory appears when you open thunderbird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2009/12/05/adding-local-folders-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mv inuits pinuits</title>
		<link>http://www.raskas.be/blog/2009/04/01/mv-inuits-pinuits/</link>
		<comments>http://www.raskas.be/blog/2009/04/01/mv-inuits-pinuits/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 11:00:34 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=95</guid>
		<description><![CDATA[Today is announced that Inuits is rebranded to Pinuits.
This change happened to line up with other MySQL consultancy companies, but the P also points to strong focus on Puppet, aPache, Php, Perl, Python, druPal and many other Open-Source Tools.
More information can be found on: http://www.pinuits.be
]]></description>
			<content:encoded><![CDATA[<p>Today is announced that Inuits is rebranded to Pinuits.</p>
<p>This change happened to line up with other MySQL consultancy companies, but the P also points to strong focus on Puppet, aPache, Php, Perl, Python, druPal and many other Open-Source Tools.</p>
<p>More information can be found on: <a href="http://www.pinuits.be" target="_blank">http://www.pinuits.be</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2009/04/01/mv-inuits-pinuits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shell History Meme</title>
		<link>http://www.raskas.be/blog/2008/04/10/shell-history-meme/</link>
		<comments>http://www.raskas.be/blog/2008/04/10/shell-history-meme/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:28:14 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux SysAdmin]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[top 10]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=82</guid>
		<description><![CDATA[There is a Shell history meme going on on planet Fedora; Let&#8217;s join.
[johan@laptop ~]$ history&#124;awk &#39;{a[$2]++ } END{for(i in a){print a[i] &#34; &#34; i}}&#39;&#124;sort -nr&#124;head
201 ls
108 ssh
108 cd
98 sh
81 su
29 vi
24 rpm
24 ping
23 rm
20 mv
[johan@workstation ~]$ history&#124;awk &#39;{a[$2]++ } END{for(i in a){print a[i] &#34; &#34; i}}&#39;&#124;sort -nr&#124;head
149 ls
128 cd
125 cvs
93 diff
71 echo
54 ssh
45 for
28 mkdir
26 [...]]]></description>
			<content:encoded><![CDATA[<p>There is a Shell history meme going on on <a href="http://planet.fedoraproject.org/" target="_blank">planet Fedora</a>; Let&#8217;s join.</p>
<p>[johan@laptop ~]$ history|awk &#39;{a[$2]++ } END{for(i in a){print a[i] &#34; &#34; i}}&#39;|sort -nr|head<br />
201 ls<br />
108 ssh<br />
108 cd<br />
98 sh<br />
81 su<br />
29 vi<br />
24 rpm<br />
24 ping<br />
23 rm<br />
20 mv</p>
<p>[johan@workstation ~]$ history|awk &#39;{a[$2]++ } END{for(i in a){print a[i] &#34; &#34; i}}&#39;|sort -nr|head<br />
149 ls<br />
128 cd<br />
125 cvs<br />
93 diff<br />
71 echo<br />
54 ssh<br />
45 for<br />
28 mkdir<br />
26 md5sum<br />
24 reset</p>
<p>My previous post of my <a href="http://www.raskas.be/blog/2006/09/25/top-10-used-commands/" target="_blank">Top 10 used commands</a> was more than 1 year ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/04/10/shell-history-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello planet.grep.be World</title>
		<link>http://www.raskas.be/blog/2008/01/09/hello-planetgrepbe-world/</link>
		<comments>http://www.raskas.be/blog/2008/01/09/hello-planetgrepbe-world/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 19:48:00 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2008/01/09/hello-planetgrepbe-world/</guid>
		<description><![CDATA[Welkom to all planet.grep.be readers!
The RSS feed of my blog has been added to the list of Belgian bloggers who are involved with Open Source projects or are actively using them.
You can visit the planet on http://planet.grep.be or add the feed to your favorite RSS reader.
]]></description>
			<content:encoded><![CDATA[<p>Welkom to all planet.grep.be readers!</p>
<p>The RSS feed of my blog has been added to the list of Belgian bloggers who are involved with Open Source projects or are actively using them.</p>
<p>You can visit the planet on <a href="http://planet.grep.be" target="_blank">http://planet.grep.be</a> or add the <a href="http://planet.grep.be/rss20.xml" target="_blank">feed</a> to your favorite RSS reader.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/01/09/hello-planetgrepbe-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting files with version numbers</title>
		<link>http://www.raskas.be/blog/2007/11/08/sorting-files-with-version-numbers/</link>
		<comments>http://www.raskas.be/blog/2007/11/08/sorting-files-with-version-numbers/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 18:54:19 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2007/11/08/sorting-files-with-version-numbers/</guid>
		<description><![CDATA[It can be quite annoying that when you perform a ls all your files are sorted alphabetically which give such result:
[johan@raskas versions]$ ls
a_file_name-1.0.1-10
a_file_name-1.0.1-11
a_file_name-1.0.1-2
a_file_name-1.0.1-3
a_file_name-1.0.1-4
a_file_name-1.0.1-9
some_other_file-2.0.10-1
some_other_file-2.0.9-1

Of course you want your file not sorted like that, but sorted per revision. Meaning that version 9 of the file comes before 10.
The ls-option &#8211;sort=version will do this for you.
The same files [...]]]></description>
			<content:encoded><![CDATA[<p>It can be quite annoying that when you perform a <strong>ls</strong> all your files are sorted alphabetically which give such result:<code><br />
[johan@raskas versions]$ ls<br />
a_file_name-1.0.1-10<br />
a_file_name-1.0.1-11<br />
a_file_name-1.0.1-2<br />
a_file_name-1.0.1-3<br />
a_file_name-1.0.1-4<br />
a_file_name-1.0.1-9<br />
some_other_file-2.0.10-1<br />
some_other_file-2.0.9-1<br />
</code></p>
<p>Of course you want your file not sorted like that, but sorted per revision. Meaning that version 9 of the file comes before 10.<br />
The ls-option <strong>&#8211;sort=version</strong> will do this for you.<br />
The same files are now correctly sorted:<code><br />
[johan@raskas-jhu versions]$ ls --sort=version<br />
a_file_name-1.0.1-2<br />
a_file_name-1.0.1-3<br />
a_file_name-1.0.1-4<br />
a_file_name-1.0.1-9<br />
a_file_name-1.0.1-10<br />
a_file_name-1.0.1-11<br />
some_other_file-2.0.9-1<br />
some_other_file-2.0.10-1<br />
</code></p>
<p>It is not rocket science, but it is a less known option which can come in very handy some times!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2007/11/08/sorting-files-with-version-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New domain name</title>
		<link>http://www.raskas.be/blog/2007/08/24/new-domain-name/</link>
		<comments>http://www.raskas.be/blog/2007/08/24/new-domain-name/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 14:44:48 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2007/08/24/new-domain-name/</guid>
		<description><![CDATA[My personal domain name raskas.be has just been activated!
This means that all my websites are move to http://www.raskas.be.
The specific url for my blog is: http://www.raskas.be/blog
The RSS of my blog is now: feed:http://www.raskas.be/blog/feed/
Please update all your bookmarks and rss feed readers to point to the correct url!
With some mod_rewrite magic you can still browse to the [...]]]></description>
			<content:encoded><![CDATA[<p>My personal domain name <b>raskas.be</b> has just been activated!</p>
<p>This means that all my websites are move to <a href="http://www.raskas.be">http://www.raskas.be</a>.<br />
The specific url for my blog is: <a href="http://www.raskas.be/blog">http://www.raskas.be/blog</a><br />
The RSS of my blog is now: <a href="feed:http://www.raskas.be/blog/feed/">feed:http://www.raskas.be/blog/feed/</a></p>
<p>Please update all your bookmarks and rss feed readers to point to the correct url!</p>
<p>With some mod_rewrite magic you can still browse to the old url but you will be automatically redirected to my new domain name.<br />
<code><br />
RewriteEngine on<br />
RewriteRule ^(.*)$ http://www.raskas.be/$1<br />
</code></p>
<p>On <a href="http://www.ilovejackdaniels.com/apache/mod_rewrite-cheat-sheet/ ">http://www.ilovejackdaniels.com/apache/mod_rewrite-cheat-sheet/</a> i found some nice cheat sheet about apache&#8217;s mod_rewrite.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2007/08/24/new-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackergotchi</title>
		<link>http://www.raskas.be/blog/2007/07/02/hackergotchi/</link>
		<comments>http://www.raskas.be/blog/2007/07/02/hackergotchi/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 10:47:48 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2007/07/02/hackergotchi/</guid>
		<description><![CDATA[I recently learned a new word  
Hackergotchi
A hackergotchi is a picture of a writer used as an avatar to identify the author of a given RSS feed in blog aggregators.
http://en.wikipedia.org/wiki/Hackergotchi
You can see the Hackergotchi of each X-Tend blogger, including mine, on  http://planet.x-tend.be
]]></description>
			<content:encoded><![CDATA[<p>I recently learned a new word <img src='http://www.raskas.be/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Hackergotchi</strong></p>
<blockquote><p>A hackergotchi is a picture of a writer used as an avatar to identify the author of a given RSS feed in blog aggregators.</p></blockquote>
<p><a href="http://en.wikipedia.org/wiki/Hackergotchi">http://en.wikipedia.org/wiki/Hackergotchi</a></p>
<p>You can see the Hackergotchi of each X-Tend blogger, including mine, on  <a href="http://planet.x-tend.be">http://planet.x-tend.be</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2007/07/02/hackergotchi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.raskas.be/blog/2006/02/03/hello-world/</link>
		<comments>http://www.raskas.be/blog/2006/02/03/hello-world/#comments</comments>
		<pubDate>Fri, 03 Feb 2006 18:17:24 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is the first of many posts in my new wordpress blog.
I will try to write my impressions of many things, solutions to problems I&#8217;ve countered and many many more.
]]></description>
			<content:encoded><![CDATA[<p>This is the first of many posts in my new wordpress blog.<br />
I will try to write my impressions of many things, solutions to problems I&#8217;ve countered and many many more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/02/03/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
