<?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"
	>

<channel>
	<title>Zee's Blog</title>
	<atom:link href="http://zee.balogh.sk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://zee.balogh.sk</link>
	<description>zee.balogh.sk</description>
	<pubDate>Mon, 06 Sep 2010 15:15:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>SPF</title>
		<link>http://zee.balogh.sk/?p=2101</link>
		<comments>http://zee.balogh.sk/?p=2101#comments</comments>
		<pubDate>Mon, 06 Sep 2010 15:13:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zee.balogh.sk/?p=2101</guid>
		<description><![CDATA[Resources

How To Implement SPF In Postfix
Sender Policy Framework

]]></description>
		<wfw:commentRss>http://zee.balogh.sk/?feed=rss2&amp;p=2101</wfw:commentRss>
		</item>
		<item>
		<title>SOLR</title>
		<link>http://zee.balogh.sk/?p=2094</link>
		<comments>http://zee.balogh.sk/?p=2094#comments</comments>
		<pubDate>Mon, 23 Aug 2010 15:08:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zee.balogh.sk/?p=2094</guid>
		<description><![CDATA[Solr with Jetty
Create etc/ solr/ and war/ directories.
Resources

http://lucene.apache.org/solr/tutorial.html
http://wiki.apache.org/solr/SolrResources
http://www.xml.com/lpt/a/1668
http://www.ibm.com/developerworks/java/library/j-solr1/
http://www.slideshare.net/er_gauravverma/solr-presentation-presentation

]]></description>
		<wfw:commentRss>http://zee.balogh.sk/?feed=rss2&amp;p=2094</wfw:commentRss>
		</item>
		<item>
		<title>Enable Apache SSL in Ubuntu</title>
		<link>http://zee.balogh.sk/?p=2061</link>
		<comments>http://zee.balogh.sk/?p=2061#comments</comments>
		<pubDate>Fri, 13 Aug 2010 12:14:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zee.balogh.sk/?p=2061</guid>
		<description><![CDATA[Problem
How to enable Apache SSL in Ubuntu.
Analysis
Solution
# apt-get install apache2
Now, enable ssl:
# a2enmod ssl
Enabling module ssl.
See /usr/share/doc/apache2.2-common/README.Debian.gz on how to configure SSL and create self-signed certificates.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Configure:
References

Need Apache2 SSL howto
http://ubuntuforums.org/archive/index.php/t-405786.html

]]></description>
		<wfw:commentRss>http://zee.balogh.sk/?feed=rss2&amp;p=2061</wfw:commentRss>
		</item>
		<item>
		<title>Setting up Subversion on Ubuntu</title>
		<link>http://zee.balogh.sk/?p=2049</link>
		<comments>http://zee.balogh.sk/?p=2049#comments</comments>
		<pubDate>Fri, 13 Aug 2010 11:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[SVN]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[WebDAV]]></category>

		<guid isPermaLink="false">http://zee.balogh.sk/?p=2049</guid>
		<description><![CDATA[Problem
Set up Ubuntu workstation to provide SVN using Apache and WebDAV.
Analysis
There are basically 2 ways to do it:

ssh+svn
https (using webdav)

Solution
We take the second one.
# apt-get install libapache2-svn
# cd /etc/apache2/sites-enabled
# vi 000-default
The content of 000-default:
    &#60;Location /svn/repos&#62;
      AuthType Basic
      AuthName "Subversion Repository"
  [...]]]></description>
		<wfw:commentRss>http://zee.balogh.sk/?feed=rss2&amp;p=2049</wfw:commentRss>
		</item>
		<item>
		<title>Starting Jini Browser</title>
		<link>http://zee.balogh.sk/?p=2044</link>
		<comments>http://zee.balogh.sk/?p=2044#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:47:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Jini]]></category>

		<guid isPermaLink="false">http://zee.balogh.sk/?p=2044</guid>
		<description><![CDATA[$ cd /usr/local/jini/lib
$ java -cp ./browser.jar -Djava.security.policy=../examples/all.policy com.sun.jini.example.browser.Browser
References

http://www.eg.bucknell.edu/~hyde/Jini/doc/example/LookupBrowser.html

]]></description>
		<wfw:commentRss>http://zee.balogh.sk/?feed=rss2&amp;p=2044</wfw:commentRss>
		</item>
	</channel>
</rss>
