<?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>All_about_network &#187; Software</title>
	<atom:link href="http://www.kuncar.net/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kuncar.net/blog</link>
	<description></description>
	<lastBuildDate>Wed, 12 May 2010 00:09:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Screen and rTorrent</title>
		<link>http://www.kuncar.net/blog/screen-and-rtorrent/2009/</link>
		<comments>http://www.kuncar.net/blog/screen-and-rtorrent/2009/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 23:15:09 +0000</pubDate>
		<dc:creator>tnk</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://www.kuncar.net/blog/?p=162</guid>
		<description><![CDATA[<img class="alignleft size-thumbnail wp-image-167" title="tux" src="http://www.kuncar.net/blog/wp-content/uploads/2009/04/tux-150x150.png" alt="tux" width="120" height="120" />After some serious stuff about networking there is going to be a small article about some useful Linux thingies.

First of all small reminder about programmes and background processes.  If you want to run programme in background there is a very easy way how to do it. Just add &#038; sign after the command. Like in this example with top.
tnk@charon:~$ top &#038;
[1]]]></description>
		<wfw:commentRss>http://www.kuncar.net/blog/screen-and-rtorrent/2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql and utf8</title>
		<link>http://www.kuncar.net/blog/mysql-and-utf8/2008/</link>
		<comments>http://www.kuncar.net/blog/mysql-and-utf8/2008/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 23:06:25 +0000</pubDate>
		<dc:creator>tnk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.kuncar.net/blog/?p=34</guid>
		<description><![CDATA[<img class="alignleft size-full wp-image-143" title="mysql logo" src="http://www.kuncar.net/blog/wp-content/uploads/2008/10/mysql_logo.jpg" alt="mysql_logo" width="143" height="105" />As time passed I encountered an very strange behaviour of phomyadmin - all tables were created in Swedish language by default which is not very useful when all your application are written to use utf8. I made some digging around the web and found following information
<ol>
	<li>My first thoughts were that the problem with misinterpreted characters in phpmyadmin were only problem</li></ol>]]></description>
		<wfw:commentRss>http://www.kuncar.net/blog/mysql-and-utf8/2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to merge two files into one</title>
		<link>http://www.kuncar.net/blog/how-to-merge-two-files-into-one/2008/</link>
		<comments>http://www.kuncar.net/blog/how-to-merge-two-files-into-one/2008/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 22:37:34 +0000</pubDate>
		<dc:creator>tnk</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.kuncar.net/blog/?p=30</guid>
		<description><![CDATA[Recently I had faced a  problem of merging two binary files together.For some very strange reason <a title="Dell inc." href="http://www.dell.com" target="_blank">DELL</a> has decided that the iso images of the bootable cd for their servers (4GB) will be split into 400MB files... well if you want to burn this image you have to merge them somehow. Well at firs I was thinking of some program doing the work for me but after]]></description>
		<wfw:commentRss>http://www.kuncar.net/blog/how-to-merge-two-files-into-one/2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache&#8217;s 2.2 mod_rewrite on debian</title>
		<link>http://www.kuncar.net/blog/apaches-22-mod_rewrite-on-debian/2008/</link>
		<comments>http://www.kuncar.net/blog/apaches-22-mod_rewrite-on-debian/2008/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 08:53:35 +0000</pubDate>
		<dc:creator>tnk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod-rewrite]]></category>
		<category><![CDATA[module loading]]></category>

		<guid isPermaLink="false">http://www.kuncar.net/blog/?p=22</guid>
		<description><![CDATA[<img class="alignleft size-thumbnail wp-image-129" title="apache_logo_medium" src="http://www.kuncar.net/blog/wp-content/uploads/2008/07/apache_logo_medium-150x150.png" alt="apache_logo_medium" width="90" height="90" />For a long time I was looking for way how to enable mod_rewrite in apache under debian without the old LoadModule directive. And the answer is: a2enmod rewrite. It is morte extensively described in debian-apache docs but it took me ages to find]]></description>
		<wfw:commentRss>http://www.kuncar.net/blog/apaches-22-mod_rewrite-on-debian/2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation of red5 and java 6 se nad jre on debian</title>
		<link>http://www.kuncar.net/blog/installation-of-red5-and-java-6-se-nad-jre-on-debian/2008/</link>
		<comments>http://www.kuncar.net/blog/installation-of-red5-and-java-6-se-nad-jre-on-debian/2008/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:48:23 +0000</pubDate>
		<dc:creator>tnk</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://www.kuncar.net/blog/?p=14</guid>
		<description><![CDATA[<img class="alignleft size-thumbnail wp-image-134" title="debian logo" src="http://www.kuncar.net/blog/wp-content/uploads/2008/07/debian_logo-150x150.jpg" alt="debian logo" width="120" height="120" />So, because I was doing real work lately there was no time for some new post. Anyway there is something that I experienced and was not so easy as I originally thought.
As you can guess I tried to install red5 on debian etch alltogether with java 6. It seemed as an easy task but it was not... So here]]></description>
		<wfw:commentRss>http://www.kuncar.net/blog/installation-of-red5-and-java-6-se-nad-jre-on-debian/2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
