<?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>random bytes</title>
	<atom:link href="http://pekdon.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://pekdon.net</link>
	<description>Ramblings from a northern geek</description>
	<lastBuildDate>Wed, 24 Feb 2010 21:16:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>drivers license?</title>
		<link>http://pekdon.net/2010/02/24/drivers-license_/</link>
		<comments>http://pekdon.net/2010/02/24/drivers-license_/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:16:15 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=159</guid>
		<description><![CDATA[I finally took the first step towards getting myself a drivers license, took my first driving lesson earlier this week. :)
]]></description>
			<content:encoded><![CDATA[<p>I finally took the first step towards getting myself a drivers license, took my first driving lesson earlier this week. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2010/02/24/drivers-license_/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wallpaperd</title>
		<link>http://pekdon.net/2010/02/12/wallpaperd/</link>
		<comments>http://pekdon.net/2010/02/12/wallpaperd/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:45:33 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=135</guid>
		<description><![CDATA[A friend of mine asked if it was possible to have different backgrounds on different desktops in pekwm, which it wasn&#8217;t as pekwm does not take care of setting the background. However, to solve this issue I&#8217;ve hacked up a small application during this week which is named wallpaperd. Wallpaperd is a simple daemon  listening for workspace [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine asked if it was possible to have different backgrounds on different desktops in <a href="http://pekwm.org/">pekwm</a>, which it wasn&#8217;t as pekwm does not take care of setting the background. However, to solve this issue I&#8217;ve hacked up a small application during this week which is named <a href="http://pekdon.net/wallpaperd/">wallpaperd</a>. Wallpaperd is a simple daemon  listening for workspace changes and then updating the background image.</p>
<p>The current release is 0.1.5, which is known to work under Ubuntu Linux, OS X, OpenSolaris and OpenBSD. Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2010/02/12/wallpaperd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>selinux mystery</title>
		<link>http://pekdon.net/2010/02/07/selinux-mystery/</link>
		<comments>http://pekdon.net/2010/02/07/selinux-mystery/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:38:41 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=109</guid>
		<description><![CDATA[SELinux seems to be one of the technologies available with great potential but with little or no user-acceptance. I have often ended up disabling the security features due to limited time reading up on, and then configuring the it to fit my needs. However I thought I should give the policies delivered with CentOS a go.
To [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nsa.gov/research/selinux/index.shtml">SELinux</a> seems to be one of the technologies available with great potential but with little or no user-acceptance. I have often ended up disabling the security features due to limited time reading up on, and then configuring the it to fit my needs. However I thought I should give the policies delivered with CentOS a go.</p>
<p>To get started with the targeted policies have a look at the <strong>selinux</strong> and <strong>httpd_selinux</strong> manual pages:</p>
<pre>$ man selinux
$ man httpd_selinux</pre>
<p>Those two manual pages should give enough information to get started.</p>
<p>Something I find myself wanting to do is enabling CGI script to execute and then granting those scripts access to files. To run <em>/path/to/file.cgi</em> as a CGI script reading data from <em>/path/to/read/directory</em> and writing to <em>/path/to/write/directory</em> execute:</p>
<pre># chcon -t httpd_sys_script_exec_t /path/to/file.cgi
# chcon -t httpd_sys_script_ro_t -R /path/to/read/directory/
# chcon -t httpd_sys_script_rw_t -R /path/to/write/directory/</pre>
<p>For debugging purposes SELinux for Apache can be disabled by:</p>
<pre># setsebool -P httpd_disable_trans 0
# service httpd restart</pre>
<p>To list out what contexts files have use the <strong>-Z</strong> for ls:</p>
<pre>$ ls -Z</pre>
<p>For some more information on the subject check out:</p>
<ul>
<li><a href="http://beginlinux.com/server_training/web-server/976-apache-and-selinux">Apache and SELinux</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2010/02/07/selinux-mystery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certifications and grades</title>
		<link>http://pekdon.net/2010/01/30/certifications-and-grades/</link>
		<comments>http://pekdon.net/2010/01/30/certifications-and-grades/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 10:58:16 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=106</guid>
		<description><![CDATA[Moving towards Java land I recently took a SCJP certification and got reminded about how hard it is to measure knowledge and skill. Second up is, even if it would be possible to measure it in a good fashion what would you do with the score? Consider a person with both tons of knowledge and [...]]]></description>
			<content:encoded><![CDATA[<p>Moving towards Java land I recently took a SCJP certification and got reminded about how hard it is to measure knowledge and skill. Second up is, even if it would be possible to measure it in a good fashion what would you do with the score? Consider a person with both tons of knowledge and skill, but without sense for quality or ambition to do a good job. What would such values give you then?</p>
<p>Not providing any solution here, but it seems as if it is harder to give people a sense of quality and motivation to do a good job compared to improving their skills&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2010/01/30/certifications-and-grades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gal Gtk+ UI</title>
		<link>http://pekdon.net/2010/01/08/gal-gtk-ui/</link>
		<comments>http://pekdon.net/2010/01/08/gal-gtk-ui/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:24:17 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=96</guid>
		<description><![CDATA[Today I did some updates on the Gal Gtk+ interface making use of some new shared code between the different player implementations. Showing the three level version of the interface (which is how the curses interface is laid out) in #pekwm (irc.freenode.org) it was suggested that it&#8217;s &#8220;better&#8221; to have previous two-level view.
Conclusion, as always, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I did some updates on the <a href="https://projects.pekdon.net/projects/gal">Gal</a> Gtk+ interface making use of some new shared code between the different player implementations. Showing the three level version of the interface (which is how the curses interface is laid out) in #pekwm (irc.freenode.org) it was suggested that it&#8217;s &#8220;better&#8221; to have previous two-level view.</p>
<p>Conclusion, as always, user interface design is tricky and for some things an extra configuration option is worth it!</p>
<p><a href="http://pekdon.net/wp-content/uploads/2010/01/gal_two_levels.png"><img class="size-full wp-image-97 alignleft" title="gal_two_levels" src="http://pekdon.net/wp-content/uploads/2010/01/gal_two_levels.png" alt="" width="266" height="439" /></a><a href="http://pekdon.net/wp-content/uploads/2010/01/gal_three_levels.png"><img class="size-full wp-image-98 alignleft" title="gal_three_levels" src="http://pekdon.net/wp-content/uploads/2010/01/gal_three_levels.png" alt="" width="266" height="439" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2010/01/08/gal-gtk-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PI</title>
		<link>http://pekdon.net/2010/01/02/pi/</link>
		<comments>http://pekdon.net/2010/01/02/pi/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 16:51:48 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=88</guid>
		<description><![CDATA[I&#8217;ve finally gotten around getting myself a tattoo, was this years x-mas gift to myself. It&#8217;s  a PI (3.1415&#8230;) in the back of my neck. Check it out:

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally gotten around getting myself a tattoo, was this years x-mas gift to myself. It&#8217;s  a PI (3.1415&#8230;) in the back of my neck. Check it out:</p>
<p style="text-align: center;"><a href="http://pekdon.net/wp-content/uploads/2010/01/pi.jpg"><img class="aligncenter" title="pi" src="http://pekdon.net/wp-content/uploads/2010/01/pi.jpg" alt="" width="192" height="256" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2010/01/02/pi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pekwm updates, bug fixes and posts</title>
		<link>http://pekdon.net/2009/12/29/pekwm-updates-bug-fixes-and-posts/</link>
		<comments>http://pekdon.net/2009/12/29/pekwm-updates-bug-fixes-and-posts/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 10:15:24 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=82</guid>
		<description><![CDATA[Not all that much going on in the pekwm world these days, there&#8217;s been some cleaning and bug fixes but I have still not done any work on 0.2.0. :-/ Anyway, I stumbled across a nice blog post on living with pekwm, check it out!
]]></description>
			<content:encoded><![CDATA[<p>Not all that much going on in the pekwm world these days, there&#8217;s been some cleaning and bug fixes but I have still not done any work on 0.2.0. :-/ Anyway, I stumbled across a nice blog post on <a title="living with pekwm" href="http://cutebuntu.moonthology.org/2009/11/18/living-with-pekwm/">living with pekwm</a>, check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2009/12/29/pekwm-updates-bug-fixes-and-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing employer</title>
		<link>http://pekdon.net/2009/11/05/changing-employer/</link>
		<comments>http://pekdon.net/2009/11/05/changing-employer/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 08:49:50 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=73</guid>
		<description><![CDATA[After more than 4 years working for FreeCode I&#8217;ve decided to move on looking for new challenges.  I&#8217;m beginning at Bouvet where I&#8217;ll be focusing more on development and less system administration (if everything goes as planned).
While at it, I also have a great ambition of not working all that much giving myself time to [...]]]></description>
			<content:encoded><![CDATA[<p>After more than 4 years working for <a href="http://www.freecode.no/">FreeCode</a> I&#8217;ve decided to move on looking for new challenges.  I&#8217;m beginning at <a href="http://www.bouvet.no">Bouvet</a> where I&#8217;ll be focusing more on development and less system administration (if everything goes as planned).</p>
<p>While at it, I also have a great ambition of not working all that much giving myself time to do more development during my spare time, let us see how that goes. Right now phew-0.1.0 and ganeti-manager-0.1.0 is just around the corner so it&#8217;s not going all that bad. ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2009/11/05/changing-employer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please do arrive today&#8230;</title>
		<link>http://pekdon.net/2009/09/04/please-do-arrive-today/</link>
		<comments>http://pekdon.net/2009/09/04/please-do-arrive-today/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:54:22 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=69</guid>
		<description><![CDATA[1 x Drop The Lime / Black Ham - Ruff 01 (12")
1 x Rotator - Curses on your Ghettoblasters (12")
1 x Venetian Snares - Salt (12")
1 x Shitmat / Ladyscraper - Grungecore Vol. 1 (12")
1 x Broken Note - Let 'Em Hang / Meltdown (12")
1 x Broken Note / Starkey - War In The Making [...]]]></description>
			<content:encoded><![CDATA[<pre>1 x Drop The Lime / Black Ham - Ruff 01 (12")
1 x Rotator - Curses on your Ghettoblasters (12")
1 x Venetian Snares - Salt (12")
1 x Shitmat / Ladyscraper - Grungecore Vol. 1 (12")
1 x Broken Note - Let 'Em Hang / Meltdown (12")
1 x Broken Note / Starkey - War In The Making / No Struggle (12")
1 x Broken Note - Crux / Zealot (12")</pre>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2009/09/04/please-do-arrive-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oslo Break Fest 09</title>
		<link>http://pekdon.net/2009/08/24/oslo-break-fest-09/</link>
		<comments>http://pekdon.net/2009/08/24/oslo-break-fest-09/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 09:15:26 +0000</pubDate>
		<dc:creator>pekdon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://pekdon.net/?p=65</guid>
		<description><![CDATA[Was out on Saturday, Oslo Break Fest at The Villa, was awesome! I had to order some music afterwards:
1 x BROKEN NOTE: Dubversion (Ruff)
      12": (RUFF 006) - [4.34]
1 x ANTISERUM/RIPPLE: Dungeon Waltz (Mode Recordings)
      12": (MODE 006) - [4.24]
1 x ALIEN PIMP/ALCHEMYST/TAZ BUCKFASTER: Worldwide [...]]]></description>
			<content:encoded><![CDATA[<p>Was out on Saturday, <a href="http://www.oslobreakfest.com/">Oslo Break Fest</a> at The Villa, was awesome! I had to order some music afterwards:</p>
<pre>1 x BROKEN NOTE: Dubversion (Ruff)
      12": (RUFF 006) - [4.34]
1 x ANTISERUM/RIPPLE: Dungeon Waltz (Mode Recordings)
      12": (MODE 006) - [4.24]
1 x ALIEN PIMP/ALCHEMYST/TAZ BUCKFASTER: Worldwide Babylon Vol 1 Sampler 2
(Dubkraft Romania)
      12": (DK 002WAX) - [5.21]
1 x TC: Where's My Money (Caspa remix) (D Style)
      12": (DSR 015) - [5.21]
1 x MUNGO'S HI FI: Babylon (Scrub A Dub)
      12": (SCRUB 001) - [5.21]
1 x ROOMMATE/ALIEN PIMP/ULTRABLACK: Strickly Reggae (Grinch)
      12": (GRINCH 002PWAX) - [5.21]
1 x AUDIO/FUTURE SIGNAL: Furyen (Subtitles Music)
      12": (SUBTITLES 072) - [4.78]
1 x BCEE/CINEMATIC: Glitter Balls (Future Retro)
      12": (RETRO 009) - [5.21]
1 x CABBIE/PAPA G/WARNING: Beer &amp; Pussy (Function)
      12": (CHANEL 9630) - [5.21]
1 x CTRL Z/SCREWFACE present STEREO TYPE: Remix Sampler Part 2 Of 3 (Hardcore Beats)
      12": (HB 042) - [5.21]</pre>
<p>Looking forward to have these in my mailbox!</p>
]]></content:encoded>
			<wfw:commentRss>http://pekdon.net/2009/08/24/oslo-break-fest-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
