<?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>Flexion.Org Blog</title>
	<atom:link href="http://blog.flexion.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexion.org</link>
	<description>Bad grammar and typos for total strangers</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:01:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Install Sun Java 6 JRE and JDK from .deb packages</title>
		<link>http://blog.flexion.org/2012/01/16/install-sun-java-6-jre-jdk-from-deb-packages/</link>
		<comments>http://blog.flexion.org/2012/01/16/install-sun-java-6-jre-jdk-from-deb-packages/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 13:20:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[.deb]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[JRE]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=471</guid>
		<description><![CDATA[So, Canonical disabled my Java PPA at the end of last week. So I&#8217;ve developed another solution for installing Java 6u30 on Ubuntu which doesn&#8217;t infringe any copyrights, licenses, terms of use or CoC&#8217;s. However, by running this script to download Java you acknowledge that you have read and accepted the terms of the Oracle [...]]]></description>
			<content:encoded><![CDATA[<p>So, <a href="http://blog.flexion.org/2012/01/10/updated-sun-java6-packages-for-ubuntu/">Canonical disabled my Java PPA at the end of last week</a>. So I&#8217;ve developed another solution for installing Java 6u30 on Ubuntu which doesn&#8217;t infringe any copyrights, licenses, terms of use or CoC&#8217;s. However, by running this script to download Java you acknowledge that you have read and accepted the terms of the Oracle end user license agreement.</p>
<ul>
<li><a href="http://www.oracle.com/technetwork/java/javase/terms/license/" target="_blank">http://www.oracle.com/technetwork/java/javase/terms/license/</a></li>
</ul>
<p>My script is an automated wrapper for <a href="https://github.com/rraptorr/sun-java6" target="_blank">Janusz Dziemidowicz Debian packaging scripts for Java 6</a>. My new script simply downloads the Java binary installers from Oracle, builds the .deb packages locally on your computer and creates a local &#8216;apt&#8217; repository for them. Once my script has been executed you can then &#8216;apt-get&#8217; install/upgrade Java 6 from your local repository. Packages are compatible with &#8220;official&#8221; Ubuntu ones and pre-existing Java 6 packages will upgrade cleanly.</p>
<p>You can find the script and full usage instructions on github.</p>
<ul>
<li><a href="https://github.com/flexiondotorg/oab-java6" target="_blank">https://github.com/flexiondotorg/oab-java6</a></li>
</ul>
<p>The quick and dirty guide for using this script is as follows:</p>
<p><code>cd ~/<br />
wget https://raw.github.com/flexiondotorg/oab-java6/master/oab-java6.sh -O oab-java6.sh<br />
chmod +x oab-java6.sh<br />
sudo ./oab-java6.sh</code></p>
<p>Please read the <a href="https://github.com/flexiondotorg/oab-java6/blob/master/README" target="_blank">README</a> file for a more detailed explanation of how the script works and how to use it. If anyone has any problems, then please submit a ticket on my Issue Tracker.</p>
<ul>
<li><a href="https://github.com/flexiondotorg/oab-java6/issues" rel="nofollow">https://github.com/flexiondotorg/oab-java6/issues</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2012/01/16/install-sun-java-6-jre-jdk-from-deb-packages/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Sun Java 1.6.0.30 packages for Ubuntu</title>
		<link>http://blog.flexion.org/2012/01/10/updated-sun-java6-packages-for-ubuntu/</link>
		<comments>http://blog.flexion.org/2012/01/10/updated-sun-java6-packages-for-ubuntu/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 10:53:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[sun-java6]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=457</guid>
		<description><![CDATA[Sun Java 6 packages are being removed from Ubuntu in the near future for the following reasons: As of August 24th 2011, Canonical no longer have permission to redistribute new Java packages as Oracle has retired the &#8220;Operating System Distributor License for Java&#8221;. Oracle has published an advisory about security issues in the version of [...]]]></description>
			<content:encoded><![CDATA[<p>Sun Java 6 packages are being removed from Ubuntu in the near future for the following reasons:</p>
<ul>
<li>As of August 24th 2011, Canonical no longer have permission to redistribute new Java packages as Oracle has retired the &#8220;Operating System Distributor License for Java&#8221;.</li>
<li>Oracle has published an advisory about security issues in the version of Java currently in the partner archive. Some of these issues are currently being exploited in the wild.</li>
<li>Due to the severity of the security risk, <strong>Canonical released a security update for the Sun JDK browser plugin which disables the plugin on all machines</strong>.</li>
<li>In the near future, <strong>Canonical will remove all Sun JDK packages from the Partner archive</strong>. This will be accomplished by pushing empty packages to the archive, so that the Sun JDK will be removed from all users machines when they do a software update. <strong>Users of these packages who have not migrated to an alternative solution will experience failures after the package updates have removed Oracle Java from the system</strong>.</li>
</ul>
<p>See the full Canonical notice below.</p>
<ul>
<li><a href="https://lists.ubuntu.com/archives/ubuntu-security-announce/2011-December/001528.html" target="_blank">https://lists.ubuntu.com/archives/ubuntu-security-announce/2011-December/001528.html</a></li>
</ul>
<h2>Update Monday 16th January 2012</h2>
<p><strong>I’ve developed another solution for installing Java 6u30 on Ubuntu which doesn’t infringe any copyrights, licenses, terms of use or CoC’s. </strong></p>
<ul>
<li><strong><a href="http://blog.flexion.org/2012/01/16/install-sun-java-6-jre-jdk-from-deb-packages/">http://blog.flexion.org/2012/01/16/install-sun-java-6-jre-jdk-from-deb-packages/</a></strong></li>
</ul>
<h2>Update Friday 13th January 2012</h2>
<p><strong>My Java PPA has been disabled by Canonical, possibly because they violate the Ubuntu CoC and PPA terms of use, as Jef Spaleta noted in the comments below, although I&#8217;ve had no communication from Canonical at this time. I&#8217;m preparing an alternative solution, for those of you who need Sun Java 6, that doesn&#8217;t violate and copyrights, CoCs or terms of use. A new blog post will be made when that alternate solution is available.</strong></p>
<p><del datetime="2012-01-13T11:49:56+00:00">My personal motivations for creating this PPA are as follows:</del></p>
<ul>
<li><del datetime="2012-01-13T11:49:56+00:00">I require Sun Java 6 for two enterprise applications we use at work. OpenJDK is not fully compatible.</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">I require Sun Java 6 for two desktop applications at home (so does my father-in-law). OpenJDK not compatible in one instance and not fully compatible in the other.</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">I require Sun Java 6 browser plugin for a web applications I use at home. OpenJDK is not compatible.</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">A friend of mine requires Sun Java 6 for building AOSP from source. OpenJDK is not compatible.</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">Some friends of mine play Minecraft, apparently this will help <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </del></li>
<li>Janusz Dziemidowicz made it easy for me &#8211; <a href="https://github.com/rraptorr/sun-java6" target="_blank">https://github.com/rraptorr/sun-java6</a></li>
</ul>
<p><del datetime="2012-01-13T11:49:56+00:00">The PPA currently publishes Sun Java 6 1.6.0.30 for:</del></p>
<ul>
<li><del datetime="2012-01-13T11:49:56+00:00">Lucid i386/amd64</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">Maverick i386/amd64</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">Natty i386/amd64</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">Oneiric i386/amd64</del></li>
<li><del datetime="2012-01-13T11:49:56+00:00">Precise i386. However, amd64 is failing to build on Precise. I will try and fix this in due course.</del></li>
</ul>
<p><del datetime="2012-01-13T11:49:56+00:00">To Sun Java 6 , previously instaled via packages, do the following.</del></p>
<p><code>sudo apt-add-repository ppa:flexiondotorg/java<br />
sudo apt-get update<br />
sudo apt-get dist-upgrade</code></p>
<p><del datetime="2012-01-13T11:49:56+00:00">To install Sun Java 6 JRE do the following:</del></p>
<p><code>sudo apt-add-repository ppa:flexiondotorg/java<br />
sudo apt-get update<br />
sudo apt-get install sun-java6-jre</code></p>
<p><del datetime="2012-01-13T11:49:56+00:00">To install Sun Java 6 browser plugin do the following:</del></p>
<p><code>sudo apt-add-repository ppa:flexiondotorg/java<br />
sudo apt-get update<br />
sudo apt-get install sun-java6-plugin</code></p>
<p><del datetime="2012-01-13T11:49:56+00:00">To install Sun Java 6 JDK do the following:</del></p>
<p><code>sudo apt-add-repository ppa:flexiondotorg/java<br />
sudo apt-get update<br />
sudo apt-get install sun-java6-jdk</code></p>
<p><del datetime="2012-01-13T11:49:56+00:00">You can take a look a round my PPA from the URL below:</del></p>
<ul>
<li><a href="https://launchpad.net/~flexiondotorg/+archive/java" target="_blank"><del datetime="2012-01-13T11:49:56+00:00">https://launchpad.net/~flexiondotorg/+archive/java</del></a></li>
</ul>
<p><del datetime="2012-01-13T11:49:56+00:00">Enjoy!</del></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2012/01/10/updated-sun-java6-packages-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Installing Gnome 3 on Ubuntu 11.10</title>
		<link>http://blog.flexion.org/2011/12/09/gnome-3-shell-ubuntu-11-10-oneiric/</link>
		<comments>http://blog.flexion.org/2011/12/09/gnome-3-shell-ubuntu-11-10-oneiric/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 16:21:03 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gnome 3]]></category>
		<category><![CDATA[Gnome Shell]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unity]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=430</guid>
		<description><![CDATA[I tried Unity in Ubuntu Natty 11.04 and Ubuntu Oneiric 11.10. We&#8217;ve agree to hate each other. A few weeks ago I started using Gnome 3 and it only took me a couple of hours to adapt to it&#8217;s workflow. Gnome 3 is now my desktop environment at home and and work. I love it! [...]]]></description>
			<content:encoded><![CDATA[<p>I tried <a href="http://unity.ubuntu.com/" target="_blank">Unity</a> in Ubuntu Natty 11.04 and Ubuntu Oneiric 11.10. We&#8217;ve agree to hate each other. A few weeks ago I started using <a href="http://www.gnome.org/" target="_blank">Gnome 3</a> and it only took me a couple of hours to adapt to it&#8217;s workflow. Gnome 3 is now my desktop environment at home and and work. I love it!</p>
<p>If you&#8217;d like to give Gnome 3 a whirl then you could try installing Jan Hoffman&#8217;s Ubuntu Gnome Shell Remix from either the 32-bit or 64-bit ISOs he has prepared. This will give a &#8220;pure&#8221; Gnome 3 experience.</p>
<ul>
<li><a href="http://ubuntu-gs-remix.sourceforge.net/p/home/">http://ubuntu-gs-remix.sourceforge.net/p/home/</a></li>
</ul>
<p>If you already have Ubuntu 11.10 Oneiric installed then you can install Gnome 3 along side Unity. Here are the incantations you&#8217;ll need to utter in a shell.</p>
<pre>sudo apt-add-repository ppa:jan-hoffmann/gnome-shell
sudo apt-add-repository ppa:aegirxx-googlemail/gnome-shell-extensions
sudo apt-add-repository ppa:gnome3-team/gnome3
sudo apt-add-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install libglib2.0-bin gnome-core gnome-documents gnome-shell gnome-sushi gnome-tweak-tool gnomeshell-default-settings gtk3-engines-unico</pre>
<p>The repositories added above will give you access to Jan&#8217;s Gnome 3 meta packages, updated Gnome 3 packages and some extra Gnome 3 extensions. Gnome 3 extensions add all manner of additional tweaks and functionality. Some extensions can even provide a user experience more akin to that of Gnome 2.</p>
<ul>
<li><a href="http://intgat.tigress.co.uk/rmy/extensions/index.html">http://intgat.tigress.co.uk/rmy/extensions/index.html</a></li>
</ul>
<p>In order to get acquainted with Gnome 3 I suggest you read the <a href="http://www.gnome.org/gnome-3/" target="_blank">Discover Gnome 3</a> (watch the videos too) and <a href="http://live.gnome.org/GnomeShell/CheatSheet" target="_blank">Gnome 3 Cheat Sheet</a> pages. Having read those you&#8217;ll soon master Gnome 3. After you&#8217;ve used Gnome 3 for a while you may conclude it is a more usable desktop environment than Unity, which isn&#8217;t a surprising conclusion to arrive at given Unity sucks the big one. If you want a &#8220;pure&#8221; Gnome 3 experience then the following commands will purge Unity and other bits and bobs that Gnome 3 simply doesn&#8217;t required.</p>
<h2>Remove Unity</h2>
<pre>sudo apt-purge unity unity-2d unity-2d-launcher unity-asset-pool unity-common unity-greeter unity-lens-applications unity-lens-music libunity-misc4</pre>
<h2>Remove Overlay Scrollbars</h2>
<p>These just don&#8217;t work on my netbook since they regularly obscure portions of the window I actually want to click on. The can safely be removed even if you intend to continue using Unity.</p>
<pre>sudo apt-get purge overlay-scrollbar liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0</pre>
<h2>Remove Indicators</h2>
<p>Indicators are a Ubuntu &#8220;thing&#8221;. If you never going back to Unity these can be safely removed.</p>
<pre>sudo apt-get purge xchat-gnome-indicator indicator-appmenu indicator-power indicator-session indicator-sound indicator-status-provider-mc5 libindicator-messages-status-provider1</pre>
<h2>Remove Global Menu</h2>
<p>Again, Global Menu is not used by Gnome 3. So if you not going back to Unity these can be safely removed.</p>
<pre>sudo apt-get purge appmenu-gtk3 appmenu-gtk appmenu-qt firefox-globalmenu thunderbird-globalmenu</pre>
<p>Finally, a word or warning: <strong>Distribution upgrades are not possible!</strong></p>
<p>You can&#8217;t upgrade to a newer version of Ubuntu when using Jan Hoffman&#8217;s Ubuntu Gnome Shell Remix or if you modify an existing Ubuntu 11.10 using my method above. You will have to do a full install once the next Ubuntu release is available. This can&#8217;t be fixed as long as this Jan&#8217;s meta packages are unofficial, because the distribution upgrade process requires having installed one of the desktop meta packages from the official Ubuntu repositories.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2011/12/09/gnome-3-shell-ubuntu-11-10-oneiric/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Shotwell 0.11 PPA available for Ubuntu Lucid and Maverick</title>
		<link>http://blog.flexion.org/2011/08/30/shotwell-ppa-for-ubuntu-lucid-maverick/</link>
		<comments>http://blog.flexion.org/2011/08/30/shotwell-ppa-for-ubuntu-lucid-maverick/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 10:05:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[shotwell]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=405</guid>
		<description><![CDATA[Like many others I wanted Shotwell 0.11 for Lucid and Maverick so I’ve created a PPA for it  https://launchpad.net/~flexiondotorg/+archive/shotwell My PPA contains Shotwell 0.11 built for Ubuntu Lucid 10.04 LTS and Ubuntu Maverick 10.10. I created this PPA because I run Lucid at home and wanted the new version of Shotwell. Sadly, Yorba aren&#8217;t going to [...]]]></description>
			<content:encoded><![CDATA[<p>Like many others I wanted Shotwell 0.11 for Lucid and Maverick so I’ve created a PPA for it <img src="http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
<ul>
<li><a href="https://launchpad.net/~flexiondotorg/+archive/shotwell" target="_blank">https://launchpad.net/~flexiondotorg/+archive/shotwell</a></li>
</ul>
<p>My PPA contains Shotwell 0.11 built for Ubuntu Lucid 10.04 LTS and Ubuntu Maverick 10.10. I created this PPA because I run Lucid at home and wanted the new version of Shotwell. Sadly, Yorba aren&#8217;t going to provide new Shotwell packages for Lucid due to the reasons discussed in the following ticket:</p>
<p>- <a href="http://trac.yorba.org/ticket/3015" rel="nofollow">http://trac.yorba.org/ticket/3015</a></p>
<p>As mentioned in the ticket above, there are newer versions of Shotwell available for Lucid in other PPAs. However, those PPAs contain hundreds of packages. If you&#8217;re not that brave, like me, then hopefully this PPA provides what you need. I have built Shotwell with minimal changes from the original Yorba source packages and not polluted this PPA with any unnecessary packages <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Since Shotwell 0.11 you <strong>must</strong> enable the GStreamer PPA, see the ticket below for the reasons for this requirement:</p>
<p>- <a href="http://redmine.yorba.org/issues/3716" rel="nofollow">http://redmine.yorba.org/issues/3716</a></p>
<p>To install Shotwell on Lucid and Maverick do the following:</p>
<pre> sudo apt-add-repository ppa:flexiondotorg/shotwell
 sudo apt-add-repository ppa:gstreamer-developers/ppa
 sudo apt-get update
 sudo apt-get dist-upgrade
 sudo apt-get install shotwell</pre>
<p>Enjoy!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2011/08/30/shotwell-ppa-for-ubuntu-lucid-maverick/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Shotwell 0.8.1 PPA available for Ubuntu Lucid</title>
		<link>http://blog.flexion.org/2011/03/17/shotwell-ppa-for-ubuntu-lucid/</link>
		<comments>http://blog.flexion.org/2011/03/17/shotwell-ppa-for-ubuntu-lucid/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 17:04:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[shotwell]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=350</guid>
		<description><![CDATA[Like many others I wanted Shotwell for Lucid so I&#8217;ve created a PPA for it https://launchpad.net/~flexiondotorg/+archive/shotwell My PPA contains Shotwell 0.8.1 built for Ubuntu Lucid 10.04 LTS. I created the PPA because I run Lucid at home and wanted the new version of Shotwell. Sadly, Yorba aren&#8217;t going to provide a Lucid build of Shotwell [...]]]></description>
			<content:encoded><![CDATA[<p>Like many others I wanted Shotwell for Lucid so I&#8217;ve created a PPA for it <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ul>
<li><a href="https://launchpad.net/~flexiondotorg/+archive/shotwell" target="_blank">https://launchpad.net/~flexiondotorg/+archive/shotwell</a></li>
</ul>
<p>My PPA contains Shotwell 0.8.1 built for Ubuntu Lucid 10.04 LTS. I created the PPA because I run Lucid at home and wanted the new version of Shotwell. Sadly, Yorba aren&#8217;t going to provide a Lucid build of Shotwell 0.8.1 due to the reasons discussed in the following ticket:</p>
<ul>
<li><a href="http://trac.yorba.org/ticket/3015" target="_blank">http://trac.yorba.org/ticket/3015</a></li>
</ul>
<p>As mentioned in the ticket above, there are versions of Shotwell 0.8.1 available for Lucid in other PPAs. However, those PPAs contain hundreds of packages. If you&#8217;re not that brave, like me, then hopefully my PPA provides what you need. I have built Shotwell 0.8.1 with minimal changes from the original Yorba source packages and not polluted my PPA with any unnecessary packages <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>NOTE!</strong> My PPA has dependencies that are satisfied by the Yorba PPA, so you must also enable the Yorba PPA too.</p>
<ul>
<li><a href="https://launchpad.net/~yorba/+archive/ppa" target="_blank">https://launchpad.net/~yorba/+archive/ppa</a></li>
</ul>
<p>To install Shotwell 0.8.1 on Lucid do the following:</p>
<pre> sudo apt-add-repository ppa:yorba/ppa
 sudo apt-add-repository ppa:flexiondotorg/shotwell
 sudo apt-get update
 sudo apt-get install shotwell</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2011/03/17/shotwell-ppa-for-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash script to retrieve Ubuntu codenames and versions</title>
		<link>http://blog.flexion.org/2011/03/16/bash-script-get-ubuntu-codename-version/</link>
		<comments>http://blog.flexion.org/2011/03/16/bash-script-get-ubuntu-codename-version/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 13:44:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[codename]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=346</guid>
		<description><![CDATA[I&#8217;m working a script to automatically backport some new Debian packages to Ubuntu. I needed a way to get a list of currently supported/active Ubuntu releases by codename or version. Here is how I do it. Get a list of Ubuntu codenames wget -q http://cdimage.ubuntu.com/releases/ -O - &#124; sed -e :a -e 's/&#60;[^&#62;]*&#62;//g;/&#60;/N;//ba' &#124; grep [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working a script to automatically backport some new Debian packages to Ubuntu. I needed a way to get a list of currently supported/active Ubuntu releases by codename or version. Here is how I do it.</p>
<h2>Get a list of Ubuntu codenames</h2>
<pre>wget -q http://cdimage.ubuntu.com/releases/ -O - | sed -e :a -e 's/&lt;[^&gt;]*&gt;//g;/&lt;/N;//ba' | grep '^[[:space:]][a-z]' | sed 's/\///g'</pre>
<h2>Get a list of Ubuntu versions</h2>
<pre>wget -q http://cdimage.ubuntu.com/releases/ -O - | sed -e :a -e 's/&lt;[^&gt;]*&gt;//g;/&lt;/N;//ba' | grep '^[[:space:]][1-9]' | sed 's/\///g'</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2011/03/16/bash-script-get-ubuntu-codename-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating my blog via Ping.fm</title>
		<link>http://blog.flexion.org/2011/03/08/updating-my-blog-via-ping-fm/</link>
		<comments>http://blog.flexion.org/2011/03/08/updating-my-blog-via-ping-fm/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 10:41:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Ping.fm]]></category>
		<category><![CDATA[micro-blog]]></category>
		<category><![CDATA[status update]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/2011/03/08/updating-my-blog-via-ping-fm/</guid>
		<description><![CDATA[OK, after testing my blog can update Ping.fm I am now testing that Ping.fm can update my blog, with actual blog posts.]]></description>
			<content:encoded><![CDATA[<p>OK, after testing my blog can update Ping.fm I am now testing that Ping.fm can update my blog, with actual blog posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2011/03/08/updating-my-blog-via-ping-fm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing WordPress and Ping.fm Integration</title>
		<link>http://blog.flexion.org/2011/03/08/wordpress-and-ping-fm-integration/</link>
		<comments>http://blog.flexion.org/2011/03/08/wordpress-and-ping-fm-integration/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 10:11:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Content Management]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/?p=328</guid>
		<description><![CDATA[This blog post is pretty useless. It&#8217;s just here to test WordPress integration with Ping.fm. I&#8217;ve been researching this so we can do the whole social media thing at work. If you&#8217;re remotely interested in what this means then take a look at the Ping.fm Custom URL plugin and CR Post to Ping.fm plugin. &#160;]]></description>
			<content:encoded><![CDATA[<p>This blog post is pretty useless. It&#8217;s just here to test WordPress integration with Ping.fm. I&#8217;ve been researching this so we can do the whole social media thing at work. If you&#8217;re remotely interested in what this means then take a look at the <a href="http://wordpress.org/extend/plugins/pingfm-custom-url-status-updates/" target="_blank">Ping.fm Custom URL</a> plugin and <a href="http://wordpress.org/extend/plugins/cr-post2pingfm/" target="_blank">CR Post to Ping.fm</a> plugin.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2011/03/08/wordpress-and-ping-fm-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye F-Spot. Hello Shotwell.</title>
		<link>http://blog.flexion.org/2010/03/20/goodbye-f-spot-hello-shotwell/</link>
		<comments>http://blog.flexion.org/2010/03/20/goodbye-f-spot-hello-shotwell/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 15:39:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/index.php/2010/03/20/goodbye-f-spot-hello-shotwell/</guid>
		<description><![CDATA[I&#8217;ve finally found a photo manager for Linux I can live with, Shotwell. Shotwell is an photo manager for GNOME that I&#8217;ve been testing for a few months now but the recent 0.5 release which added tagging and printing, it means Shotwell is finally ready replace F-Spot on my workstation. Shotwell is intuitive, well documented, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally found a photo manager for Linux I can live with, <a href="http://www.yorba.org/shotwell/">Shotwell</a>. Shotwell is an photo manager for GNOME that I&#8217;ve been testing for a few months now but the recent 0.5 release which added tagging and printing, it means Shotwell is finally ready replace F-Spot on my workstation.</p>
<p>Shotwell is intuitive, well documented, extremely easy to use and reliable. It&#8217;s easy to dismiss Shotwell as an oversimplified photo manager. But once you start using it, you&#8217;ll quickly appreciate its clean interface and easy-to-use tools. Don&#8217;t just take my word for it either, Shotwell is now the default photo manager in Fedora 13 alpha. Here is a quick run down of the features.</p>
<ul>
<li>Import photos from folders or from any digital camera supported by gPhoto.</li>
<li>Shotwell automatically groups photos taken at the same time. You can also use tags to organize your photo collection.</li>
<li>You can rotate, crop, reduce red-eye, and adjust the exposure, saturation, tint, and temperature of each photo.</li>
<li>Publish photos to Facebook, Flickr and Picasa Web Albums.</li>
</ul>
<p>Shotwell provides a non-destructive way to tweak your photos. Instead of modifying the original photos, Shotwell stores all edits in a database and applies them on-the-fly as necessary. This means that you can easily undo all edits. Shotwell comes equipped with all the usual photo enhancing tools and slideshow.</p>
<p>You can download a source tarball from the Shotwell home page at: <a href="http://www.yorba.org/shotwell/">http://www.yorba.org/shotwell/</a> or grab a binary for Ubuntu Karmic or Lucid via Yorba&#8217;s Launchpad PPA at: <a href="https://launchpad.net/~yorba/+archive/ppa">https://launchpad.net/~yorba/+archive/ppa</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2010/03/20/goodbye-f-spot-hello-shotwell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give XFS a chance. Don&#039;t believe the FUD.</title>
		<link>http://blog.flexion.org/2010/02/12/give-xfs-a-chance-dont-believe-the-fud/</link>
		<comments>http://blog.flexion.org/2010/02/12/give-xfs-a-chance-dont-believe-the-fud/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:14:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ext3]]></category>
		<category><![CDATA[Ext4]]></category>
		<category><![CDATA[JFS]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tuning]]></category>
		<category><![CDATA[tweaking]]></category>
		<category><![CDATA[XFS]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/index.php/2010/02/12/give-xfs-a-chance-dont-believe-the-fud/</guid>
		<description><![CDATA[After tinkering with Ext4 I did some research and tested other file systems on my new disk arrays. I&#8217;ve concluded that XFS, once tuned, is the best file system for my needs and it could well be the best file system for your needs too. I&#8217;m now using XFS for all my computers, including laptop [...]]]></description>
			<content:encoded><![CDATA[<p>After tinkering with Ext4 I did some research and tested other file systems on my new disk arrays. I&#8217;ve concluded that XFS, once tuned, is the best file system for my needs and it could well be the best file system for your needs too. I&#8217;m now using XFS for all my computers, including laptop and workstation, and I&#8217;ll test XFS on my netbook in due course as well.</p>
<p>My wiki page below explains how I arrived at that decision and how I tune XFS to get optimal, yet safe, performance that can rival Ext4 and JFS.</p>
<ul>
<li><a href="http://wiki.flexion.org/LinuxFileSystems.html" rel="nofollow">Linux File Systems</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2010/02/12/give-xfs-a-chance-dont-believe-the-fud/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

