<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>⌨ Yet another openSUSE blog ☮ &#187; openSUSE</title>
	<atom:link href="http://thefreecountry.wordpress.com/category/gnulinux/opensuse/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefreecountry.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 18:32:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thefreecountry.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>⌨ Yet another openSUSE blog ☮ &#187; openSUSE</title>
		<link>http://thefreecountry.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thefreecountry.wordpress.com/osd.xml" title="⌨ Yet another openSUSE blog ☮" />
	<atom:link rel='hub' href='http://thefreecountry.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Open Build Service :: eGalaxTouch X.Org input driver</title>
		<link>http://thefreecountry.wordpress.com/2012/03/17/obs-egalaxtouch/</link>
		<comments>http://thefreecountry.wordpress.com/2012/03/17/obs-egalaxtouch/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 13:26:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=5386</guid>
		<description><![CDATA[Let’s start by saying that the eGalaxTouch is a X.Org input driver developed by EETI for their touch screens. Here you can download the suitable driver for your Linux Kernel and architecture. After untar it you will get a directory named eGalaxTouch32 or eGalaxTouch64. Inside this directory you can find a setup.sh script. This complicated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=5386&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-5389 alignleft" title="pos" src="http://thefreecountry.files.wordpress.com/2012/03/pos.jpg?w=720" alt=""   />Let’s start by saying that the eGalaxTouch is a X.Org input driver developed by <a href="http://home.eeti.com.tw/web20/eg/Touch_Division.html">EETI</a> for their touch screens.<br />
<a href="http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm">Here</a> you can download the suitable driver for your Linux Kernel and architecture. After untar it you will get a directory named eGalaxTouch32 or eGalaxTouch64. Inside this directory you can find a <strong>setup.sh</strong> script. This complicated script will handle the entire instalaton proccess. It works fine, but the script blasted files and symbolic links all over the filesystem, and there is no way to clean it. As a packager I want to use more professional mechanism to install or remove it. So I <a href="http://software.opensuse.org/package/egalaxtouch?search_term=egalaxtouch">built</a> a RPM/DEB packages for that.</p>
<h2 style="text-align:right;">How it works?</h2>
<p>There are just 4 things that you needed to care about: <strong>egalax_drv.so</strong>, the binary driver used by the X.Org server; <strong>eGalaxTouch</strong>, the utility for calibrating and setting preferences; <strong>TKCal</strong>, a lower level utility for setting options in the hardware; and script also add some information about new configuration to X.Org config-file (I changed it: package create the new config file called <strong>/etc/X11/xorg.conf.d/50-egalax.conf</strong>).</p>
<pre style="color:#00ff00;background-color:black;font-size:10pt;padding:3px;">Section "InputDevice"
        Identifier "EETI"
        Driver "egalax"
        Option "Device" "/dev/ttyS1"
        Option "Parameters" "/var/lib/eeti.param"
        Option "ScreenNo" "0"
EndSection</pre>
<p>As you can see I use /dev/ttyS1. EGalaxTouch support S232, USB, PS2, and I2C controllers. So, if you use, for example, USB, you have to change device-string like this:</p>
<pre style="color:#00ff00;background-color:black;font-size:10pt;padding:3px;">        Option "Device" "usbauto"</pre>
<h2 style="text-align:right;">X -version</h2>
<p>Here is also one important thing what you have to know: X.Org server and input drivers/modules should have same versions (support same API). EGalaxTouch driver contain modules for different X.Org versions. That means, that package have to check X.Org version during installation to know which input module should be used. I tested package on openSUSE 11.4/12.1 and Ubuntu 10.04 and it looks stable. Anyway, let me know if it will not works for you.</p>
<p>Don&#8217;t forget after installing the package and restarting X.Org Server also run eGalaxTouch and TKCal. This will let you calibrate the touchscreen. It takes a bit time to complete, but it increases the precision of the touch position.</p>
<p>Good luck and happy touching <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/5386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/5386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/5386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/5386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/5386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/5386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/5386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/5386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/5386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/5386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/5386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/5386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/5386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/5386/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=5386&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2012/03/17/obs-egalaxtouch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2012/03/pos.jpg" medium="image">
			<media:title type="html">pos</media:title>
		</media:content>
	</item>
		<item>
		<title>OBS: adding the new distribution as a build target.</title>
		<link>http://thefreecountry.wordpress.com/2011/11/18/obs-addition-new-distribution/</link>
		<comments>http://thefreecountry.wordpress.com/2011/11/18/obs-addition-new-distribution/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 15:05:06 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=4962</guid>
		<description><![CDATA[Some of us build packages not for fun only, but also because it is a part of daily work. If you are and for any reasons you can&#8217;t build packages on http://build.opensuse.org (for example, due the license), you install your own OBS. In this case you will be responsible for all support and configuration stuff. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4962&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some of us build packages not for fun only, but also because it is a part of daily work. If you are and for any reasons you can&#8217;t build packages on <a href="https://build.opensuse.org/">http://build.opensuse.org</a> (for example, due the license), you install your own OBS. In this case you will be responsible for all support and configuration stuff. Sounds difficult? I will say there is just one thing where I have a problem: addition of the new distribution as the necessary purpose for building. For example, if I installed my OBS a few months ago I can&#8217;t build packages for openSUSE 12.1, which was released a few days ago. Installing a new OBS is not the best solution in this case: you need some time for installation/configuration process and you have to move all projects there. If you need some packages for a new distribution(s) as a build target, just edit the file <strong>/srv/www/obs/api/files/distributions.xml</strong>:</p>
<pre style="color:#00ff00;background-color:black;font-size:9pt;padding:3px;">&lt;distribution vendor="openSUSE" version="12.1" id="opensuse-12.1"&gt;
 &lt;name&gt;openSUSE 12.1&lt;/name&gt;
 &lt;project&gt;openSUSE.org:openSUSE:12.1&lt;/project&gt;
 &lt;reponame&gt;openSUSE_12.1&lt;/reponame&gt;
 &lt;repository&gt;standard&lt;/repository&gt;
 &lt;icon width="8" height="8" url="https://static.opensuse.org/distributions/logos/opensuse-12.1-8.png"/&gt;
 &lt;icon width="16" height="16" url="https://static.opensuse.org/distributions/logos/opensuse-12.1-16.png"/&gt;
 &lt;link&gt;http://www.opensuse.org/&lt;/link&gt;
&lt;/distribution&gt;</pre>
<p>and reboot OBS/MySQL/WebServer:</p>
<pre style="color:#00ff00;background-color:black;font-size:9pt;padding:3px;">rclighttpd stop
rcobspublisher stop
rcobsdispatcher stop
rcobsworker stop
rcobsscheduler stop
rcobssrcserver stop
rcobsrepserver stop
rcmysql stop

rcmysql start
rcobsrepserver start
rcobssrcserver start
rcobsscheduler start
rcobsworker start
rcobsdispatcher start
rcobspublisher  start
rclighttpd start</pre>
<p>So you can teach your OBS build packages for new distribution.</p>
<p>Of course a new OBS 2.2.96 (from Tools:/Unstable/openSUSE_11.4) has many sweet and interesting things which I also want to have at home. But at work, where stability is most important, I &#8220;update&#8221; OBS also like this.<br />
Good luck and happy packaging <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/4962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/4962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/4962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/4962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/4962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/4962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/4962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/4962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/4962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/4962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/4962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/4962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/4962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/4962/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4962&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/11/18/obs-addition-new-distribution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>
	</item>
		<item>
		<title>A bit creative :: Release party poster</title>
		<link>http://thefreecountry.wordpress.com/2011/10/24/a-bit-creative-release-party-poster/</link>
		<comments>http://thefreecountry.wordpress.com/2011/10/24/a-bit-creative-release-party-poster/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 08:37:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=4907</guid>
		<description><![CDATA[Actually I&#8217;m not a designer and such tools like GIMP or Inkscape are terra incognita for me. But if you are going to organize the Release Party you MUST be designer a little bit (thanks for helping my colleague Valentyn). 16th November at 19 o&#8217;clock just follow us in Nautibar (Theaterstraße 8, Göttingen). Dark fresh [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4907&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://thefreecountry.files.wordpress.com/2011/10/plakat1.png"><img class="alignleft size-medium wp-image-4908" title="release_party_poster" src="http://thefreecountry.files.wordpress.com/2011/10/plakat1.png?w=428&h=604" alt="" width="428" height="604" /></a>Actually I&#8217;m not a designer and such tools like GIMP or Inkscape are terra incognita for me. But if you are going <a href="http://thefreecountry.wordpress.com/2011/10/20/releaseparty121/">to organize</a> the Release Party you MUST be designer a little bit <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
(thanks for helping my colleague Valentyn).</p>
<p>16th November at 19 o&#8217;clock just <a href="http://en.opensuse.org/openSUSE:Launch_parties">follow us</a> in Nautibar (Theaterstraße 8, Göttingen).</p>
<p>Dark fresh beer, kicker and <a href="http://en.opensuse.org/Portal:12.1">openSUSE 12.1</a> wait for you <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/4907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/4907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/4907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/4907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/4907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/4907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/4907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/4907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/4907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/4907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/4907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/4907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/4907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/4907/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4907&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/10/24/a-bit-creative-release-party-poster/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/10/plakat1.png?w=212" medium="image">
			<media:title type="html">release_party_poster</media:title>
		</media:content>
	</item>
		<item>
		<title>openSUSE 12.1 Release Party :: Göttingen</title>
		<link>http://thefreecountry.wordpress.com/2011/10/20/releaseparty121/</link>
		<comments>http://thefreecountry.wordpress.com/2011/10/20/releaseparty121/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 12:03:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=4894</guid>
		<description><![CDATA[I&#8217;m going to organize a release party in Göttingen/Germany. I don&#8217;t know so many SUSE-fans or Free Software evangelists in this city, but it will be great to see you there. openSUSE 12.1 Release will be in 4 weeks (November, 16th 2011). So, what is release party about? Well&#8230; like usual: Linux geeks meet together, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4894&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to organize a release party in Göttingen/Germany. I don&#8217;t know so many SUSE-fans or Free Software evangelists in this city, but it will be great to see you there.<br />
openSUSE 12.1 Release will be in 4 weeks (<a href="http://www.suse.de/~coolo/opensuse_12.1/">November, 16th 2011</a>).</p>
<p>So, what is release party about? Well&#8230; like usual: Linux geeks meet together, speak about features and news in SUSE and Free Software world, drink beer and&#8230; of course have a lot of fun <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Right now I don&#8217;t know how many people will come and can&#8217;t say more about party (location, time&#8230; or something like this).</p>
<p>If some of us want to meet together, please <a href="mailto://alexander_naumov@opensuse.org">contact me</a> (so quick as possible).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/4894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/4894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/4894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/4894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/4894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/4894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/4894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/4894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/4894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/4894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/4894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/4894/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/4894/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/4894/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4894&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/10/20/releaseparty121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>
	</item>
		<item>
		<title>openHackWeek 7</title>
		<link>http://thefreecountry.wordpress.com/2011/09/29/openhackweek-7/</link>
		<comments>http://thefreecountry.wordpress.com/2011/09/29/openhackweek-7/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 17:06:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=4709</guid>
		<description><![CDATA[This week is special… and not for SUSE’s employees only, but also for the openSUSE community. A lot of ideas from the openFATE will be implemented on this week. What&#8217;s about myself? Well&#8230; as you know I don&#8217;t work for SUSE anymore. Now I work for company in Göttingen, which use GNU/Linux and Free Software [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4709&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-4710 alignleft" title="Hackweek-7" src="http://thefreecountry.files.wordpress.com/2011/09/hackweek-7-logo.png?w=720" alt=""   />This week is special… and not for SUSE’s employees only, but also for the openSUSE community. A lot of ideas from the <a href="https://features.opensuse.org/hackweek">openFATE</a> will be implemented on this week.<br />
What&#8217;s about myself? Well&#8230; as you know I don&#8217;t work for SUSE anymore. Now I work for company in Göttingen, which use GNU/Linux and Free Software in industry sector. <a href="http://xplace.de">Xplace</a> provide open solutions, for example, at POS terminals in almost all European countries.</p>
<p>As a new employee in xplace I suggested couple new ideas about xplace&#8217;s software development model. Actually it works very well, but my idea was to add <a href="http://en.opensuse.org/Portal:Build_Service">Open Build Service</a> like the most convenient and powerfull development platform. So, after some discussions I installed OBS and added some xplace&#8217;s projects there. On this week I builded new packages for all available distributions and made a small demostration/talk about OBS for xplace&#8217;s development team. I introduced how easy it works and how we can to upgrade our development model. We use <a href="http://jenkins-ci.org/">Jenkins</a> as well, so I wrote small python script, which synchronizes those systems: we get new packages via OBS after every stable build of Jenkins.</p>
<p>I think this initiative will attract new developers to use <a href="https://build.opensuse.org">build.opensuse.org</a>, learn about packaging and build packages for different distributions. And of course like developer and openSUSE member I want to use at work convenient Free Software development platform and&#8230; continue to promotion openSUSE project <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/4709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/4709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/4709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/4709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/4709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/4709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/4709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/4709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/4709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/4709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/4709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/4709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/4709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/4709/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4709&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/09/29/openhackweek-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/09/hackweek-7-logo.png" medium="image">
			<media:title type="html">Hackweek-7</media:title>
		</media:content>
	</item>
		<item>
		<title>free books</title>
		<link>http://thefreecountry.wordpress.com/2011/09/25/free-books/</link>
		<comments>http://thefreecountry.wordpress.com/2011/09/25/free-books/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 16:52:20 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=4755</guid>
		<description><![CDATA[The Free Technology Academy (FTA) is a joint initiative from several educational institutes in various countries. It aims to contribute to a society that permits all users to study, participate and build upon existing knowledge without restrictions. On FTA&#8217;s page you can find free books (all of them are under a Free Copyleft license), which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4755&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://thefreecountry.files.wordpress.com/2011/09/fta.png?w=720" alt="" title="FTA"   class="alignright size-full wp-image-4756" /><a href="http://ftacademy.org/">The Free Technology Academy</a> (FTA) is a joint initiative from several educational institutes in various countries. It aims to contribute to a society that permits all users to study, participate and build upon existing knowledge without restrictions.</p>
<p>On FTA&#8217;s page you can <a href="http://ftacademy.org/materials">find free books</a> (all of them are under a Free Copyleft license), which can be interesting for some of us, I guess.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/4755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/4755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/4755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/4755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/4755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/4755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/4755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/4755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/4755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/4755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/4755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/4755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/4755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/4755/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=4755&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/09/25/free-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/09/fta.png" medium="image">
			<media:title type="html">FTA</media:title>
		</media:content>
	</item>
		<item>
		<title>A bit about Fluxbox</title>
		<link>http://thefreecountry.wordpress.com/2011/05/21/a-bit-about-fluxbox/</link>
		<comments>http://thefreecountry.wordpress.com/2011/05/21/a-bit-about-fluxbox/#comments</comments>
		<pubDate>Sat, 21 May 2011 18:31:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=3655</guid>
		<description><![CDATA[Fluxbox is a highly-configurable window manager for the X Window System that was based on the Blackbox 0.61.1 code. It has full of features to make an easy, and extremely fast, desktop experience. Fluxbox requires less time for booting and uses considerably fewer system resources than, for example, KDE or GNOME. This suited for situations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=3655&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="fluxbox.org" href="http://fluxbox.org/">Fluxbox</a> is a highly-configurable window manager for the <a href="http://en.wikipedia.org/wiki/X_Window_System">X Window System</a> that was based on the Blackbox 0.61.1 code. It has full of features to make an easy, and extremely fast, desktop experience.</p>
<p>Fluxbox requires less time for booting and uses considerably fewer system resources than, for example, KDE or GNOME. This suited for situations where system resources, especially memory, are very limited. I use Fluxbox on my ASUS EeePC 701: 900 MHz CPU, 512 Mb RAM and yes &#8211; only 4 Gb HDD :/<br />
<span id="more-3655"></span></p>
<h2 style="text-align:left;">Installation openSUSE</h2>
<p><img class="alignright size-full wp-image-3681" title="desktop_choice" src="http://thefreecountry.files.wordpress.com/2011/04/desktop_choice1.jpeg?w=720" alt="" />If you want to have/install a new openSUSE with Fluxbox only, hit the &#8220;Other&#8221; button at the &#8220;Desktop Selection&#8221; screen and choose either <strong>Minimal X Window</strong>. It will install the base system, plus the X Window server with basic desktop environment &#8211; <a href="http://en.wikipedia.org/wiki/Twm">TWM</a>.</p>
<p>Of course, If you want more control, then take the second text-mode option. In this case you will have to know exactly which packages do you need.</p>
<p>In my case I chose <strong>Minimal X Window</strong> and after installation I got TWM with the default X Window System display manager <a href="http://en.wikipedia.org/wiki/XDM_%28display_manager%29">XDM</a>. Now I have about 600 installed packages and all takes about 1.3 GB on HDD.<br />
<img class="alignleft size-full wp-image-3932" title="XTerm" src="http://thefreecountry.files.wordpress.com/2011/05/screen21.png?w=720" alt="" />Now we can easily run <a href="http://en.wikipedia.org/wiki/Xterm">XTerm</a>, where is necessary to make still to steam of steps before we will enjoy stable and fast work Fluxbox. By the way, for configure your XTerm, just create a new file ~/XTerm with the settings.<br />
For example, this is my ~/XTerm:</p>
<pre style="color:#00ff00;background-color:black;font-size:9pt;padding:3px;">XTerm*foreground: darkgreen
XTerm*cursorColor: darkgreen
XTerm*background: black
XTerm*scrollBar: True
XTerm*saveLines: 1000
XTerm*font: 9x15</pre>
<p>Be green!<br />
 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2 style="text-align:left;">Installation Fluxbox</h2>
<p>For installation Fluxbox we need to add a new repo:</p>
<pre style="color:#00ff00;background-color:black;font-size:9pt;padding:3px;">&gt; sudo zypper ar -f \
http://download.opensuse.org/repositories/X11:/windowmanagers/openSUSE_11.4 \
WindowManagers
&gt; sudo zypper in fluxbox</pre>
<p>And if you want to use another <a href="http://en.wikipedia.org/wiki/X_display_manager_%28program_type%29">display-/login-manager</a>, for example, <a href="http://en.wikipedia.org/wiki/SLiM">slim</a>:</p>
<pre style="color:#00ff00;background-color:black;font-size:9pt;padding:3px;">&gt; sudo zypper ar -f \
http://download.opensuse.org/repositories/X11:/lxde/openSUSE_11.4 \
lxde
&gt; sudo zypper in slim slim-themes</pre>
<p>After that set/change your default window manager and display-/login-manager (if you want to)</p>
<pre style="color:red;background-color:black;font-size:9pt;padding:3px;"># yast2 sysconfig set DEFAULT_WM=fluxbox
# yast2 sysconfig set DISPLAYMANAGER=slim</pre>
<p>Or just change:<br />
DEFAULT_WM=&#8221;twm&#8221; to <strong>DEFAULT_WM=&#8221;fluxbox&#8221;</strong> in file /etc/sysconfig/windowmanager<br />
DISPLAYMANAGER=&#8221;xdm&#8221; to <strong>DISPLAYMANAGER=&#8221;slim&#8221;</strong> in file /etc/sysconfig/displaymanager.<br />
Now restart the X session by logging out.</p>
<h2 style="text-align:left;">What&#8217;s next?</h2>
<p>Fluxbox&#8217;s user interface has only a toolbar and menu, which is accessible by a right click on the work space. Its menu and configuration is done by simple files located in the user directory under the name ~/.fluxbox.<br />
See <a href="http://fluxbox-wiki.org/index.php?title=Faqs">the wiki page</a> to get more information about Fluxbox&#8217;s configuration (wallpaper, menu, <a href="http://tenr.de/styles/allstyles.php">styles/themes</a>, etc&#8230;)</p>
<p><img title="fluxbox" src="http://thefreecountry.files.wordpress.com/2011/04/screen3.png?w=720" alt="" /></p>
<p>Slim has &#8220;openSUSE&#8221; as a default theme (from suse repo), but I like more <a href="http://www.google.com/imgres?imgurl=http://slim.berlios.de/themes/slim-lake.jpg&amp;imgrefurl=http://slim.berlios.de/themes01.php&amp;usg=__4CxvPxR80PHZOoqhzUrbScFOBso=&amp;h=1024&amp;w=1280&amp;sz=129&amp;hl=en&amp;start=1&amp;zoom=1&amp;tbnid=ZmG6ozz3nVp8bM:&amp;tbnh=120&amp;tbnw=150&amp;ei=eQDYTbqlEMrwsgah2LjuAg&amp;prev=/search%3Fq%3Dslim%2Btheme%2Blake%26tbnh%3D163%26tbnw%3D198%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1280%26bih%3D826%26tbs%3Dsimg:CAESEglmYbqjPPedWiHc09_1GAVS3bA%26tbm%3Disch&amp;um=1&amp;itbs=1">Lake</a>. If you want to change default theme, just edit /etc/slim.conf:</p>
<pre style="color:#00ff00;background-color:black;font-size:9pt;padding:3px;">#current_theme              openSUSE
current_theme              lake</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/3655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/3655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/3655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/3655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/3655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/3655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/3655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/3655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/3655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/3655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/3655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/3655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/3655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/3655/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=3655&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/05/21/a-bit-about-fluxbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/04/desktop_choice1.jpeg" medium="image">
			<media:title type="html">desktop_choice</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/05/screen21.png" medium="image">
			<media:title type="html">XTerm</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/04/screen3.png" medium="image">
			<media:title type="html">fluxbox</media:title>
		</media:content>
	</item>
		<item>
		<title>GSoC 2011</title>
		<link>http://thefreecountry.wordpress.com/2011/03/25/gsoc-2011/</link>
		<comments>http://thefreecountry.wordpress.com/2011/03/25/gsoc-2011/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 02:53:56 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=3463</guid>
		<description><![CDATA[&#8220;KDE is people, not software&#8221; (c) Aaron Seigo Google Summer of Code (GSoC) is a program for students across the world to hack on interesting Free Software projects and get paid for their work. Historically, the program has brought together over 4500 students with over 300 Open Source projects, to create millions of lines of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=3463&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-3472 alignright" style="border:0 none;" title="KDE_google_summer_code" src="http://thefreecountry.files.wordpress.com/2011/03/kde_google_summer_code1.png?w=720" alt=""   /></p>
<p style="text-align:right;">&#8220;KDE is people, not software&#8221;<br />
(c) Aaron Seigo</p>
<p><a href="http://www.google-melange.com/site/home/site">Google Summer of Code</a> (GSoC) is a program for students across the world to hack on interesting Free Software projects and get paid for their work. Historically, the program has brought together over 4500 students with over 300 Open Source projects, to create millions of lines of code!<br />
Of cource openSUSE hopes to participate in <a href="http://en.opensuse.org/openSUSE:GSOC_2011">GSoC</a>, while being mentored by experienced members of the community they are working in. We have many different <a href="http://en.opensuse.org/openSUSE:GSOC_2011_Ideas">ideas</a> and looking for stundens. This is a good opportunity not only to help openSUSE and have a lot of fun working on interesting project, but also get 5000 $ if your project will be finished successful <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://www.google-melange.com/document/show/gsoc_program/google/gsoc2011/faqs#timeline"><br />
Time for hacking</a> is from May 23rd to August 22nd.</p>
<p>In my opinion one of the most interesting projects is the <a href="http://en.opensuse.org/openSUSE:GSOC_2011_Ideas#Build_Service_Plasma_Widgets">Build Service Plasma Widgets</a>. It will be very useful, I guess.</p>
<p>To get in contact with us please join IRC channel #opensuse-project on freenode, or our project&#8217;s ML at opensuse-project@opensuse.org and don&#8217;t forget &#8211; we&#8217;re going to help you to start.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/3463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/3463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/3463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/3463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/3463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/3463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/3463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/3463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/3463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/3463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/3463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/3463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/3463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/3463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=3463&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/03/25/gsoc-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/03/kde_google_summer_code1.png" medium="image">
			<media:title type="html">KDE_google_summer_code</media:title>
		</media:content>
	</item>
		<item>
		<title>Release party &#8211; openSUSE 11.4 &#8211; Nuremberg</title>
		<link>http://thefreecountry.wordpress.com/2011/03/18/release-party-opensuse-11-4/</link>
		<comments>http://thefreecountry.wordpress.com/2011/03/18/release-party-opensuse-11-4/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 18:24:15 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://thefreecountry.wordpress.com/?p=3302</guid>
		<description><![CDATA[Like usual, after 8 months of work we met again. Met to celebrate the next openSUSE release, to discuss this release and oS project, to drink a beer with other from the community and of course to have a lot of fun In this time we met not in the SUSE headquarters like usual, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=3302&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="border:0 none;" src="http://thefreecountry.files.wordpress.com/2011/03/rp_114.png?w=223&h=249" alt="" width="223" height="249" />Like usual, after 8 months of work we met again. Met to celebrate the <a href="http://en.opensuse.org/Portal:11.4">next openSUSE release</a>, to discuss this release and oS project, to drink a beer with other from the community and of course to have a lot of fun <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In this time we met not in the SUSE headquarters like usual, but in <a href="http://artefakt-nuernberg.de/">Bar Artefakt</a>, which is in the historic district of Nuremberg. Live music and a lot of <a href="http://en.opensuse.org/openSUSE:Beer">Old Toad</a> have created a very <a href="http://www.flickr.com/photos/marcusmeissner/sets/72157626282464624/detail/">pleasant atmosphere</a> for communication and relaxing.</p>
<p>I would like to say thanks to <a href="http://www.hennevogel.de/">Henne Vogel</a> and <a href="http://en.opensuse.org/openSUSE:Boosters_team">Boosters team</a>, who organized this party, and also to everybody, who help to develop and contribute to openSUSE project and thanks to whom openSUSE 11.4 turned out so good!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefreecountry.wordpress.com/3302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefreecountry.wordpress.com/3302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefreecountry.wordpress.com/3302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefreecountry.wordpress.com/3302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefreecountry.wordpress.com/3302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefreecountry.wordpress.com/3302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefreecountry.wordpress.com/3302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefreecountry.wordpress.com/3302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefreecountry.wordpress.com/3302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefreecountry.wordpress.com/3302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefreecountry.wordpress.com/3302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefreecountry.wordpress.com/3302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefreecountry.wordpress.com/3302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefreecountry.wordpress.com/3302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefreecountry.wordpress.com&#038;blog=9202358&#038;post=3302&#038;subd=thefreecountry&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefreecountry.wordpress.com/2011/03/18/release-party-opensuse-11-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>49.450520 11.080480</georss:point>
		<geo:lat>49.450520</geo:lat>
		<geo:long>11.080480</geo:long>
		<media:content url="http://0.gravatar.com/avatar/cbae0a6b288a060e2f4f83897dbc62f5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://thefreecountry.files.wordpress.com/2011/03/rp_114.png" medium="image" />
	</item>
	</channel>
</rss>
