<?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>Intensive Thoughts</title>
	<atom:link href="http://www.warden.pl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warden.pl</link>
	<description>&#34;Idiopathic, from the Latin meaning we&#039;re idiots cause we can&#039;t figure out what&#039;s causing it.&#34; by dr House</description>
	<lastBuildDate>Sat, 13 Feb 2010 11:49:45 +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>Simple authentication in Zend Framework</title>
		<link>http://www.warden.pl/2010/02/09/simple-authentication-in-zend-framework/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2010/02/09/simple-authentication-in-zend-framework/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:56:59 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[zend_auth]]></category>
		<category><![CDATA[zend_form]]></category>

		<guid isPermaLink="false">http://www.warden.pl/?p=276</guid>
		<description><![CDATA[This is quick example of how to do a very simple authentication in Zend Framework. It doesn&#8217;t user external database for getting the credentials, although you can make it very easily to read data in the Auth adapter from an external file or MySQL database.
So, firstly we will create our authentication adapter:

?View Code PHP&#60;?php
// library/My/Auth/Adapter.php
&#160;
class [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2010/02/09/simple-authentication-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must-Have Software for a developer</title>
		<link>http://www.warden.pl/2010/02/08/must-have-software-for-a-developer/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2010/02/08/must-have-software-for-a-developer/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:20:12 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[top10]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://www.warden.pl/?p=264</guid>
		<description><![CDATA[I&#8217;m presenting some obviously FREE software that I am using and that can really help while doing development of desktop or normal application as well as while for network monitoring and other tasks.


Ninite - install everything automagically!
Fiddler &#8211; HTTP traffic monitor
TaskCoach &#8211; friendly lightweight but powerful task manager
Firefox Add-On: FireBug &#8211; web development, debug, profiling, [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2010/02/08/must-have-software-for-a-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronizing Mailman lists with LDAP</title>
		<link>http://www.warden.pl/2010/02/01/synchronizing-mailman-lists-with-ldap/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2010/02/01/synchronizing-mailman-lists-with-ldap/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 22:35:07 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[mailing lists]]></category>
		<category><![CDATA[mailman]]></category>
		<category><![CDATA[mlm]]></category>
		<category><![CDATA[openldap]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.warden.pl/?p=243</guid>
		<description><![CDATA[Quite common usage scenario is a Postfix mail server with a Mailman instance for groups. Even more often the accounts for the mail are stored in an LDAP tree. And in this case a problem appears, because Mailman doesn&#8217;t have a native connection to LDAP. That&#8217;s why I needed to have an LDAP 2 Mailman [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2010/02/01/synchronizing-mailman-lists-with-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Hints</title>
		<link>http://www.warden.pl/2010/01/31/postfix-howto/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2010/01/31/postfix-howto/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 15:28:11 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[rfc]]></category>
		<category><![CDATA[sasl]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://www.warden.pl/?p=229</guid>
		<description><![CDATA[Hints for Postfix 2.6 or higher that are commonly mentioned problems or scenarios.

Enforcing From: header to match SASL login username
There are many situations where we have to make sure that the user that is trying to send e-mail is the rightful person. In practice, this means that a user that is logging in via username [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2010/01/31/postfix-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pairing Apple bluetooth devices with Windows XP</title>
		<link>http://www.warden.pl/2010/01/29/pairing-apple-bluetooth-devices-with-windows-xp/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2010/01/29/pairing-apple-bluetooth-devices-with-windows-xp/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:05:58 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://www.warden.pl/?p=212</guid>
		<description><![CDATA[
It seems that Microsoft Windows XP has a problem with pin-less Apple devices.
I hate cables and wires all around me, so I&#8217;ve decided to switch to a bluetooth mouse and keyboard.
The problem arose when I was trying to pair the devices with WinXP, because the pin-box was empty:

The problem can be observed as an empty [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2010/01/29/pairing-apple-bluetooth-devices-with-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting inside via open door &#8211; hacking ldd</title>
		<link>http://www.warden.pl/2009/11/03/getting-inside-via-plain-old-ldd-door/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2009/11/03/getting-inside-via-plain-old-ldd-door/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:09:04 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[dependency]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[ldd]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.radek.org.pl/?p=159</guid>
		<description><![CDATA[Peteris Krumins has recently written in his blog a very nice article on basic security of sysadmins. He exploits, or&#8230; maybe a better word here is&#8230; evaluates a door that is there in ldd for ages, but neverthelesss not many sysadmins are aware of it, while checking user programs with ldd from root account.
This bug-o-feature [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2009/11/03/getting-inside-via-plain-old-ldd-door/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP LDAP change password page</title>
		<link>http://www.warden.pl/2009/09/02/php-ldap-change-password-page/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2009/09/02/php-ldap-change-password-page/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 22:47:40 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.radek.org.pl/?p=149</guid>
		<description><![CDATA[I have recently implemented an SSO (Single Sign On) mechanism in one of my places and then I started to look for a simple quick-and-dirty way to allow the users to change their passwords via PHP.
I have found many complicated examples but I thought, come on, this is really one page I am looking for. [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2009/09/02/php-ldap-change-password-page/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to change the default Picasa cache directory?</title>
		<link>http://www.warden.pl/2009/08/26/how-to-change-the-default-picasa-cache-directory/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2009/08/26/how-to-change-the-default-picasa-cache-directory/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:48:31 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[picasa cache symlink]]></category>

		<guid isPermaLink="false">http://www.radek.org.pl/?p=134</guid>
		<description><![CDATA[
I love Picasa! So what&#8230; I am having now around 30,000 photos (at least if Picasa doesn&#8217;t lie) and&#8230; a problem. Picasa for ages have a problem with big database caching file.  I have a system partition that is only 20GB in size. The problem is that Picasa is holding the thumbnails cached in my [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2009/08/26/how-to-change-the-default-picasa-cache-directory/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Jak słuchać &#8220;Trójki&#8221; przez foobar&#8217;a?</title>
		<link>http://www.warden.pl/2009/08/26/jak-sluchac-trojki-przez-foobara/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2009/08/26/jak-sluchac-trojki-przez-foobara/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:33:03 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[radio mslive trojka stream aspx]]></category>

		<guid isPermaLink="false">http://www.radek.org.pl/?p=138</guid>
		<description><![CDATA[Uwielbiam Polską Trójkę.
No i oczywiście jak to w Polsce bywa, musieli utrudnić życie słuchaczom i zamiast używać jakiegoś normalnego formatu streamingu on-line, używają Microsoftowego WMA. Używam FooBar&#8217;a więc pojawił się problem, bo on standardowo nie ma odpowiednich wtyczek do odtwarzania takich bajerów. No to co zrobić żeby można się było rozkoszować trójką z foobar&#8217;a zamiast [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2009/08/26/jak-sluchac-trojki-przez-foobara/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Debian Lenny Bootable USB key in Windows</title>
		<link>http://www.warden.pl/2009/06/01/creating-debian-lenny-bootable-usb-key-in-windows/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.warden.pl/2009/06/01/creating-debian-lenny-bootable-usb-key-in-windows/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 21:51:55 +0000</pubDate>
		<dc:creator>Radek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bootable]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[stick]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.radek.org.pl/?p=129</guid>
		<description><![CDATA[Today I had to recover a machine from a disastrous power failure (yes, I had a UPS but it didn&#8217;t manage  ).
The results was as usual:

?View Code TEXTKernel panic: Not syncing!!
/sbin/init not found

Doesn&#8217;t sound nice, does it? It wasn&#8217;t. My whole /lib was gone&#8230;
I had to boot with root mounted to my disk (which [...]]]></description>
		<wfw:commentRss>http://www.warden.pl/2009/06/01/creating-debian-lenny-bootable-usb-key-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
