<?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>. kam &#187; tutorials</title>
	<atom:link href="http://www.dotkam.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com</link>
	<description>one of those blogs</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:32:48 +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>Configure iwl3945 Driver on Ubuntu</title>
		<link>http://www.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/</link>
		<comments>http://www.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:04:30 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/</guid>
		<description><![CDATA[It is quite frustrating when you have a wireless card built in, but you cannot use it &#8211; don&#8217;t you agree? That seems to be the case for wifi cards that are served by &#8220;iwl3945&#8221; driver. One of such examples can be &#8220;Intel Corporation PRO/Wireless 3945ABG&#8221; card. Before, ( e.g. Feisty and earlier ) &#8220;ipw3945&#8221; [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/11/17/configure-iwl3945-driver-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Configure Simp Server to Encrypt IM clients in Linux</title>
		<link>http://www.dotkam.com/2008/11/10/configure-simp-server-to-encrypt-im-clients-in-linux/</link>
		<comments>http://www.dotkam.com/2008/11/10/configure-simp-server-to-encrypt-im-clients-in-linux/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 19:24:37 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/11/10/configure-simp-server-to-encrypt-im-clients-in-linux/</guid>
		<description><![CDATA[Recently many companies started to inject their security policies with securing IM communication. It makes sense, since everything you type in that chat window to your buddy flies over the network in a clear text. That does not sound to bad, you think, but what it really means, is if anybody wanted to see what [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/11/10/configure-simp-server-to-encrypt-im-clients-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting Return Code from ANT in SHELL</title>
		<link>http://www.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/</link>
		<comments>http://www.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 18:59:35 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[ant]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/</guid>
		<description><![CDATA[This short tutorial shows how to get an exit code from Ant and act upon it. This can be useful when building a massive application that requires several Ant scripts/targets and a collection of shell scripts. The rule of thumb when building the system is &#8220;when it should fail -> it should fail&#8221;. Sounds weird, [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Use HSQLDB Functions with Hibernate Mapping Files</title>
		<link>http://www.dotkam.com/2008/10/22/use-hsqldb-functions-with-hibernate-mapping-files/</link>
		<comments>http://www.dotkam.com/2008/10/22/use-hsqldb-functions-with-hibernate-mapping-files/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:57:11 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[hibernate]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[hsqldb]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/10/22/use-hsqldb-functions-with-hibernate-mapping-files/</guid>
		<description><![CDATA[Let&#8217;s say you need to do a &#8220;local integration&#8221; test, where you code does not depend on external systems (queues/external servers/DB/etc..). Creating unit tests, mocking/stubbing everything out is all good, but sometimes you need to be able to run tests that are as close as possible to the &#8220;real world&#8221; deal, while you are in [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/10/22/use-hsqldb-functions-with-hibernate-mapping-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configure Multiple SSIDs with One Router</title>
		<link>http://www.dotkam.com/2008/10/02/configure-multiple-ssids-with-one-router/</link>
		<comments>http://www.dotkam.com/2008/10/02/configure-multiple-ssids-with-one-router/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 06:29:59 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/10/02/configure-multiple-ssids-with-one-router/</guid>
		<description><![CDATA[A standard &#8220;home setup&#8221; for the wireless router now days consists of just hosting one Service Set IDentifier &#8211; or SSID. And if only a year ago that could seem as a router (firmware) limitation, right now using multiple SSIDs with a single wireless router is just a matter of re-configuration. Below is a simple [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/10/02/configure-multiple-ssids-with-one-router/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Sure Way to Restart a Wireless Network</title>
		<link>http://www.dotkam.com/2008/09/29/sure-way-to-restart-a-wireless-network/</link>
		<comments>http://www.dotkam.com/2008/09/29/sure-way-to-restart-a-wireless-network/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 19:55:18 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/09/29/sure-way-to-restart-a-wireless-network/</guid>
		<description><![CDATA[While wireless signal is good, the network is dead &#8211; why is that? Many reasons, of course. You can spend time to figure out the reason and then try to fix, which is a good approach, but requires some time. Or you can restart the network to see if it resolves the issue, and if [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/09/29/sure-way-to-restart-a-wireless-network/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Configure Rails and MySQL to Support UTF-8</title>
		<link>http://www.dotkam.com/2008/09/14/configure-rails-and-mysql-to-support-utf-8/</link>
		<comments>http://www.dotkam.com/2008/09/14/configure-rails-and-mysql-to-support-utf-8/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 03:04:45 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/09/14/configure-rails-and-mysql-to-support-utf-8/</guid>
		<description><![CDATA[The fact that there are so many different countries, people and languages makes it very interesting to watch all them to use a single tool. Besides the different cultures of programming, there is a definite difference in languages that the tool needs to support in order to become widely used. Luckily, if the tool is [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/09/14/configure-rails-and-mysql-to-support-utf-8/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Install Sun Application Server on Ubuntu</title>
		<link>http://www.dotkam.com/2008/09/11/install-sun-application-server-on-ubuntu/</link>
		<comments>http://www.dotkam.com/2008/09/11/install-sun-application-server-on-ubuntu/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 22:58:05 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[cool places]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/09/11/install-sun-application-server-on-ubuntu/</guid>
		<description><![CDATA[On the client site when working on Java (or should I say JEE) projects, the application servers are most of the time &#8220;rotate&#8221; between these four: JBoss, Websphere, Weblogic, and someties Geronimo. However there are some clients who have pretty tight contracts with Sun, and in these cases the Sun Application Server is used. I [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/09/11/install-sun-application-server-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top 10 Places to Have Sex Outside the Bedroom</title>
		<link>http://www.dotkam.com/2008/08/22/top-10-places-to-have-sex-outside-the-bedroom/</link>
		<comments>http://www.dotkam.com/2008/08/22/top-10-places-to-have-sex-outside-the-bedroom/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 01:27:12 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[sex]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/22/top-10-places-to-have-sex-outside-the-bedroom/</guid>
		<description><![CDATA[Bedroom is an awesome place to have sex &#8211; comfy, private, obvious what to do after sex (well for many men it is ), etc.. But as anything else it can become more of a routine if there is no change. Of course many different positions, role playing, etc.. help, but something stays the same, [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/08/22/top-10-places-to-have-sex-outside-the-bedroom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Make rails.vim Work: Compile VIM From Sources</title>
		<link>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/</link>
		<comments>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 21:47:33 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/</guid>
		<description><![CDATA[Ever heard about rails.vim project? &#8220;Accept no imitations: rails.vim is the one true Vim plugin for syntax highlighing, easy navigation, and script invocation for all your Ruby on Rails applications, transparently and unobtrusively&#8221; says creator Tim Pope. The very good &#8220;rails.vim&#8221; guide can be found here or just by reading project&#8217;s vimdoc here. PROBLEM: There [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/08/02/make-railsvim-work-compile-vim-from-sources/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

