<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Planet openSUSE</title>
    <link>http://planet.opensuse.org</link>
    <description>Planet openSUSE - http://planet.opensuse.org</description>
    <atom:link href="http://planet.opensuse.org/rss20.xml" rel="self" type="application/rss+xml"/>
    <item>
      <guid isPermaLink="false">http://blog.cihar.com/archives/2012/02/06/back-fosdem/?utm_source=rss2</guid>
      <title>Michal &#x10C;iha&#x159;: Back from FOSDEM</title>
      <pubDate>Mon, 06 Feb 2012 07:45:15 +0000</pubDate>
      <link>http://blog.cihar.com/archives/2012/02/06/back-fosdem/?utm_source=rss2</link>
      <description>&lt;p&gt;Yet another FOSDEM is behind us and I'd like to thank all people organizing it. It was a great event as usual.&lt;/p&gt;
&lt;p&gt;This year there were some changes - the conference grew and there was an extra building. This is great, but on the other side, there were more tracks to follow and occasionally I wanted to be in four places at once, what is of course not manageable.&lt;/p&gt;
&lt;p&gt;Combined with quite freezing weather (well it was still much warmer than it is now in Prague), moving from one side of campus to another was not that comfortable as in last years, but there is not much man can do with that.&lt;/p&gt;
&lt;p&gt;And the biggest change for me - I did not manage beer event this year. We enjoyed great team dinner on Friday evening and while it ended, I was too lazy to move to crowded beer event and rather enjoyed bed in my hotel.&lt;/p&gt;

&lt;p style="font-size: smaller;"&gt;
Filed under: 


&lt;a href="http://blog.cihar.com/archives/debian/"&gt;Debian&lt;/a&gt;

&lt;a href="http://blog.cihar.com/archives/english/"&gt;English&lt;/a&gt;

&lt;a href="http://blog.cihar.com/archives/phpmyadmin/"&gt;Phpmyadmin&lt;/a&gt;

&lt;a href="http://blog.cihar.com/archives/suse/"&gt;Suse&lt;/a&gt;

|

&lt;a href="http://blog.cihar.com/archives/2012/02/06/back-fosdem/#comments"&gt;0 comments&lt;/a&gt;
|
&lt;a href="http://flattr.com/thing/59773/Michal-Cihars-Weblog"&gt;Flattr this!&lt;/a&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://ironman.darthgibus.net/?p=168</guid>
      <title>Fred Blaise: DLNA server with Linux</title>
      <pubDate>Sun, 05 Feb 2012 22:11:33 +0000</pubDate>
      <link>http://ironman.darthgibus.net/?p=168</link>
      <description>&lt;p&gt;&lt;a href="http://ushare.geexbox.org/" title="uShare" target="_blank"&gt;uShare&lt;/a&gt; does a great a simple job in quickly setting up a &lt;a href="http://en.wikipedia.org/wiki/Digital_Living_Network_Alliance" title="DLNA" target="_blank"&gt;dlna&lt;/a&gt; server under Linux.&lt;/p&gt;
&lt;p&gt;Under opensuse 12.1:&lt;/p&gt;
&lt;pre class="brush: bash; "&gt;
zypper ref
zypper in ushare
&lt;/pre&gt;
&lt;p&gt;Edit the /etc/ushare.conf file, at least these 2 options:&lt;/p&gt;
&lt;pre class="brush: bash; "&gt;

USHARE_DIR=/path/where/you/hold/your/movies
ENABLE_DLNA=yes
&lt;/pre&gt;
&lt;p&gt;Then, you can try with an dlna application and you should see a &amp;#8216;uShare&amp;#8217; share that you can browse and play movies from!&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://ironman.darthgibus.net/?p=160</guid>
      <title>Fred Blaise: Configure Linux for your OSX Time Machine needs</title>
      <pubDate>Sun, 05 Feb 2012 21:59:09 +0000</pubDate>
      <link>http://ironman.darthgibus.net/?p=160</link>
      <description>&lt;p&gt;Have a Linux around with some free storage space, and you want to backup your Mac? You can configure your Linux box to just appear in your Mac OSX Time Machine configuration.&lt;/p&gt;
&lt;p&gt;I am using Opensuse 12.1 (64bits) here, and the setup is nearly done. Here are just the few extra steps you need to take in order for your Mac to see your storage space and use it as backup. Note that I have done no effort whatsoever to secure the configuration as of now. It functions, but you may want to take it the extra step for added security. This is just a basic setup.&lt;/p&gt;
&lt;p&gt;First, let&amp;#8217;s tell avahi that you want to advertise a new service. Create a new file, called afpovertcp.service in /etc/avahi/services:&lt;/p&gt;
&lt;pre class="brush: xml; "&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; standalone=&amp;#039;no&amp;#039;?&amp;gt;&amp;lt;!--*-nxml-*--&amp;gt;
&amp;lt;!DOCTYPE service-group SYSTEM &amp;quot;avahi-service.dtd&amp;quot;&amp;gt;

&amp;lt;service-group&amp;gt;
  &amp;lt;name replace-wildcards=&amp;quot;yes&amp;quot;&amp;gt;%h&amp;lt;/name&amp;gt;
  &amp;lt;service&amp;gt;
    &amp;lt;type&amp;gt;_afpovertcp._tcp&amp;lt;/type&amp;gt;
    &amp;lt;port&amp;gt;548&amp;lt;/port&amp;gt;
  &amp;lt;/service&amp;gt;
  &amp;lt;service&amp;gt;
    &amp;lt;type&amp;gt;_device-info._tcp&amp;lt;/type&amp;gt;
    &amp;lt;port&amp;gt;548&amp;lt;/port&amp;gt;
    &amp;lt;txt-record&amp;gt;model=PowerMac3,5&amp;lt;/txt-record&amp;gt;
  &amp;lt;/service&amp;gt;
&amp;lt;/service-group&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Install the &lt;em&gt;netatalk&lt;/em&gt; package, and go configure the afpd.conf file. Go to the end of this file, and uncomment the default line. I had to pass it my actual IP address, because it was not advertising on the right one.&lt;/p&gt;
&lt;pre class="brush: bash; "&gt;
# default:
- -tcp -ipaddr 192.168.1.48 -noddp -uamlist uams_dhx.so,uams_dhx2.so -nosavepassword
&lt;/pre&gt;
&lt;p&gt;The rest of this file is commented on my box.&lt;/p&gt;
&lt;p&gt;Then, go edit the AppleVolumes.default file in that same folder. At the end, I simply added the path where I wanted my Time Machine backups to go:&lt;/p&gt;
&lt;pre class="brush: bash; "&gt;
/home/fblaise/mnt/WD15/time_machine     &amp;quot;tm_backups&amp;quot;    options:tm,ea:auto volcharset:UTF8
&lt;/pre&gt;
&lt;p&gt;At this point, you can start your netatalk service:&lt;/p&gt;
&lt;pre class="brush: bash; "&gt;
service netatalk start
&lt;/pre&gt;
&lt;p&gt;(Edit /etc/init.d/netatalk at l.71. The -n switch takes mandatory parameters apparently, but we&amp;#8217;re not using the atalk stuff)&lt;/p&gt;
&lt;pre class="brush: bash; "&gt;

    if [ x&amp;quot;${AFPD_RUN}&amp;quot; = x&amp;quot;yes&amp;quot; -a -x /usr/sbin/afpd ] ; then
            echo -n &amp;quot;  Starting afpd (&amp;quot;
            echo -n ${AFPD_UAMLIST} -g ${AFPD_GUEST} \
               -c ${AFPD_MAX_CLIENTS}
               #-c ${AFPD_MAX_CLIENTS} -n ${ATALK_NAME}${ATALK_ZONE}
            echo -n &amp;quot;)&amp;quot;
            startproc /usr/sbin/afpd ${AFPD_UAMLIST} -g ${AFPD_GUEST} \
                ${AFPD_OPTIONS} \
               -c ${AFPD_MAX_CLIENTS}
               #-c ${AFPD_MAX_CLIENTS} -n &amp;quot;${ATALK_NAME}${ATALK_ZONE}&amp;quot;
            rc_status -v
    fi
&lt;/pre&gt;
&lt;p&gt;or just start the afpd daemon with no option, just by typing
&lt;pre class="brush: bash; "&gt;
afpd
&lt;/pre&gt;
&lt;p&gt; as root in a terminal.&lt;/p&gt;
&lt;p&gt;You may want to reload the avahi configuration as well with
&lt;pre class="brush: bash; "&gt;
avahi-daemon -r
&lt;/pre&gt;
&lt;p&gt;Then, go to your Time Machine preferences, and your Linux box should now show up as an option with the path defined above!&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.gnome.org/~michael/blog/2012/02/04/2012-02-04</guid>
      <title>Michael Meeks: 2012-02-04: Saturday</title>
      <pubDate>Sat, 04 Feb 2012 21:00:00 +0000</pubDate>
      <link>http://www.gnome.org/~michael/blog/2012-02-04.html</link>
      <description>&lt;ul&gt; &lt;!-- --&gt;
	&lt;li&gt;
		Up early, breakfast, off to the LibreOffice dev-room, good to
	catch some of Italo's nice overview talk, lots of Lanedo guys, friendly
	RedHat faces and key members of the team. Enjoyed Caolan's toolkit /
	layout talk.
	&lt;/li&gt;
	&lt;li&gt;
		Gave my: talk on &lt;a
	href="http://wiki.documentfoundation.org/Development/Easy_Hacks"&gt;Easy
	Hacks&lt;/a&gt;: they're easy and they're significant hacks:
	&lt;center&gt;
	&lt;a href="http://people.gnome.org/~michael/data/2012-02-04-easy-hacks.pdf"&gt;&lt;img
	src="http://people.gnome.org/~michael/images/2012-02-04-easy-hacks.png"/&gt;&lt;/a&gt;
	&lt;/center&gt;
	&lt;/li&gt;
	&lt;li&gt;
		Off for a bite of lunch with Caolan, then on to the (packed)
	Legal dev-room (with Bradley as bouncer) to catch the end of Allison's
	talk. Then gave a talk: &lt;i&gt;Risks and Benefits of Copyright Assignment&lt;/i&gt;
	&lt;center&gt;
	&lt;a href="http://people.gnome.org/~michael/data/2012-02-04-copyright-assignment.pdf"&gt;&lt;img
	src="http://people.gnome.org/~michael/images/2012-02-04-copyright-assignment.png"/&gt;&lt;/a&gt;
	&lt;/center&gt;
	&lt;/li&gt;
	&lt;li&gt;
		Talked to Michael and a Wiki translation chap a little after that,
	and rushed off to building K, to see our lovely booth manned &amp;amp; womaned by
	a great mix of contributors. Tried to get my demos setup - somewhat
	frustrated by a nasty suspend/resume kernel crasher. Gave a talk:
	&lt;i&gt;LibreOffice: on-line and in your pocket&lt;/i&gt; - with the first Android
	prototype screenshots (and demo):
	&lt;/li&gt;
	&lt;center&gt;
	&lt;a href="http://people.gnome.org/~michael/data/2012-02-04-online-in-pocket.pdf"&gt;&lt;img
	src="http://people.gnome.org/~michael/images/2012-02-04-online-in-pocket.png"/&gt;&lt;/a&gt;
	&lt;a href="http://people.gnome.org/~michael/data/2012-02-04-online-in-pocket.pdf"&gt;&lt;img
	src="http://people.gnome.org/~michael/images/2012-02-04-android.png"/&gt;&lt;/a&gt;
	&lt;/center&gt;
	&lt;li&gt;
		Finally relaxed: bit of an intense day, synched with Dawn, Guy, and
	helped a contributor with his build. Wandered to the booth to hand out stickers,
	and catch up with the stream of interesting people passing by.
	&lt;/li&gt;
	&lt;li&gt;
		Off to the speakers dinner with Bdale &amp;amp; Keith, whiled away much of
	a happy evening together. On to the &lt;i&gt;sudden death&lt;/i&gt; to catch up with
	Richard Fontana, Andrew Haley, Simon Phipps and more - bed at 4am.
	&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-20877744.post-4887172891164726902</guid>
      <title>Danny Kukawka: Update: PandaBoard persistent MAC from smsc95xx kernel module</title>
      <pubDate>Sat, 04 Feb 2012 18:10:04 +0000</pubDate>
      <link>http://blog.bisect.de/2012/02/update-pandaboard-persistent-mac-from.html</link>
      <description>&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;, &amp;quot;Helvetica&amp;quot;, sans-serif;"&gt;Some days ago I decided to send an updated and reworked version of my kernel patch for the smsc95xx kernel module - to get a persistent MAC address via the kernel cmdline from u-boot - to the linux kernel mailing list. I should have known better and save me the time: the patch wasn't accepted. You can follow the discussion &lt;a href="http://thread.gmane.org/gmane.linux.usb.general/58001" target="_blank"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;, &amp;quot;Helvetica&amp;quot;, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;, &amp;quot;Helvetica&amp;quot;, sans-serif;"&gt;If you follow the argumentation, we should drop the support for changing the MAC address of a network device via kernel module parameter also from e.g. the following modules: &lt;a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/net/ethernet/sun/sunhme.c;h=09c518655db2bcc36ffca85518325a6af3358ecf;hb=HEAD" target="_blank"&gt;sunhme&lt;/a&gt;, &lt;a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/net/ethernet/freescale/fec.c;h=7b25e9cf13f6ff5a6c141cd6c6bd478fe5e5c6fb;hb=HEAD" target="_blank"&gt;fec&lt;/a&gt; or &lt;a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/net/ethernet/micrel/ksz884x.c;h=e52cd310ae76147f0bbf54cc41f63da4e7f4013c;hb=HEAD" target="_blank"&gt;ksz884x&lt;/a&gt;. And we should then also remove all the 'generate a random MAC for real devices' since it all could be somehow get managed in the user-space, although it's pita to handle this task in user-space since it's currently even hard to find out if a device got a random MAC assigned from the kernel.&lt;/span&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;, &amp;quot;Helvetica&amp;quot;, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;, &amp;quot;Helvetica&amp;quot;, sans-serif;"&gt;I still plan to add the patch to the openSUSE kernel until I've worked out another solution. Feel free to use the &lt;a href="http://www.bisect.de/downloads/patches/kernel/20120131.1/0001-smsc95xx-add-macaddr-module-parameter.patch" target="_blank"&gt;patch&lt;/a&gt; anyway on your system.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20877744-4887172891164726902?l=blog.bisect.de' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://saigkill.homelinux.net/entry/calibre-0-8-38-for-kde-4-8-0-built</guid>
      <title>Sascha Manns: Calibre 0.8.38 for KDE 4.8.0 built</title>
      <pubDate>Sat, 04 Feb 2012 14:33:16 +0000</pubDate>
      <link>http://feedproxy.google.com/~r/homelinux/opensuse-blog/~3/UgUEMyCJpY4/calibre-0-8-38-for-kde-4-8-0-built</link>
      <description>&lt;p&gt;
	Yesterday i wrote about the checkin of Calibre 0.8.38 into OBS.&lt;/p&gt;
&lt;p&gt;
	Now i've added a Repository for building Calibre against KDE 4.8.0. If you have any trouble with the standard package you can try out this one.&lt;/p&gt;
&lt;p&gt;
	&lt;a rel="nofollow" target="_blank" href="http://software.opensuse.org/ymp/Documentation:Tools/KDE_Release_48_openSUSE_12.1/calibre.ymp?base=openSUSE%3A12.1&amp;amp;query=calibre"&gt;&lt;img alt="" src="http://saigkill.homelinux.net/images/Oneclick.png" style="width:130px;height:37px;"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/homelinux/opensuse-blog/~4/UgUEMyCJpY4" height="1" width="1"/&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://blog.cihar.com/archives/2012/02/04/enjoying-fosdem/?utm_source=rss2</guid>
      <title>Michal &#x10C;iha&#x159;: Enjoying FOSDEM</title>
      <pubDate>Sat, 04 Feb 2012 10:11:11 +0000</pubDate>
      <link>http://blog.cihar.com/archives/2012/02/04/enjoying-fosdem/?utm_source=rss2</link>
      <description>&lt;p&gt;Again, as usual in last few years, I'm spending first weekend in February in Brussels, where &lt;a href="http://fosdem.org/2012/"&gt;FOSDEM&lt;/a&gt; is happening.&lt;/p&gt;
&lt;p&gt;This year we've again decided to do make this team meeting for &lt;a href="http://www.phpmyadmin.net/"&gt;phpMyAdmin&lt;/a&gt;, so people from five countries and three continents came to one conference to discuss future development and other stuff.&lt;/p&gt;
&lt;p&gt;But of course this is not only thing I'm going to do here. I came with &lt;a href="http://www.opepnsuse.org/"&gt;openSUSE&lt;/a&gt; folks, where we've brought lot of beer, some DVDs and hardware to show. You're welcome to check it out. &lt;/p&gt;
&lt;p&gt;And of course there is about 430 talks to visit during weekend :-).&lt;/p&gt;

&lt;p style="font-size: smaller;"&gt;
Filed under: 


&lt;a href="http://blog.cihar.com/archives/debian/"&gt;Debian&lt;/a&gt;

&lt;a href="http://blog.cihar.com/archives/english/"&gt;English&lt;/a&gt;

&lt;a href="http://blog.cihar.com/archives/phpmyadmin/"&gt;Phpmyadmin&lt;/a&gt;

&lt;a href="http://blog.cihar.com/archives/suse/"&gt;Suse&lt;/a&gt;

|

&lt;a href="http://blog.cihar.com/archives/2012/02/04/enjoying-fosdem/#comments"&gt;0 comments&lt;/a&gt;
|
&lt;a href="http://flattr.com/thing/59773/Michal-Cihars-Weblog"&gt;Flattr this!&lt;/a&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.gnome.org/~michael/blog/2012/02/03/2012-02-03</guid>
      <title>Michael Meeks: 2012-02-03: Friday</title>
      <pubDate>Fri, 03 Feb 2012 21:00:00 +0000</pubDate>
      <link>http://www.gnome.org/~michael/blog/2012-02-03.html</link>
      <description>&lt;ul&gt; &lt;!-- --&gt;
	&lt;li&gt;
		Up early, breakfast, onto Easy Hackery slides, nasty head
	cold catching me with a vengance. Italo published a beautiful
	&lt;a href="http://blog.documentfoundation.org/2012/02/02/fosdem-preview/"&gt;FOSDEM
	infographic&lt;/a&gt; which he has been building.
	&lt;/li&gt;
	&lt;li&gt;
		Slogged away at slide production, banana lunch, yet more
	bashing of text into rectangles etc. Kendy arrived to help hack on
	Android-ness, and catch up, ~immediately finding my dumb focus / event
	delivery bug: nice, the keyboard sort-of-works finally.
	&lt;/li&gt;
	&lt;li&gt;
		Caolan over in the evening, then off to meet the massed
	LibreOffice team at the hotel Astrid; on (rather late) to the
	Delerium cafe, to catch up with Lennart, Kay, Alp &amp;amp; many more.
	&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.bryen.com/?p=501</guid>
      <title>Bryen Yunashko: Name that event!  Poll for openSUSE Event in Florida</title>
      <pubDate>Fri, 03 Feb 2012 15:45:59 +0000</pubDate>
      <link>http://feedproxy.google.com/~r/Bryen/~3/hcZVhDTe5pw/</link>
      <description>&lt;p&gt;As promised, the poll to name the openSUSE event to be held in Orlando, FL September 21-23, 2012 is now online.&#xA0; Please vote before February 11th!&lt;/p&gt;
&lt;p&gt;&lt;a title="openSUSE Florida Event naming poll" href="http://bit.ly/xjGuee" target="_blank"&gt;Naming Poll&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And as always, if you want to get involved in planning, please visit our &lt;a title="openSUSE Florida Event Planning Page" href="http://en.opensuse.org/SUSECon_Planning" target="_blank"&gt;planning page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Bryen M Yunashko&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/Bryen/~4/hcZVhDTe5pw" height="1" width="1"/&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://saigkill.homelinux.net/entry/calibre-0838-checked-in-into-obs</guid>
      <title>Sascha Manns: Calibre 0.8.38 checked in into OBS</title>
      <pubDate>Fri, 03 Feb 2012 13:27:36 +0000</pubDate>
      <link>http://feedproxy.google.com/~r/homelinux/opensuse-blog/~3/1CtMIKmZuKw/calibre-0838-checked-in-into-obs</link>
      <description>&lt;p&gt;
	I've just now checked in the actual version 0.8.38 into the OBS. It's available into the &lt;strong&gt;Documentation:Tools&lt;/strong&gt; repository.&lt;/p&gt;
&lt;p&gt;
	What's happend since the previous version?&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;New Features&lt;/strong&gt;&lt;br&gt;
	* Implement the ability to automatically add books to calibre from a specified folder.&lt;br&gt;
	* Conversion: When automatically inserting page breaks, do not put a page break before a&lt;br&gt;
	&#xA0;&#xA0; or&lt;br&gt;
	&#xA0;&#xA0; tag if it is immediately preceded by another&lt;br&gt;
	&#xA0;&#xA0; or&lt;br&gt;
	&#xA0;&#xA0; tag.&lt;br&gt;
	* Driver for EZReader T730 and Pint-of-View PlayTab Pro&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Bug Fixes&lt;/strong&gt;&lt;br&gt;
	* Fix device entry not visible in menubar even when it has been added via Preferences-&amp;gt;Toolbars.&lt;br&gt;
	* Fix metadata plugboards not applied when auto sending news by email&lt;br&gt;
	* Fix regression in 0.8.34 that broke recipes that used skip_ad_pages() but not get_browser().&lt;br&gt;
	* Restore device support on FreeBSD, by using HAL&lt;br&gt;
	* Get books: Show no more than 10 results from the Gandalf store&lt;br&gt;
	* Content server: Fix metadata not being updated when sending for some MOBI files.&lt;br&gt;
	* Heuristic processing: Fix the italicize common patterns algorithm breaking on some HTML markup.&lt;br&gt;
	* When trying to find an ebook inside a zip file, do not fail if the zip file itself contains other zip files.&lt;br&gt;
	* EPUB Input: Handle EPUBs with duplicate entries in the manifest.&lt;br&gt;
	* MOBI Input: Handle files that have extra&#xA0; tags sprinkled through out their markup.&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;How to get it?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	You have different options. You can add the &lt;a rel="nofollow" target="_blank" href="http://download.opensuse.org/repositories/Documentation:/Tools/"&gt;Documentation:Tools&lt;/a&gt; repository or use the 1-Click Service.&lt;/p&gt;
&lt;p&gt;
	&lt;a rel="nofollow" target="_blank" href="http://software.opensuse.org/ymp/Documentation:Tools/openSUSE_12.1/calibre.ymp?base=openSUSE%3A12.1&amp;amp;query=calibre"&gt;&lt;img alt="" src="http://saigkill.homelinux.net/images/Oneclick.png" style="width:130px;height:37px;"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;You want to support future packaging?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	Just look &lt;a rel="nofollow" target="_blank" href="http://saigkill.homelinux.net/donate-a-coffee"&gt;there&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/homelinux/opensuse-blog/~4/1CtMIKmZuKw" height="1" width="1"/&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-4495095101107795920.post-5549651856424041746</guid>
      <title>SUSE Studio: Manage your appliances using SUSE Manager</title>
      <pubDate>Fri, 03 Feb 2012 10:54:10 +0000</pubDate>
      <link>http://blog.susestudio.com/2012/02/manage-your-appliances-using-suse.html</link>
      <description>&lt;br /&gt;
If you use appliances built by SUSE Studio in server environments, you probably know that you need to monitor them, update their configuration, deploy security fixes, etc. In short, you need to &amp;nbsp;&lt;i&gt;manage&lt;/i&gt; them. SUSE offers a product that helps exactly with these tasks &#x2014; &lt;a href="http://www.suse.com/products/suse-manager/"&gt;SUSE Manager&lt;/a&gt;&amp;nbsp;&#x2014; and&amp;nbsp;SUSE Studio now offers a simple way to manage your SUSE Linux Enterprise 11 SP1 appliances using it.&lt;br /&gt;
&lt;br /&gt;
To use the new SUSE Manager integration, simply visit your appliance configuration and select&amp;nbsp;&lt;b&gt;Configuration &#x2192; Appliance, &lt;/b&gt;then select&amp;nbsp;the&amp;nbsp;&lt;b&gt;Integrate with SUSE Manger&lt;/b&gt; checkbox. Fill in the hostname or IP address of your SUSE Manager server and the name of a bootstrap script that will be used inside your appliance.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-DB4TRJpOdF4/TyqrV3_Rg9I/AAAAAAAACeQ/2OVFN0_gj4o/s1600/suse-manager.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-DB4TRJpOdF4/TyqrV3_Rg9I/AAAAAAAACeQ/2OVFN0_gj4o/s1600/suse-manager.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
When booting your appliance for the first time, it will automatically download and run the bootstrap script, registering your appliance with SUSE Manager. Afterward, you can manage the appliance like any other system.&lt;br /&gt;
&lt;br /&gt;
Learn more about SUSE Manager by watching&amp;nbsp;&lt;a href="http://www.suse.com/products/suse-manager/resource-library/"&gt;videos&lt;/a&gt;, reading its&amp;nbsp;&lt;a href="http://www.suse.com/documentation/suse_manager/"&gt;documentation&lt;/a&gt;, or simply trying the&amp;nbsp;&lt;a href="http://download.novell.com/index.jsp?product_id=&amp;amp;search=Search&amp;amp;families=22609"&gt;free evaluation version&lt;/a&gt;.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4495095101107795920-5549651856424041746?l=blog.susestudio.com' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-4159304536570857479.post-1995585763268286857</guid>
      <title>Rajko Matovic: Step back - New stuff is not always better</title>
      <pubDate>Fri, 03 Feb 2012 01:09:17 +0000</pubDate>
      <link>http://rajkov-blog.blogspot.com/2012/02/step-back-new-stuff-is-not-always.html</link>
      <description>It is time to step back and look again at few applications that I use. 

KMail2, the most recent incarnation of a mail client software KMail, is slow on pretty current hardware that consists of Quad Core 2.66 and 8 GB RAM. I have to wait longer to see an email then with single core 1250 MHz Athlon on 1.5 GB RAM.&#xA0; 

I can see my Inbox filling up while mail filters struggle to deal with incoming</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-4159304536570857479.post-8706506921654219555</guid>
      <title>Rajko Matovic: openSUSE Education on SourceForge</title>
      <pubDate>Fri, 03 Feb 2012 00:15:58 +0000</pubDate>
      <link>http://rajkov-blog.blogspot.com/2012/02/opensuse-education-on-sourceforge.html</link>
      <description>I found out late that openSUSE Edu is on a SourceForge main page as a project of the month. 

Congratulations to small, but skilled and diligent team that is keeping high quality of openSUSE Education since its beginning.</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.bryen.com/?p=499</guid>
      <title>Bryen Yunashko: Moving Along for Florida&#x2019;s openSUSE Event</title>
      <pubDate>Thu, 02 Feb 2012 21:38:44 +0000</pubDate>
      <link>http://feedproxy.google.com/~r/Bryen/~3/XTF-pZYWwXE/</link>
      <description>&lt;p&gt;As some of you may have noticed, SUSE will have their SUSECon event in Orlando, Florida this coming September.&#xA0; And because SUSE recognizes the importance of the openSUSE Community, they have graciously granted space for us to have our own conference of sorts immediately after SUSECon.&lt;/p&gt;
&lt;p&gt;So, yesterday we had our kickoff meeting to start planning our event.&#xA0;&#xA0; We have yet to have an official name for it but we will be launching a poll tomorrow on our Connect site to see which name most people like.&#xA0; Stay tuned for the announcement to that poll link!&#xA0; And if you have a suggestion for a name, mention it now so I can be sure to include it in the poll.&lt;/p&gt;
&lt;p&gt;I posted a &lt;a title="Summary of Kickoff Meeting" href="http://lists.opensuse.org/opensuse-project/2012-02/msg00020.html" target="_blank"&gt;detailed summary&lt;/a&gt; of what we discussed during the kickoff meeting.&#xA0; What I really liked about yesterday&amp;#8217;s meeting was the obvious interest and energy of the community in attendance.&#xA0; The community has waited a long time to see such an event in the Western Hemisphere and now those voices are finally heard.&#xA0; This does not however replace our main openSUSE Conference which is held every year in Europe.&#xA0; The Florida event is more of a regional somewhat smaller-scale event that aims to bring together the Community in the North America region, though obviously it is open to everyone from around the globe.&lt;/p&gt;
&lt;p&gt;It is an event that will be defined and driven by our community.&#xA0; And I&amp;#8217;ll be sure to blog whenever I can to keep you updated on the evolution of this event.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;So what&amp;#8217;s next?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is not a community event if the community isn&amp;#8217;t involved.&#xA0; And that means we now need volunteers to step up and join the various committees.&#xA0;&#xA0; Small or big, the tasks are varied and there&amp;#8217;s a good chance there&amp;#8217;s something interesting enough for you to roll up your sleeves and get involved.&#xA0; Check out our &lt;a title="Event Planning Wiki Page" href="http://en.opensuse.org/openSUSE:SUSECon_Planning#Add_your_name_here_to_volunteer_to_help_with_the_planning" target="_blank"&gt;planning wiki page&lt;/a&gt; and add your name to the volunteer section.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;re hoping to get a formal announcement of the event (including its name and website) by early March.&#xA0; But don&amp;#8217;t let that hold you back from marking your calendar to visit Orlando, Florida September 21-23!&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/Bryen/~4/XTF-pZYWwXE" height="1" width="1"/&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.gnome.org/~michael/blog/2012/02/02/2012-02-02</guid>
      <title>Michael Meeks: 2012-02-02: Thursday</title>
      <pubDate>Thu, 02 Feb 2012 21:00:00 +0000</pubDate>
      <link>http://www.gnome.org/~michael/blog/2012-02-02.html</link>
      <description>&lt;ul&gt; &lt;!-- --&gt;
	&lt;li&gt;
		Up earlyish, attempted to catch the train to Cambridge,
	drove instead, slideware on the train to Kings Cross. More happy
	hacking on the Eurostar.
	&lt;/li&gt;
	&lt;li&gt;
		Off to meet up with some Mozilla hackers at a
	&lt;a href="http://coworking.betagroup.be/"&gt;beautiful co-working
	space&lt;/a&gt;. Caught up with JP, Julian Seward, Taras Gleck &amp;amp;
	met a host of others. Out for dinner.
	&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-3185348420259362913.post-3844049177487630061</guid>
      <title>Frank Karlitschek: We want you for ownCloud</title>
      <pubDate>Thu, 02 Feb 2012 16:51:34 +0000</pubDate>
      <link>http://blog.karlitschek.de/2012/02/we-want-you-for-owncloud.html</link>
      <description>&lt;div class="p1"&gt;Dear friends of ownCloud,&lt;/div&gt;&lt;div class="p2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;we are thrilled by the great feedback we receive from users and developers for&amp;nbsp;&lt;/div&gt;&lt;div class="p1"&gt;ownCloud 3.&amp;nbsp;&lt;/div&gt;&lt;div class="p2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;As you might already know, we formed a commercial entity, ownCloud Inc, that&amp;nbsp;&lt;/div&gt;&lt;div class="p1"&gt;will offer products and services for ownCloud in December 2011. To speed up&amp;nbsp;&lt;/div&gt;&lt;div class="p1"&gt;ownCloud development we look for enthusiastic software engineers that look&amp;nbsp;&lt;/div&gt;&lt;div class="p1"&gt;forward to join our development team full-time.&lt;/div&gt;&lt;div class="p2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;Preferred qualifications:&lt;/div&gt;&lt;div class="p1"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Very good PHP skills&lt;/li&gt;&lt;li&gt;Good skills of HTML5/CSS/JS&lt;/li&gt;&lt;li&gt;Good skills of SQL&lt;/li&gt;&lt;li&gt;Experience with the internals of ownCloud&lt;/li&gt;&lt;li&gt;Experience with Open Source development&lt;/li&gt;&lt;li&gt;Located in Germany or the U.S.&lt;/li&gt;&lt;li&gt;Experience with enterprise technologies like LDAP, SAML, Clustering is a plus.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div class="p2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;In case of interest, please send your CV together with your salary requirement&amp;nbsp;&lt;/div&gt;&lt;div class="p1"&gt;and possible start date to &lt;a href="mailto:work@owncloud.com"&gt;&lt;span class="s1"&gt;work@owncloud.com&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="p2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;We look forward to your application!&lt;/div&gt;&lt;div class="p2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;Cheers&lt;/div&gt;&lt;div class="p1"&gt;Frank&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3185348420259362913-3844049177487630061?l=blog.karlitschek.de' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.gnome.org/~michael/blog/2012/02/01/2012-02-01</guid>
      <title>Michael Meeks: 2012-02-01: Wednesday</title>
      <pubDate>Wed, 01 Feb 2012 21:00:00 +0000</pubDate>
      <link>http://www.gnome.org/~michael/blog/2012-02-01.html</link>
      <description>&lt;ul&gt; &lt;!-- ljm --&gt;
	&lt;li&gt;
		Up early, breakfast, poked the build; failed to reproduce last
	night's success, read mail, debugged variously, admin. Lunch. Worked
	away at slides, while running misc. builds.
	&lt;/li&gt;
	&lt;li&gt;
		Plugged away at keyboard event delivery - not as clean and
	obvious as it could be inside VCL; strange. Chatted with the parents,
	bed early.
	&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://stick.gk2.sk/?p=2012</guid>
      <title>Pavol Rusnak: Open Build Service &#x2013; Introducing Download Page</title>
      <pubDate>Wed, 01 Feb 2012 16:12:16 +0000</pubDate>
      <link>http://stick.gk2.sk/blog/2012/02/open-build-service-download-page/</link>
      <description>&lt;p&gt;This is something I should&amp;#8217;ve blogged about some time ago, but we wanted to make it a part of a bigger announcement, which did not happen so &amp;#8230; here goes.&lt;/p&gt;
&lt;p&gt;One of the ideas how to help with &lt;a href="http://openbuildservice.org/"&gt;Open Build Service&lt;/a&gt; adoption was to create some kind of download widget that would be possible to embed into upstream projects&amp;#8217; download pages. After a few days of work I ended up with the page that is now available from this URL:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;http://software.opensuse.org/download?project=PROJECT&amp;amp;package=PACKAGE&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It contains instructions for all distributions (like adding repo and installing the package), provides direct link to packages (which I recommend using only as a last resort solution), and for SUSE/openSUSE there are One-Click-Install buttons. The page also automatically preselects your distribution (if it&amp;#8217;s possible to guess from user agent).&lt;/p&gt;
&lt;p&gt;Go to &lt;a href="http://software.opensuse.org/download?project=openSUSE:Tools&amp;amp;package=osc"&gt;http://software.opensuse.org/download?project=openSUSE:Tools&amp;amp;package=osc&lt;/a&gt; to see the page in action. You can also embed the page using slightly modified URL into your download page:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;iframe src="http://software.opensuse.org/download/iframe?project=openSUSE:Tools&amp;amp;package=osc"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe width="600" height="600" src="http://software.opensuse.org/download/iframe?project=openSUSE:Tools&amp;amp;package=osc"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;If you want to modify the default color theme just use the following GET attributes (&lt;code&gt;acolor&lt;/code&gt; &amp;#8211; link color, &lt;code&gt;bcolor&lt;/code&gt; &amp;#8211; background color, &lt;code&gt;fcolor&lt;/code&gt; &amp;#8211; foreground color, &lt;code&gt;hcolor&lt;/code&gt; &amp;#8211; headers color). They accept standard HTML color values like 123 or 112233 (without the #).&lt;/p&gt;
&lt;p&gt;PS: Some projects (like for example &lt;a href="http://www.geogebra.org/cms/en/installers"&gt;Geogebra&lt;/a&gt;) are already using this, although it was not yet properly announced. Feel free to join them if you think it&amp;#8217;s a good idea!&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.kroah.com/log/diary/2012_01_31.html</guid>
      <title>Greg Kroah-Hartman: Greg Kroah-Hartman: Time to update your email address book</title>
      <pubDate>Wed, 01 Feb 2012 05:08:00 +0000</pubDate>
      <link>http://www.kroah.com/log/diary/2012_01_31.html</link>
      <description>&lt;p&gt;&lt;tt&gt;
&lt;a href="https://lkml.org/lkml/2012/1/31/505"&gt;sed -i 's/gregkh@suse.de/gregkh@linuxfoundation.org/g' .addressbook&lt;/a&gt;
&lt;/tt&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.gnome.org/~michael/blog/2012/01/31/2012-01-31</guid>
      <title>Michael Meeks: 2012-01-31: Tuesday</title>
      <pubDate>Tue, 31 Jan 2012 21:00:00 +0000</pubDate>
      <link>http://www.gnome.org/~michael/blog/2012-01-31.html</link>
      <description>&lt;ul&gt; &lt;!-- --&gt;
	&lt;li&gt;
		Prodded mail, rather a nasty sore throat coming on. Visited
	Bert to reset his circuit-breakers. Call with Christian &amp;amp; Kendy.
	Poked at and fixed gtk/broadway so it doesn't leak / jam modifier
	key state with v7 websockets, submitted to openSUSE:12.1:Update:Test.
	&lt;/li&gt;
	&lt;li&gt;
		Pleased to see Stephan's lovely &lt;a
	href="http://lists.freedesktop.org/archives/libreoffice/2012-January/024933.html"&gt;configmgr&lt;/a&gt;
	API cleanup, that should let us make configmgr access even more
	efficient in the future, as well as being much simpler and more
	readable now; nice. Of course, also an easy-ish task to help out
	with: dunging out much less pleasant, old code in this area.
	&lt;/li&gt;
	&lt;li&gt;
		Horribly frustrated by cups, not only does it insist on
	pausing the (network) print queue whenever something prints, but
	finding the un-pause setting [ incidentally hidden in one of two
	combo-boxes in the printer maintenance page ] was extremely
	non-intuitive. Filed misc. bugs, eventually got something working,
	it seems adding &lt;code&gt;ipp://.../ipp?waitjob=false&amp;waitprinter=false&lt;/code&gt;
	is a good idea.
	&lt;/li&gt;
	&lt;li&gt;
		Clobbered some gtk3 theme color issue. Poked Lowell,
	Ciaran, Gerald. Sync. with Martyn. Dinner with the parents.
	Hacked on this &amp;amp; that, sat by the fire chatting to the
	parents and poking android emulators until I got some.
	&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-31633408.post-4824946225774973049</guid>
      <title>Andres Silva: Dream openSUSE Initiative</title>
      <pubDate>Tue, 31 Jan 2012 17:54:00 +0000</pubDate>
      <link>http://anditosan.blogspot.com/2012/01/dream-opensuse-initiative.html</link>
      <description>Hello there&lt;br /&gt;&lt;br /&gt;It has been an interesting journey working with artwork on openSUSE this time. I am happy to report that Marcus Moeller's "&lt;a href="http://en.opensuse.org/File:Opensuse_lightray.png" target="_blank"&gt;Lightray&lt;/a&gt;" design received the most votes on our poll and his design will be the default wallpaper on the next openSUSE 12.2. At the same time two of my own designs will also be part of the release &lt;a href="http://en.opensuse.org/File:Chameleon2.jpg" target="_blank"&gt;Chameleon 2&lt;/a&gt; and &lt;a href="http://en.opensuse.org/File:Chameleon3.1.png" target="_blank"&gt;Chameleon 3&lt;/a&gt;. Also, one of our new artists, Lars Gardmo who contributed a few wallpapers will have one of his designs added to the distribution. I am so happy for the response we received from our members and people who love openSUSE. To all of them thank you.&lt;br /&gt;&lt;br /&gt;I am here today to discuss a new initiative from the artwork team. We call it the "Dream openSUSE" initiative. The idea behind it being to collect information from our users as to how they interact with the desktop environments that openSUSE provides. It is not a matter of "I like KDE or Gnome better than others," but rather it is a way for our team to understand how much we tweak and change our desktop environments to meet our needs. You can find the submission page &lt;a href="http://en.opensuse.org/openSUSE:Dreamopensuse" target="_blank"&gt;here&lt;/a&gt;. Some of us also have a vision of what we would like openSUSE to look or behave like. In those cases you can create a desktop mockup and then turn it in, explaining why you want a particular change on the desktop. If you want to create mockups, a good tool is &lt;a href="http://cacoo.com/"&gt;cacoo.com&lt;/a&gt;. They can sign you in with your Google account and you can also export your designs.&lt;br /&gt;&lt;br /&gt;For the most part, our friends have posted screenshots of their desktops highlighting the little changes they have made to make their desktops work better for them. There are a couple of good tools that can help you achieve this, &lt;a href="http://software.opensuse.org/ymp/openSUSE:12.1/standard/ksnapshot.ymp?base=openSUSE%3A12.1&amp;amp;query=ksnapshot" target="_blank"&gt;ksnapshot&lt;/a&gt; and &lt;a href="http://software.opensuse.org/ymp/openSUSE:12.1/standard/shutter.ymp?base=openSUSE%3A12.1&amp;amp;query=shutter" target="_blank"&gt;shutter&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Either way, we are calling everyone who want to collaborate in this research proposal to submit mockups or screenshots to show us the way they interact with their graphical interfaces. Show us the changes you make, show us the system settings on KDE or Gnome if necessary, but the more we receive, the more we understand about how we can make openSUSE's graphical environments better for everyone.&lt;br /&gt;&lt;br /&gt;In the mean time, enjoy a picture of Camy, my &lt;a href="http://t.co/qN0mbTRA" target="_blank"&gt;chameleon&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31633408-4824946225774973049?l=anditosan.blogspot.com' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.digitalflow.de/blog/?p=229</guid>
      <title>Thomas Schmidt: Unboxing Dropbox</title>
      <pubDate>Tue, 31 Jan 2012 16:30:05 +0000</pubDate>
      <link>http://www.digitalflow.de/blog/2012/01/unboxing-dropbox/</link>
      <description>&lt;p&gt;&lt;a href="https://www.dropbox.com"&gt;Dropbox&lt;/a&gt; is an absolutely great tool to share your data between different computers and mobile devices. Your data is stored in the cloud from where you can publish files and photo albums and work collaboratively on documents. It works very smoothly, has a great performance, and provides client apps for Linux, Windows, Mac, iOs, Android etc., offering 2GB space for free.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;That sounds perfect, where&amp;#8217;s the catch?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You are giving your private data to a U.S. based commercial company, which recently had a &lt;a href="http://www.economist.com/blogs/babbage/2011/05/internet_security"&gt;credibility issue&lt;/a&gt;, some &lt;a href="http://blog.dropbox.com/?p=821"&gt;security&lt;/a&gt; &lt;a href="http://blog.dropbox.com/?p=821"&gt;problems&lt;/a&gt;, awkward &lt;a href="http://articles.businessinsider.com/2011-04-18/tech/30033770_1_user-files-user-data-law-enforcement"&gt;terms of service changes&lt;/a&gt;, and the fact that the government can get access to your data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;ownCloud to the rescue!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://www.digitalflow.de/blog/wp-content/uploads/2012/01/ochome.png"&gt;&lt;img class="alignnone size-full wp-image-238" title="owncloud3" src="http://www.digitalflow.de/blog/wp-content/uploads/2012/01/ochome.png" alt="" width="288" height="175" /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is where &lt;a href="http://owncloud.org"&gt;ownCloud&lt;/a&gt; might be your choice. It is an open source webdav server that can be deployed on your own webspace. It does not yet have all the features and smoothness of Dropbox but it&amp;#8217;s catching up. The recently &lt;a href="http://owncloud.org/owncloud-3-release/"&gt;released&lt;/a&gt; version 3 comes with file-sharing, contacts and calendar syncing, and an online music player.&lt;/p&gt;
&lt;p&gt;Installing it is quite easy: &lt;a href="http://owncloud.org/support/setup-and-installation/webspace/"&gt;Just drop&lt;/a&gt; the uncompressed tarball to a standard webspace which provides php. After that you can configure the setup in a browser and are ready to go. This is how you can mount your owncloud directory on a linux workstation:&lt;/p&gt;
&lt;pre&gt;wdfs http://&amp;lt;your owncloud host&amp;gt;/files/webdav.php /mnt&lt;/pre&gt;
&lt;p&gt;The package wdfs is included in the openSUSE standard repositories. wdfs can be used as normal user, no root privileges and changing of /etc/fstab is needed. After you have mounted your ownCloud to the system it can be used just like a local filesystem.&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-13479614.post-995596367138680466</guid>
      <title>Fridrich Strba: LibreOffice CorelDraw Import filter - don't despise the humble beginnings</title>
      <pubDate>Tue, 31 Jan 2012 15:03:22 +0000</pubDate>
      <link>http://fridrich.blogspot.com/2012/01/libreoffice-coreldraw-import-filter.html</link>
      <description>&lt;p&gt;You might still remember &lt;a href="http://fridrich.blogspot.com/2011/11/it-has-been-long-time-since-i-last-time.html" target="_blank"&gt;some&lt;/a&gt; &lt;a href="http://fridrich.blogspot.com/2011/07/libreoffice-visio-import-filter-round.html" target="_blank"&gt;of&lt;/a&gt; &lt;a href="http://fridrich.blogspot.com/2011/06/libreoffice-visio-import-filter-shaping.html" target="_blank"&gt;my&lt;/a&gt; &lt;a href="http://fridrich.blogspot.com/2011/06/libreoffice-visio-import-filter-first.html" target="_blank"&gt;blogs&lt;/a&gt; about &lt;a href="http://wiki.documentfoundation.org/ReleaseNotes/3.5#Filters" target="_blank"&gt;our new and shiny MS Visio import filter&lt;/a&gt; in the upcoming &lt;a href="http://www.libreoffice.org" target="_blank"&gt;LibreOffice&lt;/a&gt; 3.5.0.&lt;/p&gt;&lt;p&gt;But what about 3.6.0? Is it going to be an exciting version too? Well, the answer depends on what kind of things excite you generally, but for sure, there will be a lot of goodness as usual to make the best free office suite even better.&lt;/p&gt;&lt;p&gt;In my free time, I have been working for some time already on the next graphics import filter for &lt;a href="http://www.libreoffice.org" target="_blank"&gt;LibreOffice&lt;/a&gt;. This time it will be a CorelDraw import filter. The horse-power is a library, &lt;a href="http://cgit.freedesktop.org/libreoffice/libcdr/" target="_blank"&gt;&lt;code&gt;&lt;b&gt;libcdr&lt;/b&gt;&lt;/code&gt;&lt;/a&gt;. In the same way as &lt;code&gt;libvisio&lt;/code&gt;, &lt;code&gt;libcdr&lt;/code&gt; reuses the API of &lt;code&gt;libwpg&lt;/code&gt; and thus is easily pluggable into &lt;a href="http://www.libreoffice.org" target="_blank"&gt;LibreOffice&lt;/a&gt; reusing all the ODG generator classes of the current &lt;code&gt;writerperfect&lt;/code&gt; module. The importer is currently part of the git master tree.&lt;/p&gt;&lt;p&gt;You might be already shouting: &amp;quot;Where are the screenshots?&amp;quot; I know that a picture speaks louder then hundred words, and so here you are served:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.picturestoragebin.com/images/990shapes_coreldraw7.png" target="_blank"&gt;&lt;img src="http://www.picturestoragebin.com/images/990shapes_coreldraw7_tn.jpg" alt="Shapes in CorelDraw 7"&gt;&lt;/a&gt;&lt;/p&gt;Simple and more complex shapes in CorelDraw 7&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.picturestoragebin.com/images/902shapes_our_draw.png" target="_blank"&gt;&lt;img src="http://www.picturestoragebin.com/images/902shapes_our_draw_tn.jpg" alt="Shapes in LibreOffice Draw"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The same shapes imported into LibreOffice Draw.&lt;/p&gt;&lt;p&gt;As you can see, it is an initial implementation, which cannot but get better. If you want to participate in this adventure, you can drop around at our IRC channel &lt;a href="irc://chat.freenode.net/libreoffice-dev"&gt;&lt;code&gt;#libreoffice-dev&lt;/code&gt;&lt;/a&gt; channel at &lt;a href="http://webchat.freenode.net/"&gt;&lt;code&gt;irc.freenode.net&lt;/code&gt;&lt;/a&gt; where a community of smart and friendly developers can direct you.&lt;/p&gt;&lt;p&gt;Stay tuned for more nice pictures as this project advances.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13479614-995596367138680466?l=fridrich.blogspot.com' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-4495095101107795920.post-1375922236059107162</guid>
      <title>SUSE Studio: New user account page and WebHooks</title>
      <pubDate>Tue, 31 Jan 2012 12:44:32 +0000</pubDate>
      <link>http://blog.susestudio.com/2012/01/new-user-account-page-and-webhooks.html</link>
      <description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;b&gt;User account page&lt;/b&gt;&lt;br /&gt;
SUSE Studio gets a new user account page!&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-i9nd7v5wFcE/Tt-ZI6lykdI/AAAAAAAAA_M/O7CKeawSEvY/s1600/Screen+Shot+2011-12-08+at+12.48.25+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="315" src="http://3.bp.blogspot.com/-i9nd7v5wFcE/Tt-ZI6lykdI/AAAAAAAAA_M/O7CKeawSEvY/s400/Screen+Shot+2011-12-08+at+12.48.25+AM.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Gone are the days where you had to navigate to different pages just to view or edit your personal information (e.g. EC2 credentials). Now, you can easily access your information as they are all within a page, divided into 4 different sub-tabs.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-svWAd_y5JHk/Tt-PEIjSqeI/AAAAAAAAA-s/KGXQSt4thq8/s1600/Screen+Shot+2011-12-08+at+12.06.07+AM.png" imageanchor="1"&gt;&lt;img border="0" height="50" src="http://1.bp.blogspot.com/-svWAd_y5JHk/Tt-PEIjSqeI/AAAAAAAAA-s/KGXQSt4thq8/s400/Screen+Shot+2011-12-08+at+12.06.07+AM.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
We like it and we hope you like it too!&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;WebHooks&lt;/b&gt;&lt;br /&gt;
Other than the new user account page, we have added support for WebHooks - a simple event notification/callback mechanism. All you have to do is to supply an URL in the WebHooks section within the user account page. &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-GFFZGPCvmdw/Tt9ehrO3kzI/AAAAAAAAA-c/drzpyMHGPvE/s1600/webhook_url.png" imageanchor="1"&gt;&lt;img border="0" height="115" src="http://2.bp.blogspot.com/-GFFZGPCvmdw/Tt9ehrO3kzI/AAAAAAAAA-c/drzpyMHGPvE/s400/webhook_url.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Next, choose one of your appliances and build:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-4hMCNjhdAGI/Tt-ULnqwpjI/AAAAAAAAA-8/U4PlOlxxgjQ/s1600/build-c40da42d7cde48c7d7477cbcbdf896a7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="221" src="http://4.bp.blogspot.com/-4hMCNjhdAGI/Tt-ULnqwpjI/AAAAAAAAA-8/U4PlOlxxgjQ/s400/build-c40da42d7cde48c7d7477cbcbdf896a7.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
SUSE Studio will POST to the URL when the build completes.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-rfeypAki2ys/Tt-UMOujwuI/AAAAAAAAA_A/bHGNB0Tp_oc/s1600/build_done-e0e1cd8098281b3214ef2d94f0d1e6a7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="42" src="http://3.bp.blogspot.com/-rfeypAki2ys/Tt-UMOujwuI/AAAAAAAAA_A/bHGNB0Tp_oc/s400/build_done-e0e1cd8098281b3214ef2d94f0d1e6a7.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
The POST contains details of the build, which includes a download URL:&lt;br /&gt;
&lt;br /&gt;
&lt;script src="https://gist.github.com/1442618.js"&gt;
 
&lt;/script&gt;&lt;br /&gt;
You may make use of the details to run specific scripts or to download the built image automatically. For example, you may have downloading and processing of the image in a &lt;a href="http://sinatra.rubyforge.org/" target="_blank"&gt;Sinatra&lt;/a&gt; server: &lt;br /&gt;
&lt;br /&gt;
&lt;script src="https://gist.github.com/1443442.js"&gt;
 
&lt;/script&gt;&lt;br /&gt;
With WebHooks, you can do many interesting things, and we believe you will.&amp;nbsp;More details on using WebHooks and some sample scripts can be found in our &lt;a href="http://susestudio.com/docs/webhooks" target="_blank"&gt;documentation&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Do let us know what you think!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4495095101107795920-1375922236059107162?l=blog.susestudio.com' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.wafaa.eu/entry/1/79</guid>
      <title>Andrew Wafaa: Blogged about: openSUSE on ARM Update 310112</title>
      <pubDate>Tue, 31 Jan 2012 11:40:00 +0000</pubDate>
      <link>http://www.wafaa.eu/entry/opensuse-on-arm-update-310112-1-79.html</link>
      <description>&lt;div class="storytlr_blog"&gt;
	&lt;div  class="title"&gt;
		&lt;b&gt;openSUSE on ARM Update 310112&lt;/b&gt; 
	&lt;/div&gt;
	&lt;div  class="content"&gt;
		&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;It's been a little over a month since the last update and as always there has been progress :-) First let's get some of the numbers out of the way, currently we have 4202 packages built successfully, with 120 failed which is leading to 582 unresolvable. Remember this is for a full openSUSE Factory (12.2) build. Not bad, but we still have a way to go if we want to have an ARM port ready for 12.2's release - yes that is our hope and intention. Some of those packages that have built successfully still need tweaking, as an example mkinitrd and perl-Bootloader.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;There has also been a change to the internal native build farm. This was what had been set up with the sponsored hardware to do a parralel build of Factory to verify that QEMU was indeed doing the job properly. It was previously setup using an development OBS instance for speed and as a proof of concept really. The internal native ARM build farm has now been moved to the IBS, this is the internal production instance that is used to many of SUSE's products. One of the advantages is that is has very good performance including uptime and is pretty stable compared to the sometimes unstable development instance that was used.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;One of the reasons for this move to be made possible is that the team working on the ARM port have been able to sufficiently show that it is possible to build almost the complete distro for the ARM architecture and that it is maintainable. It is still *NOT* an official port and as such there is no commitment to make it an official product, but (yes there's always a but :-) ) it is a good showing that we are sufficiently advanced and that there is little holding us back, including dropping the many dirty hacks that were put in place to get things going.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Other than the uptime and performance advantage, moving to IBS also allows other interested developers within SUSE's network to quickly check out builds, submit patches or debug things on native hardware. It is still requested that submissions are made against the delopment projects within OBS but this way people can test there submissions before they get pushed out.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Another of the advancements since last time is that we now have working Kiwi based images for both the Pandaboard and Efika MX Smartbooks/Smarttops. The Efika images even have working graphics and sound \o/ We are still working on ironing out the build failures which will clear the unresolvable backlog slowly but surely. there will still be some packages that need deeper fixes, but they shall be conquered.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;It isn't all rosey though, that would be boring. Several things are still outstanding (apart from fixing packages), we still have no integration with the distribution and there are plenty of issues with hardware-near items, so we have plenty of work to do. Saying that though there are more people joining in the fray using not only hardware that we have but also using their own ARM hardware to get some of the latter fixed. Part of the issue with hardware-near components is the state of the ARM kernel, each SoC still needs its own kernel until Device Tree is ready. So we don't plan on sitting back and sleeping, but more help is always welcome ;-)&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;To enable wider access to building on ARM there are several initiatives underway, one of them is to wait for the new Cortex-A15 based SoCs which will have full hardware support for the likes of KVM; but that's still a few months away before the first boards are available so other options are being investigated. Once something has been found and works hopefully we can have native arm builds on the OBS, but as I said that is still on the horizon and is a mid term goal at the earliest.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Much of this would not have been possible without the very kind sponsorship of devices from Genesi, Pandaboard.org/Texas Instruments, ARM and the openSUSE community. Also the hard work of the many members of our community; I'm going to try and name a few here and it is by no means an exhaustive list of people - Alex Graf, Adrian Schroeter, Dirk Muller, Marcus Schaefer, Bernhard Wiedemann, Michal Hruseky, Joop Boonen, Andreas Farber, Reinhard Max, Uli Hecht, Matthias Eckermann, Torsten Duwe and Tomas Cech. We have also had a load of help from engineers of Genesi themselves, ST-Ericsson, Linaro and also we would not have been able to get so far without much of the work that Ubuntu, Mer and Fedora have done. On behalf of the wider openSUSE Community, thank you to all of you!&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;	&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.marques.so/?p=1298</guid>
      <title>Nelson Marques: Moniz &#x2013; openSUSE 12.1 based with Cinnamon</title>
      <pubDate>Tue, 31 Jan 2012 09:30:17 +0000</pubDate>
      <link>http://www.marques.so/2012/01/moniz-opensuse-12-1-based-with-cinnamon/</link>
      <description>&lt;p&gt;I&amp;#8217;ve been playing around a bit with &lt;a href="http://susestudio.com" target="_blank"&gt;SUSE Studio&lt;/a&gt;&#xA0;and I&amp;#8217;ve created &amp;#8216;moniz&amp;#8217;, a openSUSE 12.1 based image with Cinnamon as default Desktop Environment. Currently it&amp;#8217;s in a very Alpha state and it&amp;#8217;s mainly the result of a series of tests to the functionality of SUSE Studio. I&amp;#8217;m going to work more on this but locally using Kiwi.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve chosen the name &amp;#8216;Moniz&amp;#8217; after &amp;#8216;Martim Moniz&amp;#8217;, a Knight from Alfonso I (King and founder of Portugal) who played a major role in the fall of Lisbon (1147). It&amp;#8217;s said that Martim Moniz saw a door opened for a messenger to leave the Castle and he promptly charged on the door and used his body to block the door and prevent the moors from closing it. A group of German and British crusaders nearby saw the action and also charged in followed by King Afonso&amp;#8217;s troops. Still nowadays that very same door is named &amp;#8216;Gates of Martim Moniz&amp;#8217; and many places in Lisbon have references to him.&lt;/p&gt;
&lt;p&gt;The&#xA0;metaphor&#xA0;is simple, hopefully, &amp;#8216;moniz&amp;#8217; will become an official spin of openSUSE and aims to bring:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Different set of applications;&lt;/li&gt;
&lt;li&gt;More default predifined mirrors;&lt;/li&gt;
&lt;li&gt;More configuration tools;&lt;/li&gt;
&lt;li&gt;It&amp;#8217;s own set of artwork (community);&lt;/li&gt;
&lt;li&gt;User oriented&amp;#8230;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A very raw alpha image is available from SUSE Studio and further development is now going to be made locally with Kiwi while I&amp;#8217;m also finishing the website and gathering a few sponsors to provide national mirrors of openSUSE and Moniz.&lt;/p&gt;
&lt;p&gt;While openSUSE Artwork Team is working hard for openSUSE and have no time to support a project like Moniz, the initial release of Moniz will feature artwork from Fedora Design Team contributor Maria Leando (tatica). Moniz logo is also being worked by tatica.&lt;/p&gt;
&lt;p&gt;Currently only x86_64&amp;#8230; Grab it &lt;a href="http://susestudio.com/a/1fPC5h/moniz" target="_blank"&gt;HERE&lt;/a&gt;, have fun.&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://www.gnome.org/~michael/blog/2012/01/30/2012-01-30</guid>
      <title>Michael Meeks: 2012-01-30: Monday</title>
      <pubDate>Mon, 30 Jan 2012 21:00:00 +0000</pubDate>
      <link>http://www.gnome.org/~michael/blog/2012-01-30.html</link>
      <description>&lt;ul&gt; &lt;!-- --&gt;
	&lt;li&gt;
		Up, practises, babes off to school. Chewed mail, out to
	a funeral of Jane Hancock (Dave's wife), back to mail, tripple (and
	more) patch review etc. Admin / status report writing. Lunch.
	&lt;/li&gt;
	&lt;li&gt;
		Poked at the ClamAV signature databases, found main.avd, then
	dug around for the source for them. Poked Ciaran, chat with Simon.
	&lt;/li&gt;
	&lt;li&gt;
		Dinner, Dave around for Bible study &amp;amp; catch-up, good chap.
	&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-3185348420259362913.post-8399282541877640614</guid>
      <title>Frank Karlitschek: ownCloud 3 released</title>
      <pubDate>Mon, 30 Jan 2012 12:14:30 +0000</pubDate>
      <link>http://blog.karlitschek.de/2012/01/owncloud-3-released.html</link>
      <description>Our labor of love is out today and I know you will share my excitement when you spend a little time with Version 3 of ownCloud.&lt;br /&gt;&lt;br /&gt;What&#x2019;s so exciting?&lt;br /&gt;&lt;br /&gt;Well, let me start with the extensive polishing the community has done to&lt;br /&gt;the look and feel &#x2013; and the performance &#x2013; of the calendar and contact&lt;br /&gt;applications. Besides a completely new and more user-friendly web interface,&lt;br /&gt;new features include repeating events and automatic time zone detection. The&lt;br /&gt;interface of the contacts application is also improved with thumbnails of&lt;br /&gt;contact photos, and the option to export address books or single contacts as&lt;br /&gt;.vcf files. It is now possible to create, edit or delete multiple address&lt;br /&gt;books in ownCloud.&lt;br /&gt;&lt;br /&gt;What&#x2019;s new?&lt;br /&gt;&lt;br /&gt;ownCloud Version 3 gives users the unique ability to access and edit&lt;br /&gt;documents in multiple ways. Users can access files directly if ownCloud is&lt;br /&gt;mounted via WebDAV, access them offline if the file is synced locally with&lt;br /&gt;the upcoming syncing client, or access and edit files directly from within a&lt;br /&gt;browser with the new text editor.&lt;br /&gt;&lt;br /&gt;The browser based text editor supports 35 programming languages for syntax&lt;br /&gt;highlighting, keyboard shortcuts, drag and drop text, automatic indent and&lt;br /&gt;outdent, unstructured / user code folding and Live syntax checker (for&lt;br /&gt;JavaScript, Coffee and CSS). The editor is based on the ACE JavaScript&lt;br /&gt;Editor. The editor supports basic text files. Editing more advanced formats&lt;br /&gt;like doc and ODT is planned for future releases.&lt;br /&gt;&lt;br /&gt;ownCloud Version 3 supports installation of new third party applications and&lt;br /&gt;add-ons directly from a central repository of ownCloud applications.&lt;br /&gt;Developers who want to offer new features can upload new ownCloud&lt;br /&gt;applications at apps.owncloud.com. ownCloud users can browse and install the&lt;br /&gt;new applications directly from within the ownCloud Admin interface. Both&lt;br /&gt;users and developers can develop and use this new application store. The&lt;br /&gt;system is based on the open collaboration services standard.&lt;br /&gt;&lt;br /&gt;ownCloud Version 3 ships with an integrated PDF viewer for convenient&lt;br /&gt;viewing and printing of PDFs, even with browsers that don&#xB4;t have a PDF&lt;br /&gt;plugin installed. The viewer is based on the pdf.js library.&lt;br /&gt;&lt;br /&gt;ownCloud Version 3 adds a photo gallery application to help view and&lt;br /&gt;organize photos of different file types. Photo albums are automatically&lt;br /&gt;created for uploaded photos.&lt;br /&gt;&lt;br /&gt;Most importantly though, his release is really a remarkable testament to the&lt;br /&gt;hard work and dedication of our community. Since the release of Version 2 in&lt;br /&gt;October, the ownCloud community has enabled ownCloud for Juju Charms&lt;br /&gt;(Ubuntu) and built pre-configured software and virtual appliances ready for&lt;br /&gt;direct deployment in SUSE Studio. Additionally, the community has created a&lt;br /&gt;new owncloud.org website, improved installation documentation, created a new&lt;br /&gt;bug tracker, and a new ownCloud forum!&lt;br /&gt;&lt;br /&gt;Thank you!&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3185348420259362913-8399282541877640614?l=blog.karlitschek.de' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://ironman.darthgibus.net/?p=157</guid>
      <title>Fred Blaise: Disabling USB in BIOS, but still interrupts?</title>
      <pubDate>Mon, 30 Jan 2012 08:40:11 +0000</pubDate>
      <link>http://ironman.darthgibus.net/?p=157</link>
      <description>&lt;p&gt;Disabled USB in bios altogether to try to get rid of high interrupts, making computer nearly unusable:&lt;/p&gt;
&lt;p&gt;%CPU PID USER COMMAND&lt;br /&gt;
6.5 11361 root [kworker/0:0]&lt;br /&gt;
4.6 11479 root [kworker/1:0]&lt;br /&gt;
2.9 2727 fblaise /usr/lib/thunderbird-9.0/thunderbird-bin&lt;br /&gt;
2.2 10609 root [kworker/0:2]&lt;br /&gt;
1.8 2301 fblaise /usr/bin/knotify4&lt;br /&gt;
1.6 10025 root [kworker/1:3]&lt;br /&gt;
1.0 8615 root [kworker/1:1]&lt;br /&gt;
10.5 1373 root /usr/bin/X :0 vt7 -nr -nolisten tcp -auth /var/run/xauth/A:0-CDTMZa&lt;br /&gt;
0.9 9577 root [kworker/0:1]&lt;/p&gt;
&lt;p&gt;(see http://ironman.darthgibus.net/?p=153#comments)&lt;/p&gt;
&lt;p&gt;but procinfo still shows interrupts on usb? Is it not honoring the BIOS settings?&lt;/p&gt;
&lt;p&gt;irq   0:      23907  timer               irq  21:          0  uhci_hcd:usb4&lt;br /&gt;
irq   1:        171  i8042               irq  22:          2  ehci_hcd:usb1 &lt;/p&gt;
&lt;p&gt;Kernel is 3.0.0-13-generic-pae.&lt;/p&gt;
&lt;p&gt;Any feedback welcome.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; From powertop:&lt;/p&gt;
&lt;p&gt;Top causes for wakeups:&lt;br /&gt;
  47.0% (359.8)   PS/2 keyboard/mouse/touchpad interrupt&lt;br /&gt;
  20.5% (156.8)   [Rescheduling interrupts] &lt;kernel IPI&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s driving me nuts&amp;#8230; Now on opensuse 12.1 64bits.&lt;/p&gt;</description>
    </item>
    <item>
      <guid isPermaLink="false">http://news.opensuse.org/?p=12535</guid>
      <title>openSUSE News: SSL cert update for opensuse.org hosts in Nuremberg</title>
      <pubDate>Mon, 30 Jan 2012 08:31:06 +0000</pubDate>
      <link>http://news.opensuse.org/2012/01/30/ssl-cert-update-for-opensuse-org-hosts-in-nuremberg/</link>
      <description>&lt;p&gt;Thursday 2012-02-02 we will update the SSL certificates for all openSUSE hosts located Nuremberg (see detailed list below). The fingerprint of the new certificate is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;pre&gt;Signed with security@suse.de key:
pub   2048R/3D25D3D9 1999-03-06
uid                  SuSE 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

SHA1 Fingerprint=F0:76:9C:42:D3:F1:C0:ED:C6:F6:15:C0:F8:D5:C7:29:60:EB:53:46
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)

iQEVAwUBTyAnZXey5gA9JdPZAQI7yQf/d4OqlBnV4WT80cqI3DVGGcEacTSES8Ux
dK0z9aW/UQWFTHGoQmDk8xcgHED/mHVAlywIPgccbleWNi3NND3+1EAvsxnR5M1m
mdVsNYOEsGDrk/3qvPVzyTjkBgINOnetH/0Hd77NhxaDVkU0f1Tl0wbO5NdhKy6m
0dmGwJgUESi3IQjubaibmGZHCZPfEEO0ReW00tRDjFpV4MnU923/BZWT30WuvfMo
ClSedk0r6PBt3FGr5yqIFyjM1i3CX/dioW1nJ3qOP1GKMDGLSL20YEY6ZE/F8nL4
bycPLfTjDxKodWXeAmeBlXNTNVYxjphowtjYMQqFe7hXyUkSHBCLLQ==
=UhMT
-----END PGP SIGNATURE-----&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;The following hosts will be affected:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;static.opensuse.org&lt;/li&gt;
&lt;li&gt;api.opensuse.org&lt;/li&gt;
&lt;li&gt;build.opensuse.org&lt;/li&gt;
&lt;li&gt;connect.opensuse.org&lt;/li&gt;
&lt;li&gt;features.opensuse.org&lt;/li&gt;
&lt;li&gt;hermes.opensuse.org&lt;/li&gt;
&lt;li&gt;login.opensuse.org&lt;/li&gt;
&lt;li&gt;notify.opensuse.org&lt;/li&gt;
&lt;li&gt;svn.opensuse.org&lt;/li&gt;
&lt;li&gt;ci.opensuse.org&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We do not expect any service interruptions, but some users run with strict certificate checks.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>

