<?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>digitalself &#187; Ubuntu</title>
	<atom:link href="http://www.digitalself.org/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalself.org</link>
	<description>Realization of self in a digital world</description>
	<lastBuildDate>Thu, 09 Sep 2010 22:05:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Chroots 0.2 &#8211; First Public release</title>
		<link>http://www.digitalself.org/2008/12/10/chroots-02-first-public-release/</link>
		<comments>http://www.digitalself.org/2008/12/10/chroots-02-first-public-release/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 01:33:54 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[chroots]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=143</guid>
		<description><![CDATA[Chroots is a collection of bash scripts to create, maintain, manage and use several chroot environments on debian based systems. It sports such features as privilege drop, multiple chroot maintenance and caching. This is the first public release, under GPLv3. ...]]></description>
			<content:encoded><![CDATA[<p><em>Chroots is a collection of bash scripts to create, maintain, manage and use several chroot environments on debian based systems. It sports such features as privilege drop, multiple chroot maintenance and caching.</em></p>
<p>This is the first public release, under GPLv3. The software is now in a state where I can use it every day to maintain chroots. To download the source code, use the link below. There is also a git repository available for cloning. Chroots is developed under Ubuntu, and can build debian and Ubuntu chroots through deboostrap.</p>
<p><span id="more-143"></span></p>
<p><strong>Source Code</strong>: <a href="http://www.digitalself.org/files/chroots-0.2.tar.gz">chroots-0.2.tar.gz</a><br />
<strong>Git Repository</strong>: <a title="Chroots git repository" href="http://git.digitalself.org/?p=chroots.git">http://git.digitalself.org/?p=chroots.git</a></p>
<p>If anyone finds this useful, don&#8217;t hesitate to drop a comment with suggestions or feedback. I&#8217;m looking forward to it. Bug reports are nice, and will be handled. More information about <em>chroots</em> below, and inside the source package. In time, I might put up a page for the project. In the meantime, enjoy this release.</p>
<h3>About Chroots</h3>
<p>Chroots is a set of wrapper scripts around  debootstrap. debootstrap is an effective way of create a general purpose  build environment. While it is fairly simple to setup a working environment, it&#8217;s always necessary to perform several steps to actually login into a deboostrapped environment using chroot. It can  be a cumbersome task, hence chroots.</p>
<p>For test building packages there is already pbuilder. What pbuilder does is build a debian package in a freshly created chroot environment. This allows detecting build and dependency errors quite effectively. Nevertheless, to use pbuilder, an environment is setup every time and out of the user&#8217;s reach, and it is quite a difficult tool to use for the occasional packaging experiment.</p>
<p>This is where chroots comes in. It allows to easily configure setup and deploy a chroot environment, enabling everything from package tests to dependency check, or manual tarball compilation, keeping your production environment &#8216;clean&#8217;. It allows to maintain several chroot environments at the same time, so that it can be easy to test multiple systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/12/10/chroots-02-first-public-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ffmpeg with xvid, h264 and libfaac on Ubuntu Intrepid</title>
		<link>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/</link>
		<comments>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 00:05:15 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux psp media]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=118</guid>
		<description><![CDATA[I haven&#8217;t blogged for a while now, guess I need a new redesigned template, which seems to boost my blogging ability. But here is a simple and short guide to build ffmpeg with the appropriate codecs to encode stuff for ...]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t blogged for a while now, guess I need a new redesigned template, which seems to boost my blogging ability. But here is a simple and short guide to build ffmpeg with the appropriate codecs to encode stuff for the PSP or iPod. These codecs aren&#8217;t enabled by default to legal (patent) issues.</p>
<p>You should have the <a href="https://help.ubuntu.com/community/Medibuntu">medibuntu repository</a> enabled for this to work.</p>
<p>Get some tools to build tje package along with the ffmpeg source in Ubuntu Intrepid. Then get the appropriate packages to build  ffmpeg, and satisfy the <em>evil</em> codec dependencies:</p>
<pre>apt-get install dpkg-dev devscripts
apt-get source ffmpeg
apt-get build-dep ffmpeg
apt-get install libmp3lame-dev libfaac-dev libxvidcore4-dev libx264-dev</pre>
<p>To finished up, go into the sources directory, build the package with the external codecs and install everything after it finishes building the debian package. Note that the first command is optional, and is just to bump the package version so that is &#8220;newer&#8221; that the original repositories:</p>
<pre>dch -i
DEB_BUILD_OPTIONS=externalcodecs dpkg-buildpackage -rfakeroot -us -uc</pre>
<pre>dpkg -i *.deb</pre>
<p>And that is it. Look for scripts that use ffmpeg to encode stuff for the PSP or iPod. There are <a href="http://www.google.com/search?hl=en&amp;q=psp+linux+ffmpeg&amp;btnG=Search">plenty around</a>. I&#8217;ll post my favourite at a later time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/10/31/ffmpeg-with-xvid-h264-and-libfaac-on-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Howto Tracks GTD on Ubuntu Hardy</title>
		<link>http://www.digitalself.org/2008/08/04/howto-tracks-gtd-on-ubuntu-hardy/</link>
		<comments>http://www.digitalself.org/2008/08/04/howto-tracks-gtd-on-ubuntu-hardy/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 00:38:37 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=101</guid>
		<description><![CDATA[As I (re)evaluate my GTD workflow, I&#8217;ve been testing a couple of applications that may help me increase my productivity while becoming a distraction or burden to manage. The next one on my list is Tracks. I decided to put ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rousette.org.uk/projects/"><img class="alignright" src="http://www.rousette.org.uk/projects/themes/site_themes/butterfly/tracks-logo-dark.png" alt="" width="301" height="148" /></a>As I (re)evaluate my GTD workflow, I&#8217;ve been testing a couple of applications that may help me increase my productivity while becoming a distraction or burden to manage. The next one on my list is <a href="http://www.rousette.org.uk/projects/">Tracks</a>. I decided to put forward a quick howto because it might not be that trivial for some users to git this running with <a href="http://www.rubyonrails.org/">Ruby on Rails</a>.</p>
<p>So tracks going on your Ubunty Hardy you just need to install a few packages, most importantly ruby, ruby gems and sqlite 3 support. Then you just need to enable the sqlite3 gem for Ruby on Rails. Copy paste commands below:</p>
<pre>sudo apt-get install rake rubygems libsqlite3-ruby
sudo gem install sqlite3-ruby</pre>
<p>Then just follow the <a href="http://www.rousette.org.uk/projects/manual/index#config_install">instructions on the tracks website</a>. But, if your are lazy as me you can just copy paste the information below, which is a nice quick cheat sheet:</p>
<p><a href="http://www.rousette.org.uk/projects/files/tracks-current.zip">Get tracks</a>, unzip into a folder. Go into that folder and edit the configuration file, making it look like the example shown here for sqlite3:</p>
<pre>gedit config/database.yml</pre>
<pre>development:
adapter: sqlite3
database: db/tracks-dev.db

test:
adapter: sqlite3
database: ":memory:"

production:
adapter: sqlite3
database: db/tracks-main.db</pre>
<p>Change a variable in <em>config/environment.rb</em> by putting whatever in it:</p>
<pre>gedit config/environment.rb</pre>
<pre>SALT = "MakeThisYourRandomPhraseToGenerateSalt"</pre>
<p>Build it:</p>
<pre>rake db:migrate RAILS_ENV=production</pre>
<p>Run it:</p>
<pre>./script/server -e production</pre>
<p>And that&#8217;s it, you should just be able to point your browser at http://localhost:3000 and give it a try. I personally don&#8217;t think that Tracks is my cup of tee, but it&#8217;s worth a shot.</p>
<p>One a side note, this is probably my last post before my summer break, so I&#8217;ll be back in a couple of weeks, I hope.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/08/04/howto-tracks-gtd-on-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A usable dark theme for Ubuntu</title>
		<link>http://www.digitalself.org/2008/07/26/a-usable-dark-theme-for-ubuntu/</link>
		<comments>http://www.digitalself.org/2008/07/26/a-usable-dark-theme-for-ubuntu/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 12:57:55 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dark]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=85</guid>
		<description><![CDATA[After reading this entry on planet gnome, I thought to myself: &#8220;Another try at fail&#8221;. I like dark themes. Dark themes are soothing on the eyes, and at least for me, tend to make a much better work environment because ...]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://yokozar.livejournal.com/15362.html">this entry</a> on <a href="http://planet.gnome.org/">planet gnome</a>, I thought to myself: &#8220;Another try at fail&#8221;. I like dark themes. Dark themes are soothing on the eyes, and at least for me, tend to make a much better work environment because they annoy less. Hey, my blog theme is dark, I like it.</p>
<p><a href="http://www.digitalself.org/wp-content/uploads/2008/07/desktop.jpg"><img class="size-medium wp-image-89 alignright" title="desktop" src="http://www.digitalself.org/wp-content/uploads/2008/07/desktop-300x225.jpg" alt="Dark Theme" width="300" height="225" /></a></p>
<p>After using apt-get to install the ubuntustudio-theme package, I was amazed at the first theme that bring dark windows with light background not compromising usability for a dark theme. Don&#8217;t take my word for it, here&#8217;s a screenshot:</p>
<p>So far, every dark theme I encounter before is a try at fail mostly because they are not usable. Attention is brought to lines, row or text, like Gtk TreeViews in evolution by using a bold font on a dark background, or a little icon that glows just a little bit more than the rest. This is hardly usable, since you fail to get the visual hints needed to quickly parse through an inbox for example. The same goes for the desktop calendar. Try a dark theme and find your events on it and let me know.</p>
<p>This one doesn&#8217;t fail like the rest. I&#8217;m not saying it&#8217;s a perfect theme, I&#8217;m not sure about the window borders (too thick), or about the icons, or even the bright blue highlight colors (but it&#8217;s customizable). I&#8217;m gonna stick with it, play with it some more, and be happy for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/07/26/a-usable-dark-theme-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Taking Epiphany for a second (default) spin</title>
		<link>http://www.digitalself.org/2008/07/20/taking-epiphany-for-a-second-default-spin/</link>
		<comments>http://www.digitalself.org/2008/07/20/taking-epiphany-for-a-second-default-spin/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 21:25:35 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[epiphany]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=70</guid>
		<description><![CDATA[Since I upgraded to Ubuntu hardy, I&#8217;ve been trying to give Firefox 3 a fighting chance, mostly because of all the hype around it, along with a couple of bumps with Epiphany. With Epiphany using the gecko backend, it was ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gnome.org/projects/epiphany/"><img class="alignright" title="Epiphany" src="http://www.gnome.org/projects/epiphany/images/epiphany-64.png" alt="" width="64" height="64" /></a>Since I upgraded to Ubuntu hardy, I&#8217;ve been trying to give <a href="http://www.mozilla.com/en-US/firefox/">Firefox 3</a> a fighting chance, mostly because of all the hype around it, along with a couple of bumps with <a href="http://www.gnome.org/projects/epiphany/">Epiphany</a>.</p>
<p>With Epiphany using the gecko backend, it was hard adding exceptions for every website using self-signed certificates, or broken certificates, including my own, due to the interaction which was covered in Firefox but no in Epiphany. I even started my own <a href="http://en.wikipedia.org/wiki/Certificate_authority">Certificate Authority</a> (it&#8217;s just a bash script). All of this made me give Firefox a try for a while..</p>
<p>But, after a while, I have come to dislike all the things that made switch to Epiphany in the first place. It&#8217;s slugish, it eats all my memory, and makes me squirm in pain&#8230;</p>
<p>On the other hand, Epiphany feels lightning fast, snappy and doesn&#8217;t eat all my RAM. Meanwhile, with the updates in <a href="http://releases.ubuntu.com/hardy/">Ubuntu Hardy 8.04.1</a> adding SSL exceptions is not a broken process that equals fail. It shouldn&#8217;t be easy though, but it should be doable.</p>
<p>Does anyone have any hard facts if the page rendering is faster on Epiphany than on Firefox ? Or is that just a &#8220;feeling&#8221; people get ?</p>
<p>I can only wait to check out <a href="http://live.gnome.org/Epiphany/WebKit">Epiphany with webkit</a>! In the meantime, I&#8217;ll take it as it is, and make it my default once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/07/20/taking-epiphany-for-a-second-default-spin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RadeonHD (git) on Ubuntu Hardy with DRI (3d) support</title>
		<link>http://www.digitalself.org/2008/06/17/radeonhd-git-on-ubuntu-hardy-with-dri-3d-support/</link>
		<comments>http://www.digitalself.org/2008/06/17/radeonhd-git-on-ubuntu-hardy-with-dri-3d-support/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 22:07:32 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[radeonhd]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=94</guid>
		<description><![CDATA[Here is a quick recipe to getting the latest and greatest radeonhd open source driver for the R5XX/R600 driver series, but this time with dri support. Ubuntu Hardy already has a radeonhd package, but as expected is not updated from ...]]></description>
			<content:encoded><![CDATA[<p>Here is a quick recipe to getting the latest and greatest radeonhd open source driver for the R5XX/R600 driver series, but this time with dri support. Ubuntu Hardy already has a radeonhd package, but as expected is not updated from the git repo, and does not include the dri extensions. This is an update on previous posts for <a title="radeonhd on Ubuntu Gutsy" href="http://www.digitalself.org/2007/11/01/radeonhd-on-ubuntu-gutsy/">gutsy</a> and <a href="http://www.digitalself.org/2007/09/17/compiling-the-new-radeonhd-open-source-driver-on-ubuntu-feisty/">feisty</a>.</p>
<p>Install compile tools and git:</p>
<pre>
sudo apt-get install build-essential autoconf automake libtool pkg-config git-core
</pre>
<p>Install driver dependencies, now with dri deps also:</p>
<pre>
sudo apt-get install libdrm-dev x11proto-gl-dev mesa-common-dev xutils-dev \
x11proto-xf86dri-dev x11proto-fonts-dev x11proto-randr-dev x11proto-video-dev \
x11proto-xext-dev x11proto-render-dev xserver-xorg-dev
</pre>
<p>Checkout the source code:</p>
<pre>git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd/</pre>
<p>Last but not least, compile and install</p>
<pre>
cd xf86-video-radeonhd/
autogen.sh --prefix=/usr --enable-dri
make
sudo make install
</pre>
<p>And you&#8217;re all set. Don&#8217;t forget to change the driver to radeonhd on your <em>/etc/xorg.conf</em>.<br />
I&#8217;ll try to follow this up with the -ati counterpart&#8230; For now, go test. Feedback welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/06/17/radeonhd-git-on-ubuntu-hardy-with-dri-3d-support/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Web Development &#8211; Improved Ubuntu Workflow</title>
		<link>http://www.digitalself.org/2008/05/04/web-development-improved-ubuntu-workflow/</link>
		<comments>http://www.digitalself.org/2008/05/04/web-development-improved-ubuntu-workflow/#comments</comments>
		<pubDate>Sun, 04 May 2008 15:37:14 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=70</guid>
		<description><![CDATA[Following my previous post on Web Development Workflow, I decided to be done with my procrastination and setup a local workflow, which keeps me location independent and autonomous. The work flow is simple: Develop and test locally, deploy remotely. I&#8217;m ...]]></description>
			<content:encoded><![CDATA[<p>Following my previous post on <a href="http://www.digitalself.org/2008/04/21/web-development-workflow/">Web Development Workflow</a>, I decided to be done with my procrastination and setup a local workflow, which keeps me location independent and autonomous.</p>
<p>The work flow is simple: Develop and test locally, deploy remotely. I&#8217;m currently applying this towards the development of an improved theme for my blog, which is basically this one, plus minor adjustments.</p>
<p>My setup is an Apache 2 webserver, with PHP and mySQL. On top of this I enable user dirs for the webserver, and deploy a local wordpress, which in fact runs a backup database from my production site.</p>
<p>First , install apache2,php and mysql support:</p>
<pre>sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server</pre>
<p>Now enable user directories support (things like <em>localhost/~jonhdoe</em> which actually live in <em>/home/johndoe/public_html</em>) and create the public_html folder:</p>
<pre>sudo a2enmod userdir
mkdir $HOME/public_html</pre>
<p>Another twist, since this is my main workstation and I don&#8217;t want an apache+mysql setup running all the time, is to remove all of the startup scripts from the default boot runlevels:</p>
<pre>sudo update-rc.d -f mysql remove
sudo update-rc.d -f apache2 remove</pre>
<p>I then run a script to start my environment when I want to code some web bits:</p>
<pre>#!/bin/bash

/etc/init.d/apache2 start
/etc/init.d/mysql start</pre>
<p>Don&#8217;t forget to make the script executable:</p>
<pre>chmod +x bin/start-web-dev.sh</pre>
<p>After all this I just installing web apps locally. In my case I just install <a href="http://www.wordpress.org">WordPress</a> by uncompressing it into <em>public_html</em>, creating a DataBase using phpmyadmin, and running the install. After that I went to my production wordpress exported the DB, and imported it on the local wordpress. And I&#8217;m done.</p>
<p>As a finally twist I created a git repository of my theme, so i just modify+commit+push, and pull on the main website. Since I can push only when I need or can, this setup is really working for me.</p>
<p>Any further enhancements are welcome, so feel free to drop some suggestions to improve on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/05/04/web-development-improved-ubuntu-workflow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Hardy Heron</title>
		<link>http://www.digitalself.org/2008/04/28/ubuntu-hardy-heron/</link>
		<comments>http://www.digitalself.org/2008/04/28/ubuntu-hardy-heron/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 22:41:50 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/?p=54</guid>
		<description><![CDATA[The Ubuntu Hardy Heron is upon us. It was released last week. I have already been using it for over a month now, all the way back to the first beta releases, and I can say it&#8217;s a well polished ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/suneko/65047881/"><img class="aligncenter size-full wp-image-69" title="heron" src="http://digitalself.org/wp-content/uploads/2008/04/heron.jpg" alt="The Hardy Heron" width="500" height="333" /></a></p>
<p>The Ubuntu Hardy Heron is upon us. It was released <a href="http://fridge.ubuntu.com/node/1409">last week</a>. I have already been using it for over a month now, all the way back to the first beta releases, and I can say it&#8217;s a well polished release, with some new features and usable by beauty and geek alike. For the first time, suspend really works on my laptop (even with a proprietary graphics driver) and that is something to celebrate. Maybe we could have an Ubuntu Release Party next time ?</p>
<p>But, there is a downside to this release: Firefox 3.0 beta 5 is still quite unstable, with several bugs, and particularly bad Flash support. <a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/192888">Bug #192888</a> is particularly nasty and annoying, since you have to trade crashes for lack of sound within flash animations. If you need to use Firefox 3.0, then hold off on the update for a couple of days until an update comes down the apt pipe . Beyond that, another great release by the Ubuntu team.</p>
<p><small>(Foto by <a href="http://www.flickr.com/photos/suneko/">suneko</a> posted at <a href="http://www.flickr.com/photos/suneko/65047881/">Flickr</a>, shared under a <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Creative Commons License</a></small>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/04/28/ubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten</title>
		<link>http://www.digitalself.org/2008/04/10/top-ten/</link>
		<comments>http://www.digitalself.org/2008/04/10/top-ten/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 22:21:29 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My World]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/2008/04/10/top-ten/</guid>
		<description><![CDATA[My top ten looks like this: $ history&#124;awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'&#124;sort -rn&#124;head 161 ls 85 cd 46 vim 33 make 28 clear 21 ll 16 rm 15 svn 14 sudo 10 touch What does ...]]></description>
			<content:encoded><![CDATA[<p>My top ten looks like this:</p>
<pre>
$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
161 ls
85 cd
46 vim
33 make
28 clear
21 ll
16 rm
15 svn
14 sudo
10 touch</pre>
<p>What does your top ten look like ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/04/10/top-ten/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu Hardy Heron &#8211; Spread the word</title>
		<link>http://www.digitalself.org/2008/03/27/ubuntu-hardy-heron-spread-the-word/</link>
		<comments>http://www.digitalself.org/2008/03/27/ubuntu-hardy-heron-spread-the-word/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 20:09:04 +0000</pubDate>
		<dc:creator>alfmatos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.digitalself.org/2008/03/27/ubuntu-hardy-heron-spread-the-word/</guid>
		<description><![CDATA[Shameless plug follows (this is my site, I can do it, if I want to ): You can also do your bit. Take a look at Jono Bacon&#8217;s post and see how.]]></description>
			<content:encoded><![CDATA[<p>Shameless plug follows (this is my site, I can do it, if I want to <img src='http://www.digitalself.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ):</p>
<p><script src="http://www.ubuntu.com/files/countdown/display.js" type="text/javascript"></script></p>
<p>You can also do your bit. Take a look at <a href="http://www.jonobacon.org/wp-trackback.php?p=1166">Jono Bacon&#8217;s</a> post and see how.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalself.org/2008/03/27/ubuntu-hardy-heron-spread-the-word/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
