<?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>Thu, 17 May 2012 12:07:51 +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>Multiple JPGs to one single PDF (Linux/Fedora)</title>
		<link>http://karloluiten.nl/multiple-jpgs-to-one-single-pdf-linuxfedora/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=multiple-jpgs-to-one-single-pdf-linuxfedora</link>
		<comments>http://karloluiten.nl/multiple-jpgs-to-one-single-pdf-linuxfedora/#comments</comments>
		<pubDate>Thu, 17 May 2012 12:06:32 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=134</guid>
		<description><![CDATA[Found here: http://blog.hacka.net/#post49 # yum install install ImageMagick pdftk $ cd jpgdir; for FILE in *.jpg; do convert $FILE -compress JPEG $FILE.pdf; done; pdftk "*.pdf" cat output allPages.pdf]]></description>
			<content:encoded><![CDATA[<p>Found here: http://blog.hacka.net/#post49</p>
<p><code># yum install install ImageMagick pdftk<br />
$ cd jpgdir; for FILE in *.jpg; do convert $FILE -compress JPEG $FILE.pdf; done; pdftk "*.pdf" cat output allPages.pdf</code></p>
<p> <img src='http://karloluiten.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/multiple-jpgs-to-one-single-pdf-linuxfedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful &#8216;command not found&#8217; output for bash</title>
		<link>http://karloluiten.nl/useful-command-not-found-output-for-bash/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-command-not-found-output-for-bash</link>
		<comments>http://karloluiten.nl/useful-command-not-found-output-for-bash/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 17:16:44 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=129</guid>
		<description><![CDATA[Add this to your .bashrc: clippy() { echo &#34;I see you're trying to use the terminal …&#34;; echo &#34; v &#34;; echo &#34; ╭─╮&#34;; echo &#34; ⌾ ⌾&#34;; echo &#34; │▕│&#34;; echo &#34; ╰─╯&#34;; } function command_not_found_handle { clippy $1; } It will result in: $ adsf I see you're trying to use the terminal <a href='http://karloluiten.nl/useful-command-not-found-output-for-bash/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Add this to your .bashrc:</p>
<pre class="wp-code-highlight prettyprint">
clippy() { echo &quot;I see you're trying to use the terminal …&quot;; echo &quot; v &quot;; echo &quot; ╭─╮&quot;; echo &quot; ⌾ ⌾&quot;; echo &quot; │▕│&quot;; echo &quot; ╰─╯&quot;; }
function command_not_found_handle { clippy $1; }
</pre>
<p>It will result in:</p>
<pre class="wp-code-highlight prettyprint">
$ adsf
I see you're trying to use the terminal …
v
╭─╮
⌾ ⌾
│▕│
╰─╯
</pre>
<p>Looks better in the terminal.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/useful-command-not-found-output-for-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error mounting location: volume doesn&#8217;t implement mount</title>
		<link>http://karloluiten.nl/error-mounting-location-volume-doesnt-implement-mount/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=error-mounting-location-volume-doesnt-implement-mount</link>
		<comments>http://karloluiten.nl/error-mounting-location-volume-doesnt-implement-mount/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 14:24:54 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=126</guid>
		<description><![CDATA[Use dbus-launch before your command.]]></description>
			<content:encoded><![CDATA[<p>Use dbus-launch before your command.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/error-mounting-location-volume-doesnt-implement-mount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus follows mouse in gnome fallback</title>
		<link>http://karloluiten.nl/focus-follows-mouse-in-gnome-fallback/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=focus-follows-mouse-in-gnome-fallback</link>
		<comments>http://karloluiten.nl/focus-follows-mouse-in-gnome-fallback/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 08:30:17 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=124</guid>
		<description><![CDATA[Install ccsm Run it Go to general options Click &#8216;focus and raise behaviour&#8217; Untick &#8216;raise to focus&#8217; Now the windows will focus on hovering the mouse over it.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Install ccsm</li>
<li>Run it</li>
<li>Go to general options</li>
<li>Click &#8216;focus and raise behaviour&#8217;</li>
<li>Untick &#8216;raise to focus&#8217;</li>
</ol>
<p>Now the windows will focus on hovering the mouse over it.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/focus-follows-mouse-in-gnome-fallback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Add date (and seconds) to GNOME3 bar/clock</title>
		<link>http://karloluiten.nl/solved-add-date-and-seconds-to-gnome3-barclock/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solved-add-date-and-seconds-to-gnome3-barclock</link>
		<comments>http://karloluiten.nl/solved-add-date-and-seconds-to-gnome3-barclock/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 08:06:21 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=122</guid>
		<description><![CDATA[$ gsettings list-recursively &#124; grep gnome.shell.clock org.gnome.shell.clock show-date false org.gnome.shell.clock show-seconds false Set via: $ gsettings set org.gnome.shell.clock show-date true $ gsettings set org.gnome.shell.clock show-seconds true]]></description>
			<content:encoded><![CDATA[<p>$ gsettings list-recursively | grep gnome.shell.clock<br />
org.gnome.shell.clock show-date false<br />
org.gnome.shell.clock show-seconds false</p>
<p>Set via:<br />
$ gsettings set org.gnome.shell.clock show-date true<br />
$ gsettings set org.gnome.shell.clock show-seconds true</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/solved-add-date-and-seconds-to-gnome3-barclock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use ssh-agent for multiple terminal windows</title>
		<link>http://karloluiten.nl/use-ssh-agent-for-multiple-terminal-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-ssh-agent-for-multiple-terminal-windows</link>
		<comments>http://karloluiten.nl/use-ssh-agent-for-multiple-terminal-windows/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 12:19:07 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=120</guid>
		<description><![CDATA[This script by user &#8216;kwall&#8217; works well for the ssh-agent. Add ssh-add before the last &#8216;fi&#8217; to add the default ssh keys into it as well.]]></description>
			<content:encoded><![CDATA[<p><a href="http://hintsforums.macworld.com/showpost.php?s=21a93ac57d27aee1a769f3226d991f51&#038;p=270609&#038;postcount=6">This script</a> by user &#8216;kwall&#8217; works well for the ssh-agent. Add ssh-add before the last &#8216;fi&#8217; to add the default ssh keys into it as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/use-ssh-agent-for-multiple-terminal-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora focus follows mouse</title>
		<link>http://karloluiten.nl/fedora-focus-follows-mouse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fedora-focus-follows-mouse</link>
		<comments>http://karloluiten.nl/fedora-focus-follows-mouse/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 11:46:23 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=118</guid>
		<description><![CDATA[Tuto here Only follow: gconftool-2 &#8211;type string &#8211;set /apps/metacity/general/focus_mode mouse Also raise: gconftool-2 &#8211;type boolean &#8211;set /apps/metacity/general/auto_raise true gconftool-2 &#8211;type string &#8211;set /apps/metacity/general/auto_raise_delay 600]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.bodhizazen.net/linux/gnome-3-focus-follows-mouse/">Tuto here</a></p>
<p>Only follow:<br />
gconftool-2 &#8211;type string &#8211;set /apps/metacity/general/focus_mode mouse</p>
<p>Also raise:<br />
gconftool-2 &#8211;type boolean &#8211;set /apps/metacity/general/auto_raise true<br />
gconftool-2 &#8211;type string &#8211;set /apps/metacity/general/auto_raise_delay 600</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/fedora-focus-follows-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Install native spotify on Fedora (with Spotify apps)(64bit+32bit)</title>
		<link>http://karloluiten.nl/solved-install-native-spotify-on-fedora-with-spotify-apps64bit32bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solved-install-native-spotify-on-fedora-with-spotify-apps64bit32bit</link>
		<comments>http://karloluiten.nl/solved-install-native-spotify-on-fedora-with-spotify-apps64bit32bit/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 07:19:26 +0000</pubDate>
		<dc:creator>karlo</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://karloluiten.nl/?p=109</guid>
		<description><![CDATA[This cost me some hours to find out, but I am currently using the native spotify linux preview under fedora 16, 64 bit: Steps: Make sure you don&#8217;t use spotify free. It will not work on linux. Install some things: $ sudo yum install qt-webkit perl-ExtUtils-MakeMaker libXScrnSaver nspr-devel openssl-devel For 64 bit, do: $sudo ln -s <a href='http://karloluiten.nl/solved-install-native-spotify-on-fedora-with-spotify-apps64bit32bit/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This cost me some hours to find out, but I am currently using the native spotify linux preview under fedora 16, 64 bit:</p>
<p><strong>Steps:</strong></p>
<ol>
<li>Make sure you don&#8217;t use spotify free. It will not work on linux.</li>
<li>Install some things: $ sudo yum install qt-webkit perl-ExtUtils-MakeMaker libXScrnSaver nspr-devel openssl-devel</li>
<li>For 64 bit, do: $sudo ln -s /usr/lib64/libssl.so /usr/lib64/libssl.so.0.9.8</li>
<li>For 32 bit, $ sudo ln -s /usr/lib/libssl.so /usr/lib/libssl.so.0.9.8</li>
<li>Find the latest spotify deb. At the time I write this, this is located <a href="http://community.spotify.com/t5/Desktop-Linux/ANNOUNCE-New-experimental-preview-Apps-Spotify-Linux/td-p/17859">here</a>. Find the latest version <a href="http://community.spotify.com/t5/Desktop-Linux/bd-p/spotifylinux">here</a>.</li>
<li>Convert the .deb to .rpm using Alien. Instructions <a href="http://forums.fedoraforum.org/showthread.php?t=270230">here</a>. It will create a .rpm</li>
<li>Install : $ sudo rpm -Uvh &#8211;nodeps /path/to/your/rpm</li>
</ol>
<p><strong>If it complains about .so files not existing:</strong></p>
<ol>
<li>For example, it looks for &#8216;libsmime3.so.1d&#8217;</li>
<li>Search for &#8216;libsmime3.so&#8217; in your lib-dir. For 64-bit, this is /usr/lib64. For non-64-bit, it is probably /usr/lib/: $ ls /usr/lib64/libsmime3.so</li>
<li>Symlink this to the file spotify is searching for: sudo ln -s /usr/lib64/libsmime3.so /usr/lib64/libsmime3.so.1d</li>
<li>Repeat this about 10 times. Maybe you can find all the missing links by soing this: $ ldd /usr/bin/spotify | awk &#8216;{print $1}&#8217; | xargs ls 1&gt;/dev/null</li>
</ol>
<p><strong>If you get a segfault:</strong></p>
<ul>
<li>I got a segfault (segmentation fault) with the native linux client, solved by using a later build. Find the latest one at one of the links above</li>
<li>Find out why it segfaults by using $ldd spotify , enter &#8216;run&#8217; and you will get output</li>
</ul>
<p><strong>Error 409 means you need a subscribtion.</strong></p>
<p><strong>If spotify crashes at startup</strong>, clear the caches:  $ rm -r {.cache,.config}/spotify</p>
<p><strong>Symlinks I made:</strong></p>
<p>cd /usr/lib64<br />
sudo ln -s libnss3.so libnss3.so.1d<br />
sudo ln -s libnssutil3.so libnssutil3.so.1d<br />
sudo ln -s libsmime3.so libsmime3.so.1d<br />
sudo ln -s libplc4.so libplc4.so.0d<br />
sudo ln -s libnspr4.so libnspr4.so.0d<br />
sudo ln -s /usr/lib64/libssl.so /usr/lib64/libssl.so.0.9.8<br />
sudo ln -s libcrypto.so libcrypto.so.0.9.8</p>
]]></content:encoded>
			<wfw:commentRss>http://karloluiten.nl/solved-install-native-spotify-on-fedora-with-spotify-apps64bit32bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

