<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Julius Beckmann &#187; Ubuntu</title>
	<atom:link href="http://juliusbeckmann.de/blog/category/linux/ubuntu-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Wed, 05 Jun 2013 11:02:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu: Create own or fix broken samba shared directorys</title>
		<link>http://juliusbeckmann.de/blog/ubuntu-create-own-or-fix-broken-samba-shared-directorys.html</link>
		<comments>http://juliusbeckmann.de/blog/ubuntu-create-own-or-fix-broken-samba-shared-directorys.html#comments</comments>
		<pubDate>Mon, 30 May 2011 10:28:39 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Share]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=846</guid>
		<description><![CDATA[I recently wanted to create a shared folder with the attribute hidden, but did not want to change the /etc/samba/smb.cnf. So i searched where the shares created by the gnome folder-properties window where saved. The directory is: /var/lib/samba/usershares/ This is also the place, where you might fix a broken share by deleting the config file.]]></description>
			<content:encoded><![CDATA[<p><img src="http://juliusbeckmann.de/blog/static/ubuntu_logo-194x200.png" alt="ubuntu_logo" title="ubuntu_logo" width="100" height="100" class="alignright size-thumbnail wp-image-806" />I recently wanted to create a shared folder with the attribute hidden, but did not want to change the /etc/samba/smb.cnf.</p>
<p>So i searched where the shares created by the gnome folder-properties window where saved. The directory is:</p>
<p><strong>/var/lib/samba/usershares/</strong></p>
<p>This is also the place, where you might fix a broken share by deleting the config file.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/ubuntu-create-own-or-fix-broken-samba-shared-directorys.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kubuntu: Connect to hidden WLAN</title>
		<link>http://juliusbeckmann.de/blog/kubuntu-connect-to-hidden-wlan.html</link>
		<comments>http://juliusbeckmann.de/blog/kubuntu-connect-to-hidden-wlan.html#comments</comments>
		<pubDate>Mon, 30 May 2011 10:10:26 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[WLAN]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=840</guid>
		<description><![CDATA[Somehow the Network-Manager in Kubuntu can not connect to hidden wireless lan. But i found a simple workaround in the kubuntuforums.net: Go in the Kubuntu Network-Manager and add a new connection with all the details of the hidden WLAN. Now open a terminal and run this command: sudo iwlist wlan0 scan essid NameOfHiddenWLAN This will [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://juliusbeckmann.de/blog/static/kubuntu_logo.png" alt="kubuntu_logo" title="kubuntu_logo" width="128" height="128" class="alignright size-full wp-image-842" /><br />
Somehow the Network-Manager in Kubuntu can not connect to hidden wireless lan. But i found a simple workaround in the kubuntuforums.net:</p>
<p><span id="more-840"></span>Go in the Kubuntu Network-Manager and add a new connection with all the details of the hidden WLAN.</p>
<p>Now open a terminal and run this command:</p>
<div class="codesnip-container" >sudo iwlist wlan0 scan essid NameOfHiddenWLAN</div>
<p>This will scan on the wlan0 device for a network with the name "NameOfHiddenWLAN".<br />
A few seconds later, your Network-Manager might already have connected to the hidden WLAN, if everything was correct.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/kubuntu-connect-to-hidden-wlan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Backup/Copy network settings in Ubuntu</title>
		<link>http://juliusbeckmann.de/blog/ubuntu-backup-copy-network-settings-in-ubuntu.html</link>
		<comments>http://juliusbeckmann.de/blog/ubuntu-backup-copy-network-settings-in-ubuntu.html#comments</comments>
		<pubDate>Mon, 02 May 2011 20:17:13 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[gconf]]></category>
		<category><![CDATA[gnome2]]></category>
		<category><![CDATA[Keyring]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[WLAN]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=811</guid>
		<description><![CDATA[I did a clean install of Ubuntu 11.04 and copied all the needed configs from my old 10.10 installation. But i could not find the needed folders for the network and wireless settings, so i searched for them and this is what i found. To backup or copy the network settings under ubuntu, you need [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://juliusbeckmann.de/blog/static/ubuntu_logo-194x200.png" alt="ubuntu_logo" title="ubuntu_logo" width="100" height="100" class="alignright size-thumbnail wp-image-806" />I did a clean install of Ubuntu 11.04 and copied all the needed configs from my old 10.10 installation. But i could not find the needed folders for the network and wireless settings, so i searched for them and this is what i found.<br />
<span id="more-811"></span><br />
To backup or copy the network settings under ubuntu, you need 2 parts of your old system:</p>
<p>1. <strong>The .gconf part</strong><br />
You need to copy the folder where the network settings are stored, this is here:</p>
<div class="codesnip-container" >/home/YOUR_USERNAME/.gconf/system</div>
<p>You can copy the whole folder and move it to the new system.</p>
<p>2. <strong>The Keyring</strong><br />
If you search for keywords or passphrases, you will not find any in .gconf/system.<br />
The password for WLAN access are stored inside <em>your</em> keyring, which is stored here:</p>
<div class="codesnip-container" >/home/YOUR_USERNAME/.gnome2/keyrings</div>
<p>You need this folder, if the gconf settings need a passphrase from your keyring.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/ubuntu-backup-copy-network-settings-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Install on a Disk with less than 4.4 GB (Workaround)</title>
		<link>http://juliusbeckmann.de/blog/ubuntu-install-on-a-disk-with-less-than-4-4-gb-workaround.html</link>
		<comments>http://juliusbeckmann.de/blog/ubuntu-install-on-a-disk-with-less-than-4-4-gb-workaround.html#comments</comments>
		<pubDate>Sun, 01 May 2011 15:37:24 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Workaround]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=799</guid>
		<description><![CDATA[I tried to install Ubuntu 11.04 on a 4 GB USB-Stick today, but was failed by the installer who wants at least 4.4 GB free space. This is unnecessary much, because a normal Ubuntu install will stay below 2.5 GB. I found a "fix" that works like this: 1. Start Ubuntu from CD/DVD as a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://juliusbeckmann.de/blog/static/ubuntu_logo-194x200.png" alt="ubuntu_logo" title="ubuntu_logo" width="100" height="100" class="alignright size-thumbnail wp-image-806" />I tried to install Ubuntu 11.04 on a 4 GB USB-Stick today, but was failed by the installer who wants at least 4.4 GB free space. This is unnecessary much, because a normal Ubuntu install will stay below 2.5 GB.<br />
I found a "fix" that works like this:<br />
<span id="more-799"></span></p>
<p>1. Start Ubuntu from CD/DVD as a Live-CD (The "Test", not the "Install" Button).</p>
<p>2. Open up a console / terminal and enter the following code:</p>
<div class="codesnip-container" >gksu gedit /usr/lib/ubiquity/plugins/ubi-prepare.py</div>
<p>This will open a python file that includes the "min_size" method.<br />
Search for the line (around line 310) that says:</p>
<div class="codesnip-container" >"min_disk_size = size * 2"</div>
<p>Change the code to this:</p>
<div class="codesnip-container" >"min_disk_size = size * 1.4"</div>
<p>Then save and close the editor.</p>
<p>3. Start the installer on the desktop. It should ask now for about 3 GB.</p>
<p>Original fix posted by <a href="https://bugs.launchpad.net/ubuntu/+source/netbook-meta/+bug/772164">Nathan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/ubuntu-install-on-a-disk-with-less-than-4-4-gb-workaround.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux: Change timezone on Debian/Ubuntu</title>
		<link>http://juliusbeckmann.de/blog/linux-change-timezone-on-debian-ubuntu.html</link>
		<comments>http://juliusbeckmann.de/blog/linux-change-timezone-on-debian-ubuntu.html#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:35:24 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[Timezone]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=796</guid>
		<description><![CDATA[Change timezone on your Ubuntu/Debian system by opening a Terminal and run this command: sudo dpkg-reconfigure tzdata]]></description>
			<content:encoded><![CDATA[<p>Change timezone on your Ubuntu/Debian system by opening a Terminal and run this command:</p>
<div class="codesnip-container" >sudo dpkg-reconfigure tzdata</div>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/linux-change-timezone-on-debian-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Booting with &quot;quiet&quot; and &quot;splash&quot; ist faster.</title>
		<link>http://juliusbeckmann.de/blog/ubuntu-booting-with-quiet-and-splash-ist-faster.html</link>
		<comments>http://juliusbeckmann.de/blog/ubuntu-booting-with-quiet-and-splash-ist-faster.html#comments</comments>
		<pubDate>Sun, 03 Apr 2011 12:13:56 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Faster]]></category>
		<category><![CDATA[Quiet]]></category>
		<category><![CDATA[Splash]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=660</guid>
		<description><![CDATA[I like to see what is going on when my ubuntu boots, so i disabled "splash" and "quiet" in mit "/etc/default/grub" and updated grub via "update-grub" afterwards as root. Today i checked how this might slow down the boot process, because of the much output by the kernel. This is my result: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" --> [...]]]></description>
			<content:encoded><![CDATA[<p>I like to see what is going on when my ubuntu boots, so i disabled "splash" and "quiet" in mit "/etc/default/grub" and updated grub via "update-grub" afterwards as root.<br />
Today i checked how this might slow down the boot process, because of the much output by the kernel. This is my result:</p>
<div class="codesnip-container" >GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" --> 28 Seconds</div>
<div class="codesnip-container" >GRUB_CMDLINE_LINUX_DEFAULT="quiet" --> 32 Seconds</div>
<div class="codesnip-container" >GRUB_CMDLINE_LINUX_DEFAULT="splash" --> 30 Seconds</div>
<div class="codesnip-container" >GRUB_CMDLINE_LINUX_DEFAULT=" " --> 33 Seconds</div>
<p>On my system, "quiet" speeds up booting by 1 or 2 seconds, and "splash" by 2 or 3 seconds.</p>
<p>I might leave both on for faster booting, but i will miss my informative kernel output :(</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/ubuntu-booting-with-quiet-and-splash-ist-faster.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Howto move min/max/close buttons to the right in Ubuntu Lynx 10.4</title>
		<link>http://juliusbeckmann.de/blog/ubuntu-howto-move-minmaxclose-buttons-to-the-right-in-ubuntu-lynx-10-4.html</link>
		<comments>http://juliusbeckmann.de/blog/ubuntu-howto-move-minmaxclose-buttons-to-the-right-in-ubuntu-lynx-10-4.html#comments</comments>
		<pubDate>Sun, 04 Apr 2010 09:42:35 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=591</guid>
		<description><![CDATA[With version 10.4 Ubuntu design team decided to move the minimize/maximize/close buttons to the left. Maybe to look like mac. For everybody who do not like this and want their buttons back on the right, follow the instructions. Even if the position on the left might have some advantages, here is a instruction for changing [...]]]></description>
			<content:encoded><![CDATA[<p>With version 10.4 Ubuntu design team decided to move the minimize/maximize/close buttons to the left. Maybe to look like mac. For everybody who do not like this and want their buttons back on the right, follow the instructions.<br />
<span id="more-591"></span></p>
<p>Even if the position on the left might have some advantages, here is a instruction for changing them back.</p>
<p>Go to the "Terminal" or "Shell" and start the Programm:</p>
<div class="codesnip-container" >gconf-editor</div>
<p>Now navigate to:</p>
<div class="codesnip-container" >apps>metacity>general</div>
<p>And change the key <strong>button_layout</strong> from:</p>
<div class="codesnip-container" >maximize,minimize,close:</div>
<p>to</p>
<div class="codesnip-container" >menu:minimize,maximize,close</div>
<p>Even faster is this command you need to run in your terminal/shell:</p>
<div class="codesnip-container" >gconftool-2 --set /apps/metacity/general/button_layout --type string menu:minimize,maximize,close</div>
<p>How this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/ubuntu-howto-move-minmaxclose-buttons-to-the-right-in-ubuntu-lynx-10-4.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Open Windows in Foreground</title>
		<link>http://juliusbeckmann.de/blog/ubuntu-open-windows-in-foreground.html</link>
		<comments>http://juliusbeckmann.de/blog/ubuntu-open-windows-in-foreground.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:47:38 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=542</guid>
		<description><![CDATA[If your windows do not open in Foreground like we are all used to it, it might be caused by a wrong compiz-setting. In this article i will describe how to fix that problem. The setting can be found in the Compiz Setting Manager. This manager can be found under "System" -> "Settings" Under "General [...]]]></description>
			<content:encoded><![CDATA[<p>If your windows do not open in Foreground like we are all used to it, it might be caused by a wrong compiz-setting.<br />
In this article i will describe how to fix that problem.<br />
<span id="more-542"></span></p>
<p>The setting can be found in the Compiz Setting Manager. This manager can be found under "<em>System</em>" -> "<em>Settings</em>"<br />
Under "<em>General options/Focus &#038; Raise Behaviour/Focus Prevention Level</em>" is the checkbox.</p>
<p>On my system even without any visual effects, this setting was used.</p>
<p>If you <strong>cant find</strong> the Compiz Settings Manager, you need to install this package first. Simple command:</p>
<div class="codesnip-container" >sudo apt-get install compizconfig-settings-manager</div>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/ubuntu-open-windows-in-foreground.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Adding Thunderbird to indicator-applet</title>
		<link>http://juliusbeckmann.de/blog/ubuntu-adding-thunderbird-to-indicator-applet.html</link>
		<comments>http://juliusbeckmann.de/blog/ubuntu-adding-thunderbird-to-indicator-applet.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 06:15:57 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[indicator-applet]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=537</guid>
		<description><![CDATA[Adding Thunderbird to the "indicator-applet" is possible and not that hard. I wrote down the few commands and hints. Applications shown by the "indicator-applet" are listed in this directory: /usr/share/indicators/messages/applications/ By default the files "empathy" and "evolution" should be inside this directory. Adding Thunderbird Adding Thunderbird is just creating a new file with the path [...]]]></description>
			<content:encoded><![CDATA[<p>Adding Thunderbird to the "indicator-applet" is possible and not that hard.<br />
I wrote down the few commands and hints.<br />
<span id="more-537"></span><br />
Applications shown by the "indicator-applet" are listed in this directory:</p>
<div class="codesnip-container" >/usr/share/indicators/messages/applications/</div>
<p>By default the files "empathy" and "evolution" should be inside this directory.</p>
<h3>Adding Thunderbird</h3>
<p>Adding Thunderbird is just creating a new file with the path to the .desktop file.</p>
<p>Opening the "thunderbird" file:</p>
<div class="codesnip-container" >sudo gedit /usr/share/indicators/messages/applications/thunderbird</div>
<p>Now add this line and save:</p>
<div class="codesnip-container" >/usr/share/applications/thunderbird.desktop</div>
<p>Hint: Check if that file exist on your system!</p>
<p>Now you should be abled to see Thunderbird if you klick on the "indicator-applet".</p>
<h3>Removing Evolution</h3>
<p>Removing Evolution from the "indicator-applet", just execute this command:</p>
<div class="codesnip-container" >sudo rm /usr/share/indicators/messages/applications/evolution</div>
<h3>Credit</h3>
<p>Credit for this goes to "Lorenzo Francisco":<br />
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/367175/comments/6</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/ubuntu-adding-thunderbird-to-indicator-applet.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sicherheit: Kritische OpenSSL Lücke in Ubuntu</title>
		<link>http://juliusbeckmann.de/blog/sicherheit-kritische-openssl-lucke-in-ubuntu.html</link>
		<comments>http://juliusbeckmann.de/blog/sicherheit-kritische-openssl-lucke-in-ubuntu.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 10:43:36 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=30</guid>
		<description><![CDATA[Es wurde ein Sicherheitslücke im neuen Ubuntu Linux 8.04 LTS System gefunden welche durch präparierte Pakete eine Denial of Service Attacke in Programmen die gegen OpenSSL gelinkt sind verursachen kann. Es können aber auch Ruby Scripte genutzt werden um die Attacke durchzuführen. Es ist sowohl ein Denial of Service Angriff möglich, als auch das Einschleusen [...]]]></description>
			<content:encoded><![CDATA[<p>Es wurde ein Sicherheitslücke im neuen <a title="http://de.wikipedia.org/wiki/Ubuntu" href="http://de.wikipedia.org/wiki/Ubuntu" target="_blank">Ubuntu</a> Linux 8.04 LTS System gefunden welche durch präparierte Pakete eine <a title="http://de.wikipedia.org/wiki/Denial_of_Service" href="http://de.wikipedia.org/wiki/Denial_of_Service" target="_blank">Denial of Service</a> Attacke in Programmen die gegen <a title="http://de.wikipedia.org/wiki/OpenSSL" href="http://de.wikipedia.org/wiki/OpenSSL" target="_blank">OpenSSL</a> gelinkt sind verursachen kann. Es können aber auch Ruby Scripte genutzt werden um die Attacke durchzuführen. Es ist sowohl ein Denial of Service Angriff möglich, als auch das Einschleusen von Fremdcode welcher dann mit den aktuellen User Rechten ausgeführt wird.</p>
<p>Es wird empfohlen alle betroffenen Systeme mit der OpenSSL Schwachstelle upzudaten: Ubuntu Linux LTS 8.04 und Kubuntu, Edubuntu, and Xubuntu.</p>
<p>Das Updaten geht so:</p>
<div class="codesnip-container" >apt-get update<br />
apt-get upgrade</div>
<p>Damit die Änderungen auch übernommen werden ein Neustart:</p>
<div class="codesnip-container" >sudo reboot</div>
<p>Quelle:<br />
http://www.linuxsecurity.com/content/view/139127?rdf</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/sicherheit-kritische-openssl-lucke-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
