<?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>Karlo Luiten</title>
	<atom:link href="http://karloluiten.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://karloluiten.nl</link>
	<description>Personal site</description>
	<lastBuildDate>Sat, 18 Feb 2012 10:57:06 +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>Use document title and document date in lyx fancyheader</title>
		<link>http://karloluiten.nl/use-document-title-and-document-date-in-lyx-fancyheader/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-document-title-and-document-date-in-lyx-fancyheader</link>
		<comments>http://karloluiten.nl/use-document-title-and-document-date-in-lyx-fancyheader/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 09:37:42 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[lyx]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=101</guid>
		<description><![CDATA[Put this in your Lyx preamble (document -&#62; settings -&#62; preamble): \def\title#1{\gdef\@title{#1}\gdef\THETITLE{#1}} \def\date#1{\gdef\@date{#1}\gdef\THEDATE{#1}} \def\author#1{\gdef\@author{#1}\gdef\THEAUTHOR{#1}} \usepackage{fancyhdr} \pagestyle{fancy} \newcommand{\helv}{% \fontfamily{phv}\fontseries{b}\fontsize{10}{10}\selectfont} \lhead{\helv \THETITLE - \THEDATE } \rhead{\helv \THEAUTHOR} \usepackage{lastpage} \cfoot{\thepage\ / \pageref{LastPage}}]]></description>
			<content:encoded><![CDATA[<p>Put this in your Lyx preamble (document -&gt; settings -&gt; preamble):</p>
<p><code><br />
\def\title#1{\gdef\@title{#1}\gdef\THETITLE{#1}}<br />
\def\date#1{\gdef\@date{#1}\gdef\THEDATE{#1}}<br />
\def\author#1{\gdef\@author{#1}\gdef\THEAUTHOR{#1}}</p>
<p>\usepackage{fancyhdr}<br />
\pagestyle{fancy}<br />
\newcommand{\helv}{%<br />
\fontfamily{phv}\fontseries{b}\fontsize{10}{10}\selectfont}<br />
\lhead{\helv \THETITLE - \THEDATE }<br />
\rhead{\helv \THEAUTHOR}</p>
<p>\usepackage{lastpage}<br />
\cfoot{\thepage\ / \pageref{LastPage}}</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/use-document-title-and-document-date-in-lyx-fancyheader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My tip: a temporary directory (for temporary files)</title>
		<link>http://karloluiten.nl/my-tip-a-temporary-directory-for-temporary-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-tip-a-temporary-directory-for-temporary-files</link>
		<comments>http://karloluiten.nl/my-tip-a-temporary-directory-for-temporary-files/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 16:01:51 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[bsd]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=99</guid>
		<description><![CDATA[My tip: make a temporary directory for all kinds of random stuff. Downloads, quick notes et cetera. I use it a lot. By using a crontab like this, the old files (+5 days) are automatically deleted: $ find /home/karlo/temp/ -type f -mtime +5 -delete &#38;&#38; find /home/karlo/temp/ -empty -delete]]></description>
			<content:encoded><![CDATA[<p>My tip: make a temporary directory for all kinds of random stuff. Downloads, quick notes et cetera. I use it a lot. By using a crontab like this, the old files (+5 days) are automatically deleted:</p>
<p>$ find /home/karlo/temp/ -type f -mtime +5 -delete &amp;&amp; find /home/karlo/temp/ -empty -delete</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/my-tip-a-temporary-directory-for-temporary-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import mp3 in audacity (on fedora)</title>
		<link>http://karloluiten.nl/import-mp3-in-audacity-on-fedora/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=import-mp3-in-audacity-on-fedora</link>
		<comments>http://karloluiten.nl/import-mp3-in-audacity-on-fedora/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 13:05:43 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=97</guid>
		<description><![CDATA[Remove audacity (#yum remove audacity), install audacity-freeworld (#yum install audacity-freeworld ). That&#8217;s it. You might have to enable RPMFusion.]]></description>
			<content:encoded><![CDATA[<p>Remove audacity (#yum remove audacity), install audacity-freeworld (#yum install audacity-freeworld ). That&#8217;s it. You might have to enable <a href="http://rpmfusion.org/">RPMFusion</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/import-mp3-in-audacity-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt Dropbox content easily on Linux/BSD/OSX using encfs</title>
		<link>http://karloluiten.nl/encrypt-dropbox-content-easily-on-linuxbsdosx-using-encfs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=encrypt-dropbox-content-easily-on-linuxbsdosx-using-encfs</link>
		<comments>http://karloluiten.nl/encrypt-dropbox-content-easily-on-linuxbsdosx-using-encfs/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:46:01 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=74</guid>
		<description><![CDATA[Install encfs do $mkdir ~/Dropbox/Secure ; mkdir ~/DropboxSecure do $ encfs ~/Dropbox/Secure ~/DropboxSecure I chose paranoia mode. This will use the settings below. Enter a secure password and there you go. You now have a folder &#8216;DropboxSecure&#8217;, in which you can store your sensitive data. It will save this in ~/Dropbox/Secure/ . You can unmount <a href='http://karloluiten.nl/encrypt-dropbox-content-easily-on-linuxbsdosx-using-encfs/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Install encfs</li>
<li>do $mkdir ~/Dropbox/Secure ; mkdir ~/DropboxSecure</li>
<li>do $ encfs ~/Dropbox/Secure ~/DropboxSecure</li>
<li>I chose paranoia mode. This will use the settings below.</li>
<li>Enter a secure password and there you go.</li>
</ol>
<p>You now have a folder &#8216;DropboxSecure&#8217;, in which you can store your sensitive data. It will save this in ~/Dropbox/Secure/ .</p>
<p>You can unmount this via $ sudo umount /home/karlo/DropboxSecure #needs to be done using sudo. I guess this is a bug. After umounting, you will notice the directory DropboxSecure is still there, but empty.</p>
<p>Mount again by using step 3 and entering your password.</p>
<p><strong>Paranoia settings: </strong></p>
<p>Filesystem cipher: &#8220;ssl/aes&#8221;, version 3:0:2<br />
Filename encoding: &#8220;nameio/block&#8221;, version 3:0:1<br />
Key Size: 256 bits<br />
Block Size: 1024 bytes, including 8 byte MAC header<br />
Each file contains 8 byte header with unique IV data.<br />
Filenames encoded using IV chaining mode.<br />
File data IV is chained to filename IV.<br />
File holes passed through to ciphertext.</p>
<p><strong>Screenshot:</strong></p>
<p><img class="alignnone" title="Screenshot of the secure folder" src="http://i.imgur.com/8pBfs.png" alt="" width="1578" height="918" /></p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/encrypt-dropbox-content-easily-on-linuxbsdosx-using-encfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sleep better by installing one simple program</title>
		<link>http://karloluiten.nl/sleep-better-by-installing-one-simple-program/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sleep-better-by-installing-one-simple-program</link>
		<comments>http://karloluiten.nl/sleep-better-by-installing-one-simple-program/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 15:54:53 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=72</guid>
		<description><![CDATA[Redshift adjusts the color temperature according to the position of the sun. A different color temperature is set during night and daytime. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt. At night the color temperature should be set to match the <a href='http://karloluiten.nl/sleep-better-by-installing-one-simple-program/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><em>Redshift adjusts the color temperature according to the position of the sun. A different color temperature is set during night and daytime. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt. At night the color temperature should be set to match the lamps in your room. This is typically a low temperature at around 3000K-4000K (default is 3700K). During the day, the color temperature should match the light from outside, typically around 5500K-6500K (default is 5500K). The light has a higher temperature on an overcast day.</em><br />
<em></em></p>
<p>It works very good. I use it like this:</p>
<p>$ redshift -l 52.369:4.891 #amsterdam</p>
<p>http://www.openstreetmap.nl/ can give you your coordinates.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/sleep-better-by-installing-one-simple-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily setting up a ThePirateBay.org mirror (wordpress plugin)</title>
		<link>http://karloluiten.nl/easily-setting-up-a-thepiratebay-org-mirror-wordpress-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easily-setting-up-a-thepiratebay-org-mirror-wordpress-plugin</link>
		<comments>http://karloluiten.nl/easily-setting-up-a-thepiratebay-org-mirror-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 13:47:25 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=69</guid>
		<description><![CDATA[Easier than my previous post, use this plugin for wordpress.]]></description>
			<content:encoded><![CDATA[<p>Easier than my previous post, use <a href="http://all4xs.net/">this plugin </a>for wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/easily-setting-up-a-thepiratebay-org-mirror-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily setting up a ThePirateBay.org mirror (nph-tpb.cgi)</title>
		<link>http://karloluiten.nl/easily-setting-up-a-thepiratebay-org-mirror-nph-tpb-cgi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easily-setting-up-a-thepiratebay-org-mirror-nph-tpb-cgi</link>
		<comments>http://karloluiten.nl/easily-setting-up-a-thepiratebay-org-mirror-nph-tpb-cgi/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 08:58:30 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=66</guid>
		<description><![CDATA[If you want to set up a simple pirate-bay mirror, download this script. This is the nph-tpb.cgi &#8211; file various sites talk about. Setting up is easy. It is just a CGI script. So place it in your CHI-folder (or create one) and  set the directory-settings so it will allow CGI scripts. Sample config is in <a href='http://karloluiten.nl/easily-setting-up-a-thepiratebay-org-mirror-nph-tpb-cgi/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>If you want to set up a simple pirate-bay mirror, download <a href="http://bayfiles.com/file/1m43/IZzIAl/tpbCgiProxy.tbz2 ">this</a> script. This is the nph-tpb.cgi &#8211; file various sites talk about.</p>
<p>Setting up is easy. It is just a CGI script. So place it in your CHI-folder (or create one) and  set the directory-settings so it will allow CGI scripts. Sample config is in the download.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/easily-setting-up-a-thepiratebay-org-mirror-nph-tpb-cgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example postfix + dovecot SSL configuration</title>
		<link>http://karloluiten.nl/example-postfix-dovecot-ssl-configuration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=example-postfix-dovecot-ssl-configuration</link>
		<comments>http://karloluiten.nl/example-postfix-dovecot-ssl-configuration/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 15:02:35 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=60</guid>
		<description><![CDATA[I generated SSL certs using this guide. Then I set up dovecot and postfix. View my dovecot conf here and my psotfix main.cf here. You can use this to configure your own working SSL mail. Remember to install: dovecot, dovecot-imap and postfix. On your devices, use ports 143/993 (incomping) and 587 (outgoing). Please note my <a href='http://karloluiten.nl/example-postfix-dovecot-ssl-configuration/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I generated SSL certs using <a href="http://www.debian-administration.org/articles/284">this guide</a>. Then I set up dovecot and postfix. View my dovecot conf <a href="http://karloluiten.nl/examples/dovecot.conf">here</a> and my psotfix main.cf <a href="http://karloluiten.nl/examples/main.cf">here</a>.</p>
<p>You can use this to configure your own working SSL mail. Remember to install: dovecot, dovecot-imap and postfix.</p>
<p>On your devices, use ports 143/993 (incomping) and 587 (outgoing).</p>
<p>Please note my main.cf file also includes config for mailman.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/example-postfix-dovecot-ssl-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solution] Can&#8217;t use /usr/lib/dovecot/imap: No such file or directory</title>
		<link>http://karloluiten.nl/solution-cant-use-usrlibdovecotimap-no-such-file-or-directory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solution-cant-use-usrlibdovecotimap-no-such-file-or-directory</link>
		<comments>http://karloluiten.nl/solution-cant-use-usrlibdovecotimap-no-such-file-or-directory/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 14:17:39 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=57</guid>
		<description><![CDATA[Getting this? $ sudo service dovecot restart * Restarting IMAP/POP3 mail server dovecot Error: mail_executable: Can&#8217;t use /usr/lib/dovecot/imap: No such file or directory Fatal: Invalid configuration in /etc/dovecot/dovecot.conf &#8230;fail! install dovecot-imap]]></description>
			<content:encoded><![CDATA[<p>Getting this?</p>
<p>$ sudo service dovecot restart<br />
* Restarting IMAP/POP3 mail server dovecot<br />
Error: mail_executable: Can&#8217;t use /usr/lib/dovecot/imap: No such file or directory<br />
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf<br />
&#8230;fail!</p>
<p><strong>install dovecot-imap <img src='http://karloluiten.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/solution-cant-use-usrlibdovecotimap-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update wordpress without needing FTP</title>
		<link>http://karloluiten.nl/update-wordpress-without-needing-ftp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update-wordpress-without-needing-ftp</link>
		<comments>http://karloluiten.nl/update-wordpress-without-needing-ftp/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 10:27:19 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=55</guid>
		<description><![CDATA[Give your wordpress dir the right permissions: sudo chmod -R 775 wp-dir ; sudo chown -R username:www-data Add this in wp-config.php: define(&#8216;FS_METHOD&#8217;,'direct&#8217;); You can now update via &#8216;update now&#8217;.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Give your wordpress dir the right permissions: sudo chmod -R 775 wp-dir ; sudo chown -R username:www-data</li>
<li>Add this in wp-config.php: define(&#8216;FS_METHOD&#8217;,'direct&#8217;);</li>
</ol>
<p>You can now update via &#8216;update now&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/update-wordpress-without-needing-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test SMTP block (sshguard, fail2ban)</title>
		<link>http://karloluiten.nl/test-smtp-block-sshguard-fail2ban/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test-smtp-block-sshguard-fail2ban</link>
		<comments>http://karloluiten.nl/test-smtp-block-sshguard-fail2ban/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 14:39:38 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=51</guid>
		<description><![CDATA[I used the following script to test brute-force protection: #!/usr/bin/php &#60;?php for( $i=0; $i&#60;99; $i++ ){ echo &#8220;Will try [$i] now. \n&#8221;; $mbox = imap_open(&#8220;{mail.mailserver.com:143/imap/novalidate-cert}INBOX&#8221;,&#8221;user_test_$i&#8221;,&#8221;foobar&#8221;,0,0); } ?&#62; &#160; Edit: You will need php-cli and php-imap]]></description>
			<content:encoded><![CDATA[<p>I used the following script to test brute-force protection:</p>
<p>#!/usr/bin/php<br />
&lt;?php</p>
<p>for( $i=0; $i&lt;99; $i++ ){<br />
echo &#8220;Will try [$i] now. \n&#8221;;<br />
$mbox = imap_open(&#8220;{mail.mailserver.com:143/imap/novalidate-cert}INBOX&#8221;,&#8221;user_test_$i&#8221;,&#8221;foobar&#8221;,0,0);<br />
}</p>
<p>?&gt;</p>
<p>&nbsp;</p>
<p>Edit: You will need php-cli and php-imap</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/test-smtp-block-sshguard-fail2ban/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deprecated Linux networking commands and their replacements</title>
		<link>http://karloluiten.nl/deprecated-linux-networking-commands-and-their-replacements/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deprecated-linux-networking-commands-and-their-replacements</link>
		<comments>http://karloluiten.nl/deprecated-linux-networking-commands-and-their-replacements/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 21:26:10 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=47</guid>
		<description><![CDATA[Found this gem on an other blog: Deprecated Linux networking commands and their replacements  I mostly use $ifconfig. Let&#8217;s try `$ ip a` from now on .]]></description>
			<content:encoded><![CDATA[<p>Found this gem on an other blog:</p>
<p><a href="https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/">Deprecated Linux networking commands and their replacements </a></p>
<p>I mostly use $ifconfig. Let&#8217;s try `$ ip a` from now on <img src='http://karloluiten.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/deprecated-linux-networking-commands-and-their-replacements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solution] GConf Error &#8211; GetDefaultDatabase &#8211; org.gnome.GConf.Server</title>
		<link>http://karloluiten.nl/solution-gconf-error-getdefaultdatabase-org-gnome-gconf-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solution-gconf-error-getdefaultdatabase-org-gnome-gconf-server</link>
		<comments>http://karloluiten.nl/solution-gconf-error-getdefaultdatabase-org-gnome-gconf-server/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 10:23:05 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=43</guid>
		<description><![CDATA[Recently I got the error: GConf Error: Configuration server couldn&#8217;t be contacted: D-BUS error: Method &#8221; GetDefaultDatabase&#8221; with signature &#8220;&#8221; on interface &#8220;org.gnome.GConf.Server&#8221; doesn&#8217;t exist. I got this while trying to start Evolution (mail software). Solution is simply rebooting. I forgot to reboot after my Fedora 15 to Fedora 16 upgrade]]></description>
			<content:encoded><![CDATA[<p>Recently I got the error:</p>
<p>GConf Error: Configuration server couldn&#8217;t be contacted: D-BUS error: Method &#8221; GetDefaultDatabase&#8221; with signature &#8220;&#8221; on interface &#8220;org.gnome.GConf.Server&#8221; doesn&#8217;t exist.</p>
<p>I got this while trying to start Evolution (mail software).</p>
<p>Solution is simply rebooting. I forgot to reboot after my Fedora 15 to Fedora 16 upgrade</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/solution-gconf-error-getdefaultdatabase-org-gnome-gconf-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solution] Jar not working via command line</title>
		<link>http://karloluiten.nl/solution-jar-not-working-via-command-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solution-jar-not-working-via-command-line</link>
		<comments>http://karloluiten.nl/solution-jar-not-working-via-command-line/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 12:41:51 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=36</guid>
		<description><![CDATA[Getting this: $ java drs.jar Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: drs/jar Caused by: java.lang.ClassNotFoundException: drs.jar at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: drs.jar. Program will exit. Solution is: $java -jar drs.jar]]></description>
			<content:encoded><![CDATA[<p>Getting this:</p>
<p>$ java drs.jar<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: drs/jar<br />
Caused by: java.lang.ClassNotFoundException: drs.jar<br />
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)<br />
at java.security.AccessController.doPrivileged(Native Method)<br />
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)<br />
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)<br />
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)<br />
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)<br />
Could not find the main class: drs.jar. Program will exit.</p>
<p>Solution is:</p>
<p>$java -jar drs.jar</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/solution-jar-not-working-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear BASH history</title>
		<link>http://karloluiten.nl/clear-bash-history/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=clear-bash-history</link>
		<comments>http://karloluiten.nl/clear-bash-history/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 19:54:04 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=34</guid>
		<description><![CDATA[Clear the BASH history easily via: $ &#62;~/.bash_history Remember to log out after doing this.]]></description>
			<content:encoded><![CDATA[<p>Clear the BASH history easily via:</p>
<p>$ &gt;~/.bash_history</p>
<p>Remember to log out after doing this.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/clear-bash-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ifconfig gone (command not found)</title>
		<link>http://karloluiten.nl/ifconfig-gone-command-not-found/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ifconfig-gone-command-not-found</link>
		<comments>http://karloluiten.nl/ifconfig-gone-command-not-found/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 18:39:05 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=24</guid>
		<description><![CDATA[Today, ifconfig was not working for me. I think this happened after I installed X11 on my headless server. $ ifconfig bash: ifconfig: command not found It turns out something removed /sbin from my $PATH. Read more about the $PATH here. The ifconfig-command resides in /sbin: $ whereis ifconfig ifconfig: /sbin/ifconfig The solution is to <a href='http://karloluiten.nl/ifconfig-gone-command-not-found/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Today, ifconfig was not working for me. I think this happened after I installed X11 on my headless server.</p>
<p>$ ifconfig<br />
bash: ifconfig: command not found</p>
<p>It turns out something removed /sbin from my $PATH. Read more about the $PATH <a href="http://www.linfo.org/path_env_var.html">here</a>.</p>
<p>The ifconfig-command resides in /sbin:</p>
<p>$ whereis ifconfig<br />
ifconfig: /sbin/ifconfig</p>
<p>The solution is to put something like this in your .bashrc:</p>
<p>PATH=$PATH:/sbin<br />
export PATH</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/ifconfig-gone-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use $top over SSH</title>
		<link>http://karloluiten.nl/use-top-over-ssh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-top-over-ssh</link>
		<comments>http://karloluiten.nl/use-top-over-ssh/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 18:31:22 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[bsd]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=17</guid>
		<description><![CDATA[If you want to use `top` over SSH, use the -t option: $ ssh -t servername top This also works if you want to use `tail -f` over ssh: $ ssh -t servername &#8220;tail -f&#8221;]]></description>
			<content:encoded><![CDATA[<p>If you want to use `top` over SSH, use the -t option:</p>
<p>$ ssh -t servername top</p>
<p>This also works if you want to use `tail -f` over ssh:</p>
<p>$ ssh -t servername &#8220;tail -f&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/use-top-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My idea for this site</title>
		<link>http://karloluiten.nl/my-idea-for-this-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-idea-for-this-site</link>
		<comments>http://karloluiten.nl/my-idea-for-this-site/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 18:19:34 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=14</guid>
		<description><![CDATA[My idea on this site is to put snippets of codes / solutions / things I discovered here. When people will google a sulution to their problem, I hope they find it here. Or, if I search for the same problem again, I&#8217;ll find the answer here.]]></description>
			<content:encoded><![CDATA[<p>My idea on this site is to put snippets of codes / solutions / things I discovered here. When people will google a sulution to their problem, I hope they find it here.</p>
<p>Or, if I search for the same problem again, I&#8217;ll find the answer here.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/my-idea-for-this-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

