<?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>STS301&#039;s Blog</title>
	<atom:link href="http://linux301.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux301.wordpress.com</link>
	<description>Just Linux, what else?</description>
	<lastBuildDate>Fri, 04 Nov 2011 17:00:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linux301.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/65ff2a6556e6b8ab52b3d296a72c01f7?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>STS301&#039;s Blog</title>
		<link>http://linux301.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linux301.wordpress.com/osd.xml" title="STS301&#039;s Blog" />
	<atom:link rel='hub' href='http://linux301.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing airpwn on openSUSE 11.2</title>
		<link>http://linux301.wordpress.com/2010/01/27/installing-airpwn-on-opensuse-11-2/</link>
		<comments>http://linux301.wordpress.com/2010/01/27/installing-airpwn-on-opensuse-11-2/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 02:54:55 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=298</guid>
		<description><![CDATA[airpwn is a nice tool to play with, but sometimes hard to install. First you have to get airpwn from here. Then install the following things: libpcap libnet libpcre openssl python python-devel Extract it to a wanted folder and then continue like this: And now I had my problems. It showed all the times those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=298&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>airpwn is a nice tool to play with, but sometimes hard to install.</p>
<p>First you have to get airpwn from <a href="http://airpwn.sourceforge.net/">here</a>.<br />
Then install the following things:</p>
<ul>
<li>libpcap</li>
<li>libnet</li>
<li>libpcre</li>
<li>openssl</li>
<li>python</li>
<li>python-devel</li>
</ul>
<p>Extract it to a wanted folder and then continue like this:<br />
<pre class="brush: bash;">
cd airpwn-1.4
tar xvfz lorcon-current.tgz
cd lorcon
./configure
make
sudo make install
cd ..
./configure
make 
</pre><br />
And now I had my problems. It showed all the times those errors<br />
<pre class="brush: bash;">
/pentest/airpwn-1.4/airpwn.c:404: undefined reference to `PyString_FromStringAndSize'
</pre><br />
After struggling around the problem I found the root.<br />
Change in the &#8220;configure&#8221; file all python2.4 strings to python2.6. You can just copy everything from <a href="http://pastie.org/pastes/798196">here</a> which covers the changed names from line number 3741 to 3812.<br />
<pre class="brush: bash;">
./configure
make
sudo make install
</pre><br />
airpwn was now installed into the /usr/local/sbin directory.<br />
To get it working just by typing &#8220;airpwn&#8221;move it from /usr/local/sbin to /usr/sbin<br />
<pre class="brush: bash;">
sudo cp /usr/local/sbin/airpwn /usr/sbin
</pre><br />
To get familiar with airpwn itself read the man page <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have Phun!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=298&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2010/01/27/installing-airpwn-on-opensuse-11-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>Wiener openSUSE 11.2 Launchparty</title>
		<link>http://linux301.wordpress.com/2009/11/06/wiener-opensuse-11-2-launchparty/</link>
		<comments>http://linux301.wordpress.com/2009/11/06/wiener-opensuse-11-2-launchparty/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 01:13:37 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=280</guid>
		<description><![CDATA[13.11. ab 19 Uhr: openSUSE Launch-Party: Was bringen 121 neue Features? Version 11.2 ab 12. November zum Download openSUSE, die von seinen Fans stolz als Nürnberger Windows bezeichnete Linux Distribution, meldet sich mit einem Feuerwerk an neuen Features zurück. Die von Novell unterstützte openSUSE Community hat mit dem SUSE-Studio ein einzigartiges System entwickelt, mit dessen [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=280&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>13.11. ab 19 Uhr: openSUSE Launch-Party: Was bringen 121 neue Features?<br />
                  Version 11.2 ab 12. November zum Download</p>
<p>openSUSE, die von seinen Fans stolz als Nürnberger Windows bezeichnete<br />
Linux Distribution, meldet sich mit einem Feuerwerk an neuen Features<br />
zurück.</p>
<p>Die von Novell unterstützte openSUSE Community hat mit dem SUSE-Studio<br />
ein einzigartiges System entwickelt, mit dessen Hilfe die Anwender ihr<br />
individuelles Install-System bereits vor dem Download konfigurieren können.</p>
<p>Edit:</p>
<p>So viel Neues gab es in openSUSE schon lange nicht mehr: Mit 11.2 lassen<br />
die Entwickler einen Schwung von Innovationen auf die Anwender los.</p>
<p>Mit den Features,</p>
<ul>
<li>einem einheitlichen Tool (YAST 2) zur System-Konfiguration,</li>
<li>den gewohnt guten Übersetzungen ins Deutsche,</li>
<li>einem vor dem Download konfigurierbaren System (susestudio.com),</li>
<li>einer Benutzerführung, die je nach Aufgabe, zur richtigen Software<br />
    führt,</li>
<li>einem beschleunigten Boot Prozess mit der neuen Upstart Technologie,
<li>
<li>einem schnelleren Dateisystem (ext4), das eine Million Terrabyte<br />
    unterstützt</li>
</ul>
<p>und vielen weiteren Neuigkeiten meldet sich eine der am längsten<br />
bestehenden Linux Distributionen mit deutschen Wurzeln wieder zurück.</p>
<p>Auf http://susestudio.com/ kann sich jeder Anwender seine individuelle<br />
openSUSE DVD mit den gewünschten Programmen individuell konfigurieren<br />
und dann downloaden.</p>
<p>Daniel Jahre vom Linuxwochen Team hat den openSUSE Anwender Alexander<br />
Rössler eingeladen um einen Blick hinter die Kulissen von openSUSE zu wagen.</p>
<p>  Datum/Zeit: Fr 13. November 2009, 20.00 (Einlass ab 19.00)<br />
  Ort: Raum D / quartier21, QDK / Electric Avenue, MQ Wien<br />
  http://quartier21.mqw.at/uebersichtsplan/ -&gt; Nr. 55<br />
  Referent: Alexander Rössler, openSUSE</p>
<p>Tipp: Wer seinen Laptop mitbringt, der kann im Rahmen unseres Linux Labs<br />
eine Erstinstallation unter fachkundiger Aufsicht wagen.</p>
<p>EDIT: Bitte last mich wissen ob ihr kommen könnt, damit ich ungefähr weis, wie viele kommen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/280/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=280&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/11/06/wiener-opensuse-11-2-launchparty/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>SUSEnews 0.1.4 beta released</title>
		<link>http://linux301.wordpress.com/2009/10/16/susenews-0-1-4-beta-released/</link>
		<comments>http://linux301.wordpress.com/2009/10/16/susenews-0-1-4-beta-released/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 01:04:30 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt C++]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=273</guid>
		<description><![CDATA[After a bigger break I release SUSEnews 0.1.4 beta New: openSUSE Weekly News &#8220;Light Version&#8221; saigkill joined the developer team ToDo: Proxy Settings Statistics Upload Get it: The program is availible on sourceforge http://sourceforge.net/projects/susenews/ SVN: svn co https://susenews.svn.sourceforge.net/svnroot/susenews One Click Install from here (might not been actualized yet). You can subscribe the mailinglist where I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=273&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a bigger break I release SUSEnews 0.1.4 beta</p>
<p>New:</p>
<ul>
<li>openSUSE Weekly News &#8220;Light Version&#8221;</li>
<li>saigkill joined the developer team</li>
</ul>
<p>ToDo:<br />
</p>
<ul>
<li>Proxy Settings</li>
<li>Statistics</li>
<li>Upload</li>
<p>
</ul>
<p>Get it:</p>
<ul>
<li>The program is availible on sourceforge <a>http://sourceforge.net/projects/susenews/</a></li>
<li>SVN: <code>svn co https://susenews.svn.sourceforge.net/svnroot/susenews</code></li>
<li>One Click Install <a href="http://software.opensuse.org/search?baseproject=ALL&amp;p=1&amp;q=susenews">from here</a> (might not been actualized yet).</li>
</ul>
<p>You can subscribe the mailinglist where I will try to hold you on the line.  <a>https://lists.sourceforge.net/mailman/listinfo/susenews-develop</a></p>
<p>If you have questions or ideas how to configure this program better, please tell us.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=273&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/10/16/susenews-0-1-4-beta-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>Qt 4.6 beta and Qt Creator 1.3 beta released</title>
		<link>http://linux301.wordpress.com/2009/10/14/qt-4-6-beta-and-qt-creator-1-3-released/</link>
		<comments>http://linux301.wordpress.com/2009/10/14/qt-4-6-beta-and-qt-creator-1-3-released/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:55:48 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt C++]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=269</guid>
		<description><![CDATA[Qt 4.6 beta and Qt Creator 1.3 beta released, available on the qt homepage or in a repository. Qt KDE repository overview Changes for Qt 4.6 beta: here Changes for Qt Creator 1.3 beta: here One of the biggest features is the growing Symbian support<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=269&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Qt 4.6 beta and Qt Creator 1.3 beta released, available on the <a href="http://qt.nokia.com/about/news/nokia-releases-qt-4.6-and-qt-creator-1.3-betas-including-support-for-symbian">qt homepage</a> or in a repository.<br />
<a href="http://en.opensuse.org/KDE/Repositories#Qt_4.5">Qt KDE repository overview</a></p>
<p>Changes for Qt 4.6 beta: <a href="http://doc.qt.nokia.com/4.6-snapshot/qt4-6-intro.html">here</a><br />
Changes for Qt Creator 1.3 beta: <a href="http://qt.gitorious.org/qt-creator/qt-creator/blobs/1.3.0-beta/dist/changes-1.3.0">here</a></p>
<p>One of the biggest features is the growing Symbian support</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=269&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/10/14/qt-4-6-beta-and-qt-creator-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Nemesis</title>
		<link>http://linux301.wordpress.com/2009/10/08/installing-nemesis/</link>
		<comments>http://linux301.wordpress.com/2009/10/08/installing-nemesis/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:10:44 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=261</guid>
		<description><![CDATA[I had recently problems installing nemesis on openSUSE, because nemesis needs an earlier libnet version, which I didn&#8217;t find in the OBS (maybe I&#8217;ll upload it on my repo, but I have to find out first how the OBS work ). I dowloaded the nemesis source from here If you have libnet 1.1 installed, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=261&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had recently problems installing nemesis on openSUSE, because nemesis needs an earlier libnet version, which I didn&#8217;t find in the OBS (maybe I&#8217;ll upload it on my repo, but I have to find out first how the OBS work <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>I dowloaded the nemesis source from <a href="http://nemesis.sourceforge.net/">here</a><br />
If you have libnet 1.1 installed, it will always say, it can&#8217;t find the libnet directory.</p>
<p>So I downloaded an libnet 1.02a rpm from <a href="http://rpm.pbone.net/index.php3/stat/4/idpl/12102335/com/libnet-1.0.2a-fr1.i386.rpm.html">here</a> and installed it.</p>
<p>After that you can compile nemesis without any problems.</p>
<p>But while updating you might also update libnet to the higher version and after that it might not work anymore. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=261&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/10/08/installing-nemesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>Nice article about the US Cybercrime Myth</title>
		<link>http://linux301.wordpress.com/2009/10/06/nice-article-about-the-us-cybercrime-myth/</link>
		<comments>http://linux301.wordpress.com/2009/10/06/nice-article-about-the-us-cybercrime-myth/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:10:34 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=258</guid>
		<description><![CDATA[I found the article about the US Cybercrime myth very amusing. http://www.infosecnews.org/hypermail/0910/16795.html Have Phun!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=258&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found the article about the US Cybercrime myth very amusing.</p>
<p><a>http://www.infosecnews.org/hypermail/0910/16795.html</a></p>
<p>Have Phun!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=258&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/10/06/nice-article-about-the-us-cybercrime-myth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>KDE Keyboard Layout</title>
		<link>http://linux301.wordpress.com/2009/10/04/kde-keyboard-layout/</link>
		<comments>http://linux301.wordpress.com/2009/10/04/kde-keyboard-layout/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 01:28:36 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=255</guid>
		<description><![CDATA[I am currently switching often between the US and the German keyboard layout. I found also a great solution for it, so I can easily change the layouts during writing. Do it like that: &#8211;&#62;Configure Desktop &#8211;&#62;Regional &#38; Lanugage &#8211;&#62;Keyboard Layout &#8211;&#62;Layout &#8211;&#62;Enable keyboard layouts &#8211;&#62;Add the wanted keyboard layouts into the &#8220;Active layouts&#8221; section [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=255&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am currently switching often between the US and the German keyboard layout.<br />
I found also a great solution for it, so I can easily change the layouts during writing.</p>
<p>Do it like that:</p>
<ul>
<li>&#8211;&gt;Configure Desktop</li>
<li>&#8211;&gt;Regional &amp; Lanugage</li>
<li>&#8211;&gt;Keyboard Layout</li>
<li>&#8211;&gt;Layout</li>
<li>&#8211;&gt;Enable keyboard layouts</li>
<li>&#8211;&gt;Add the wanted keyboard layouts into the &#8220;Active layouts&#8221; section</li>
<li>&#8211;&gt;Apply</li>
<li>&#8211;&gt;Configure Desktop</li>
<li>&#8211;&gt;Keyboard &amp; Mouse</li>
<li>&#8211;&gt;Global Keyboard Shortcuts</li>
<li>&#8211;&gt;set the KDE component to &#8220;KDE Keyboard Layout Switcher&#8221;</li>
<li>&#8211;&gt;Switch to Next Keyboard Layout</li>
<li>&#8211;&gt;set &#8220;Custom&#8221; and klick on the button right next to it and press the wanted shortcut combination</li>
<li>&#8211;&gt;Apply</li>
</ul>
<p>And now you can change the keyboard layout easily during writing.</p>
<p>Have Phun.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=255&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/10/04/kde-keyboard-layout/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>Qt 4.6 Betatester</title>
		<link>http://linux301.wordpress.com/2009/09/30/qt-4-6-betatester/</link>
		<comments>http://linux301.wordpress.com/2009/09/30/qt-4-6-betatester/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 19:57:39 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt C++]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=251</guid>
		<description><![CDATA[Qt searches for beta tester of Qt 4.6. Just download it from here or from the Qt 4.6 Repository. After that Qt is happy about your response http://survey.confirmit.com/wix1/p995540662.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=251&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Qt searches for beta tester of Qt 4.6.</p>
<p>Just download it from <a href="http://qt.nokia.com/about/news/qt-4.6-technology-preview-released">here</a> or from the <a href="http://en.opensuse.org/KDE/Repositories#Qt_4.6_Development_Snapshots">Qt 4.6 Repository</a>.</p>
<p>After that Qt is happy about your response <a href="http://survey.confirmit.com/wix1/p995540662.aspx">http://survey.confirmit.com/wix1/p995540662.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=251&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/09/30/qt-4-6-betatester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
		<item>
		<title>Hive Rise</title>
		<link>http://linux301.wordpress.com/2009/09/12/hive-rise/</link>
		<comments>http://linux301.wordpress.com/2009/09/12/hive-rise/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 21:21:35 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=240</guid>
		<description><![CDATA[Well, it was a long time ago, I played my last real game (and a real game is for me not a virtual card game or so). The self extracting file is about 82MB big, you just have to start it, it copies the files into a wanted folder and you can start via starting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=240&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, it was a long time ago, I played my last real game (and a real game is for me not a virtual card game or so).</p>
<p>The self extracting file is about 82MB big, you just have to start it, it copies the files into a wanted folder and you can start via starting the &#8220;hiverise&#8221; script.</p>
<p>I wanted to start the game once on my EEE PC 1000H, but it has not the needed hardware resources.</p>
<p>To the game:</p>
<p>You can register yourself (if you want to play in the internet also and if you want to save your credits) and then you can start.<br />
The normal game on your computer takes about ten minutes, because it is limited, but that has nothing to say, those 10 minutes are loaded with action.<br />
You start in a closed base with 3 gates. You have 20 seconds or so to build the most needed things like mines and the first soldiers. Then the gates are open and the real game starts.<br />
As armed forces are soldiers (with a gun, grenades or rocket launcher), tanks (a buggy like tank, a light tank, a heavy tank, a canon and an anti aircraft tank) and helicopters (machine gun, rocket launcher, bomber and an anti helicopter).<br />
Specialized guns which can be placed on at the gates are also available (anti infantry, anti tank and anti aircraft).</p>
<p><b>Here some screenshots:</b> </p>
<p>Main Window:<br />
<img src="http://linux301.files.wordpress.com/2009/09/hiverise.png?w=510&#038;h=382" alt="hiverise main" title="hiverise main" width="510" height="382" class="alignleft size-full wp-image-244" /></p>
<p>Begin of a game:<br />
<img src="http://linux301.files.wordpress.com/2009/09/hiverise5.png?w=510&#038;h=382" alt="hiverise5" title="hiverise5" width="510" height="382" class="alignleft size-full wp-image-245" /></p>
<p><img src="http://linux301.files.wordpress.com/2009/09/hiverise6.png?w=510&#038;h=382" alt="hiverise6" title="hiverise6" width="510" height="382" class="alignleft size-full wp-image-246" /></p>
<p><img src="http://linux301.files.wordpress.com/2009/09/hiverise7.png?w=510&#038;h=382" alt="hiverise7" title="hiverise7" width="510" height="382" class="alignleft size-full wp-image-247" /></p>
<p>Trophies:<br />
<img src="http://linux301.files.wordpress.com/2009/09/hiverise4.png?w=510&#038;h=382" alt="hiverise4" title="hiverise4" width="510" height="382" class="alignleft size-full wp-image-248" /></p>
<p>You can get the game from the Hive Rise home <a href="http://www.hiverise.com">http://www.hiverise.com</a></p>
<p>Have Phun!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux301.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=240&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/09/12/hive-rise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>

		<media:content url="http://linux301.files.wordpress.com/2009/09/hiverise.png" medium="image">
			<media:title type="html">hiverise main</media:title>
		</media:content>

		<media:content url="http://linux301.files.wordpress.com/2009/09/hiverise5.png" medium="image">
			<media:title type="html">hiverise5</media:title>
		</media:content>

		<media:content url="http://linux301.files.wordpress.com/2009/09/hiverise6.png" medium="image">
			<media:title type="html">hiverise6</media:title>
		</media:content>

		<media:content url="http://linux301.files.wordpress.com/2009/09/hiverise7.png" medium="image">
			<media:title type="html">hiverise7</media:title>
		</media:content>

		<media:content url="http://linux301.files.wordpress.com/2009/09/hiverise4.png" medium="image">
			<media:title type="html">hiverise4</media:title>
		</media:content>
	</item>
		<item>
		<title>Qt 4.6 Technology Preview Release</title>
		<link>http://linux301.wordpress.com/2009/09/09/qt-4-6-technology-preview-release/</link>
		<comments>http://linux301.wordpress.com/2009/09/09/qt-4-6-technology-preview-release/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 19:23:52 +0000</pubDate>
		<dc:creator>sts301</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://linux301.wordpress.com/?p=238</guid>
		<description><![CDATA[Qt 4.6 Technology Review released. For more informations http://qt.nokia.com/about/news/qt-4.6-technology-preview-released. Please watch the video, it is really funny<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=238&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Qt 4.6 Technology Review released.<br />
For more informations <a href="http://qt.nokia.com/about/news/qt-4.6-technology-preview-released">http://qt.nokia.com/about/news/qt-4.6-technology-preview-released</a>.</p>
<p>Please watch the video, it is really funny <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/linux301.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux301.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux301.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux301.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux301.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux301.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux301.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux301.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux301.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux301.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux301.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux301.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux301.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux301.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux301.wordpress.com&amp;blog=7904478&amp;post=238&amp;subd=linux301&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux301.wordpress.com/2009/09/09/qt-4-6-technology-preview-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4756df3a26c5eae1a7dd17f98beac866?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">sts301</media:title>
		</media:content>
	</item>
	</channel>
</rss>
