<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet Ubuntu Users</title>
	<link>http://ubuntuweblogs.org</link>
	<language>en</language>
	<description>Planet Ubuntu Users - http://ubuntuweblogs.org</description>


<item>
	<title>Philip Newborough: Ubuntu On The BBC</title>
	<guid>http://crunchbang.org/archives/2008/05/18/ubuntu-on-the-bbc/</guid>
	<link>http://crunchbang.org/archives/2008/05/18/ubuntu-on-the-bbc/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/phinew.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;In case anyone does not know, the BBC News 24 channel has a technology programme named Click. The &lt;a href=&quot;http://news.bbc.co.uk/1/hi/programmes/click_online/ &quot; title=&quot;BBC - Click&quot;&gt;Click website&lt;/a&gt; describes the show as, &quot;The BBC's flagship technology programme&quot;; so expect a fairly mainstream show featuring technology news and gadget reviews. Anyhow, Andrew kindly reminded me that this week Click contains a special on free [&lt;em&gt;as in beer&lt;/em&gt;] software. &lt;a href=&quot;http://www.ubuntu.com &quot; title=&quot;Ubuntu, Linux for human beings.&quot;&gt;Ubuntu Hardy Heron&lt;/a&gt; and &lt;a href=&quot;http://www.openoffice.org/ &quot; title=&quot;OpenOffice.org&quot;&gt;OpenOffice.org&lt;/a&gt; are clearly spotted in the programme, which has to be a good thing :) If you missed the show, you can &lt;a href=&quot;http://www.bbc.co.uk/iplayer/page/item/b00btrt9.shtml?q=click&amp;amp;start=1&amp;amp;scope=iplayersearch&amp;amp;go=Find+Programmes&amp;amp;version_pid=b00btrr3 &quot; title=&quot;Watch Click with BBC iPlayer.&quot;&gt;watch it online&lt;/a&gt; with the BBC's iPlayer.&lt;/p&gt;

&lt;p&gt;Also, while I am on the subject of the BBC, is it not about time the BBC made their online services more Linux friendly? As a fully paid up license holder I am somewhat frustrated with the BBC's continued support of Windows Media Player and Real Player media formats, neither of which are particularly well supported on Linux. In fact, these days I rarely use the BBC website as it frustrates me so :(&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href=&quot;http://crunchbang.org/tags/advocacy/&quot; title=&quot;Browse all posts tagged with &amp;#8220;advocacy&amp;#8221;&quot;&gt;advocacy&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/bbc/&quot; title=&quot;Browse all posts tagged with &amp;#8220;bbc&amp;#8221;&quot;&gt;bbc&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/rants/&quot; title=&quot;Browse all posts tagged with &amp;#8220;rants&amp;#8221;&quot;&gt;rants&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/ubuntu/&quot; title=&quot;Browse all posts tagged with &amp;#8220;ubuntu&amp;#8221;&quot;&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>

	<pubDate>Sun, 18 May 2008 15:03:32 +0000</pubDate>

</item>

<item>
	<title>Sense Hofstede: Back to old motherboard</title>
	<guid>http://www.qense.nl/?p=97</guid>
	<link>http://www.qense.nl/posts/back-to-old-motherboard/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/sense.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Because I needed access to my harddisk for school I placed my old motherboard back. I just wanted to use my computer and data again and since that wasn&amp;#8217;t going to succeed with my new motherboard(I couldn&amp;#8217;t disable AHCI like someone suggested in my previous post: &lt;a href=&quot;http://www.qense.nl/posts/inactive/&quot; title=&quot;Qense’s blog  » Blog Archive   » Inactive&quot;&gt;Inactive&lt;/a&gt;. Probably because it isn&amp;#8217;t activated at all.). Fortunately I hadn&amp;#8217;t sold it yet and Linux/GNU is really flexible and can cope with the hardware changes. Windows can&amp;#8217;t get near such a good hardware recognition! It should work again now if only I wouldn&amp;#8217;t have overwritten the partition with a fresh Ubuntu installation(which I&amp;#8217;m not using anymore at the moment.). I hope the bug will be fixed very soon, since it&amp;#8217;s such a waste when all this shiny new stuff is just &amp;#8216;collecting dust&amp;#8217; like we say in Dutch. If I find a sollution I&amp;#8217;ll let you know!&lt;/p&gt;</description>

	<pubDate>Sun, 18 May 2008 10:38:12 +0000</pubDate>

</item>

<item>
	<title>Richard Harding: Help free me from Subversion</title>
	<guid>http://mitechie.com/index.php?/archives/325-guid.html</guid>
	<link>http://mitechie.com/index.php?/archives/325-Help-free-me-from-Subversion.html</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/richardh.png&quot; width=&quot;84&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;I've been trying find more and more places to use a distributed version control system in my daily work. I eventually want to move all of my personal svn repos to bzr or hg, but for now I wanted to see if I could use something with work's svn repositories. I've heard that bzr has this &lt;a href=&quot;http://bazaar-vcs.org/BzrForeignBranches/Subversion?action=show&amp;amp;redirect=BzrSvn&quot;&gt;bzr-svn&lt;/a&gt; thing that allows you to work with a svn repo. This seemed ideal. I mean I can't convert stuff for work. I don't want to try to svn co something, add a &lt;code&gt;.bzr&lt;/code&gt; or &lt;code&gt;.hg&lt;/code&gt; dir to it and try to use both systems on a set of code. This bzr-svn seems ideal. You point bzr at a svn repo and it'll check it out. You can work on it, commit, work offline, everything. When you're ready you &lt;code&gt;bzr push&lt;/code&gt; and it commits to the svn repo as one nice changeset. How sweet is this?&lt;/p&gt;

&lt;p&gt;So the couple of tricks go like this. When you checkout a svn repo you might need to prefix the url with &lt;code&gt;svn+&lt;/code&gt;. This gives bzr a hint that this is a svn repo. The first checkout is VERY slow, but it's got to transform all of the changesets so projects with more history will take longer. It makes sense and is a one time deal so it's not too painful. Making changes from there is just normal bzr usage. You've got a bzr repo in your lap. Once you commit your changes and you're ready to submit the changes to the original svn repository you just run &lt;code&gt;bzr push&lt;/code&gt;. The first time you run it you'll have to provide the url you used to check it out, after that it'll do something like 'using saved url xxxx'.&lt;/p&gt;

&lt;p&gt;So now I can managing feature branches locally. It's really a cool idea if you have an existing svn repo and you don't want to have to hand out accounts for creating/merging branches and such. Definitely check it out if you're stuck working with existing subversion repositories. &lt;/p&gt;</description>

	<pubDate>Sun, 18 May 2008 01:48:49 +0000</pubDate>


	<author>nospam@example.com (Rick Harding)</author>


</item>

<item>
	<title>Sense Hofstede: Inactive</title>
	<guid>http://www.qense.nl/?p=96</guid>
	<link>http://www.qense.nl/posts/inactive/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/sense.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Maybe you&amp;#8217;ve wondered why I seemed so away the past few days. That&amp;#8217;s because I&amp;#8217;ve got some new computer parts. And those parts don&amp;#8217;t work like I want them to. I&amp;#8217;ve ordered three things:&lt;/p&gt;
&lt;p&gt;-Motherboard: &lt;a href=&quot;http://www.asus.com/products.aspx?l1=3&amp;amp;l2=149&amp;amp;l3=643&amp;amp;l4=0&amp;amp;model=2102&amp;amp;modelmenu=1&quot; title=&quot;ASUSTeK Computer Inc.&quot;&gt;Asus M3N78-EH&lt;/a&gt;&lt;br /&gt;
-Graphics card: &lt;a href=&quot;http://www.asus.com/products.aspx?l1=2&amp;amp;l2=6&amp;amp;l3=651&amp;amp;l4=0&amp;amp;model=2103&amp;amp;modelmenu=1&quot; title=&quot;ASUSTeK Computer Inc.&quot;&gt;Asus EN9600GT HTDI&lt;/a&gt;&lt;br /&gt;
-PSU: &lt;a href=&quot;http://www.spirecoolers.com/main/product_detail.asp?ProdID=614&quot; title=&quot;SP-ATX-420WTN-PFC-Jewel 420™&quot;&gt;Spire Jewel 420W&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It all started when  wanted a better graphics card than the onboard Geforce 6150. I just bought the Asus EN9600GT for my old &lt;a href=&quot;http://www.asus.com/products.aspx?l1=3&amp;amp;l2=101&amp;amp;l3=296&amp;amp;l4=0&amp;amp;model=1138&amp;amp;modelmenu=1&quot; title=&quot;ASUSTeK Computer Inc.&quot;&gt;Asus M2NPV-VM&lt;/a&gt;. But it ended wrong, like I described here:&lt;a href=&quot;http://www.qense.nl/posts/asus-asus-en9600gt-asus-m2npv-vm-no-signal/&quot;&gt;Asus Asus EN9600GT + Asus M2NPV-VM = no signal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But I ordered it again, but now with a motherboard capable of PCIe 2.0 and a better PSU that has the PCIe plug, so I won&amp;#8217;t have to sacrifice two IDE power plugs. A plus I discovered later was that the new PSU is much more silent than my old &lt;a href=&quot;http://www.qtec.info/products/product.htm.204.html&quot; title=&quot;Q-Tec.info - Products&quot;&gt;Q-Tec Dual Fan Gold 400W&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But after I connected all placed all cards in the slots and all cables in their ports, which went a lot better than my previous motherbord where the 9600GT blocked one of the IDE ports, I discovered that there was some kind of problem. First I thought it was the same as I had with my old motherboard, but updating the BIOS, nor disabling APIC solved it. It just wouldn&amp;#8217;t boot.&lt;/p&gt;
&lt;p&gt;What&amp;#8217;s happening is that it can&amp;#8217;t discover the SATA harddisk good. It does find it, but something times out, it checks again, times out again, until I end up into a BusyBox. Somehow it just can&amp;#8217;t find/mount the harddisk. But it can read the initrd file, which is very strange.&lt;br /&gt;
I wanted to test the computer and installed hardy on an old IDE harddisk, but after that I discovered that the onboard ethernet connection doesn&amp;#8217;t work. I can connect the cable and nm-applet does try to connect, but DHCOFFER times out. The spare PCI ethernet card I tried didn&amp;#8217;t connect the cable at all, so that one&amp;#8217;s probably broken. So I&amp;#8217;ve got no internet, and no data, since my computer is the only computer in the house that supports SATA. I tried to boot Windows, which was installed on the IDE harddisk before I installed Ubuntu on it, but it doesn&amp;#8217;t work. Windows refuses to boot when you change the motherboard and you&amp;#8217;re required to reinstall it.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve reported two bugs describing my problems, but I have no idea of how to download the updates when everything is solved, because the Live CD and the version it provides don&amp;#8217;t work. This are the reports:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/231162&quot; title=&quot;Bug #231162 in linux-meta (Ubuntu): “onboard ethernet M3N78-EH doesn't work”&quot;&gt;bug #231162&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/linux/+bug/231159&quot; title=&quot;Bug #231159 in linux (Ubuntu): “SATA devices don't work with Asus M3N78-EH”&quot;&gt; bug #231159&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the reason that you probably haven&amp;#8217;t seen me for a while now. This computer doesn&amp;#8217;t contain my data nor has an IRC client installed. And I have to share it with my sister and mother. On top of that it runs WIndows XP and thanks to SP3 the nVidia drivers don&amp;#8217;t work anymore, so the screen rendering is very slow.&lt;/p&gt;
&lt;p&gt;I hope to be back as soons as possible, but maybe the only way to do that is to put my old motherboard back! And that would be a waste, so I&amp;#8217;m refusing to do that. :P&lt;/p&gt;
&lt;p&gt;(A question: my graphics card has some kind of thing at the top that looks like the thing that you put into the slot when inserting a PCI(e) card.  I can&amp;#8217;t describe it better, I hope you understand it. ;) I&amp;#8217;m just curious.)&lt;/p&gt;</description>

	<pubDate>Sat, 17 May 2008 18:56:18 +0000</pubDate>

</item>

<item>
	<title>David Thomas: Ubuntu Security Notice another win for Linux.</title>
	<guid>http://dthomasdigital.wordpress.com/?p=164</guid>
	<link>http://dthomasdigital.wordpress.com/2008/05/17/ubuntu-security-notice-another-win-for-linux/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dave.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;What is that I say, a win for Linux? Look now that all the nay-sayers, pundits, and critics  have had a chance to chime in lets look at the big picture. The openssh vulnerability is not something to take lightly and I&amp;#8217;m not it&amp;#8217;s just I think allot of noise was made for something I think was handled much better than any Microsoft vulnerability ever has. Notifications were sent from multiple sources, Canonical made sure Launchpad was protected, and the forums (Ubuntu, Mint, Debian) went into over drive letting everyone know what to do. If it was a Debian based distribution it was made perfectly clear you needed to install the security updates. Friends, family, and colleagues let me know, my local Ubuntu LoCo, and other LUG&amp;#8217;s were all over it too. Once it was known, the openssh vulnerability was  was fixed. I&amp;#8217;ve never seen Microsoft handle anything they way this was. This issue did not make me think Linux was less of a system on the contrary I now know the decision to move to Linux was the right thing to do. Again it&amp;#8217;s the community that really makes Linux shine, we care about each other, or at the very least Linuix users really do believe in if you scratch my back I&amp;#8217;ll scratch yours. Yep, I&amp;#8217;d call that a win.&lt;/p&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/categories/dthomasdigital.wordpress.com/164/&quot; /&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/tags/dthomasdigital.wordpress.com/164/&quot; /&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/dthomasdigital.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/dthomasdigital.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/dthomasdigital.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/dthomasdigital.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/dthomasdigital.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/dthomasdigital.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/dthomasdigital.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/dthomasdigital.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/dthomasdigital.wordpress.com/164/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/dthomasdigital.wordpress.com/164/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=dthomasdigital.wordpress.com&amp;amp;blog=1188022&amp;amp;post=164&amp;amp;subd=dthomasdigital&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</description>

	<pubDate>Sat, 17 May 2008 18:32:56 +0000</pubDate>

</item>

<item>
	<title>Dan Munckton: Working on the Ubuntu PS3 Port</title>
	<guid>http://munckfish.net/blog/?p=87</guid>
	<link>http://munckfish.net/blog/archive/2008/05/17/working-on-the-ubuntu-ps3-port/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/danm.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;I am relatively new to the Ubuntu PS3 Port team. I joined about a month before Hardy was released when I was told by &lt;a href=&quot;https://launchpad.net/~gouki&quot;&gt;Gouki&lt;/a&gt; that there really wasn&amp;#8217;t any development happening on it because it was a community maintained port just like the PowerPC port now is too. I just felt I had to do something - &lt;a href=&quot;http://munckfish.net/blog/archive/2008/02/15/linux-on-playstation-3/&quot;&gt;Ubuntu on the PlayStation3 is just too compelling for me&lt;/a&gt; to sit back and watch it bit-rot!&lt;/p&gt;
&lt;p&gt;One of the first things that needed doing was to &lt;a href=&quot;https://bugs.launchpad.net/ubuntu-ps3-port/+bug/146230&quot;&gt;update the bootloader&lt;/a&gt; (otheros.bld) as the old Gutsy one wasn&amp;#8217;t able to boot Hardy&amp;#8217;s kernel. Once this was achieved (thanks to some great mentoring by a very busy &lt;a href=&quot;https://launchpad.net/~kamion&quot;&gt;Colin Watson&lt;/a&gt; and others) I was able to upgrade to Hardy and start fire-fighting.&lt;/p&gt;
&lt;p&gt;Unfortunately we weren&amp;#8217;t able to fix things in time for Hardy&amp;#8217;s first release. &lt;a href=&quot;https://bugs.launchpad.net/ubuntu-ps3-port/+bug/217647&quot;&gt;X was crashing&lt;/a&gt; and &lt;a href=&quot;https://bugs.launchpad.net/ubuntu-ps3-port/+bug/219424&quot;&gt;trying to choose the wrong video driver&lt;/a&gt; (both now fixed), and &lt;a href=&quot;https://bugs.launchpad.net/ubuntu-ps3-port/+bug/220524&quot;&gt;the Kernel (still) has a memory allocation problem&lt;/a&gt; (fix on the way). There are &lt;a href=&quot;https://bugs.launchpad.net/ubuntu-ps3-port/+bugs&quot;&gt;various other problems&lt;/a&gt; waiting to be resolved, and a few &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuPS3/SuggestionBox&quot;&gt;suggested features&lt;/a&gt; too, but we&amp;#8217;ll get to them all in good time.&lt;/p&gt;
&lt;p&gt;Although initially the plan was to try and have an installable/usable Hardy by 8.04.1 in July, I think focus will probably be on Intrepid from now on. Getting fixes back into critical components such as the kernel and X for Hardy in time would be tough as this is considered an &amp;#8220;unmaintained port&amp;#8221; in Hardy.&lt;/p&gt;
&lt;p&gt;So far working on this project has been a great experience for me. I am gaining a very broad knowledge of all aspects of how Ubuntu works, and also how Linux works on the PS3. I highly recommend any folks who are using Ubuntu on PS3 and have Debian/Ubuntu dev experience please jump on the &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-cell&quot;&gt;development mailing list&lt;/a&gt; and look out for ways to contribute.&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-cell/2008-May/000073.html&quot;&gt;status update&lt;/a&gt; has just been posted to the dev list today. I&amp;#8217;ve tried to outline as best as I can the current state of the project.&lt;/p&gt;
&lt;p&gt;Thanks to everyone &lt;a href=&quot;https://ozlabs.org/mailman/listinfo/cbe-oss-dev&quot;&gt;upstream&lt;/a&gt;, downstream (&lt;a href=&quot;https://launchpad.net/~ubuntu-ps3-dev&quot;&gt;ubuntu-ps3-dev&lt;/a&gt;, &lt;a href=&quot;https://launchpad.net/~ubuntu-x-swat&quot;&gt;ubuntu-x&lt;/a&gt;, &lt;a href=&quot;https://wiki.ubuntu.com/KernelTeam&quot;&gt;kernel-team&lt;/a&gt;), and in the community who has helped out so far!&lt;/p&gt;</description>

	<pubDate>Sat, 17 May 2008 14:15:44 +0000</pubDate>

</item>

<item>
	<title>Tibun Beings: Debian Live USB</title>
	<guid>http://tibun.livejournal.com/1281.html</guid>
	<link>http://tibun.livejournal.com/1281.html</link>

<description>Today I decided to install GNU/Linux on a pen drive, and after some looking around I decided to go with an easy solution. I didn't want to create anything new, just test drive a distribution running on a flash disk. &lt;br /&gt;&lt;br /&gt;After a couple of searches I found &lt;a href=&quot;http://www.pendrivelinux.com/&quot;&gt;http://www.pendrivelinux.com/&lt;/a&gt;, which is a great site with tutorials on how to run several distributions on a pen drive, including, but no limited to, Debian and Ubuntu. Image running a full Ubuntu install on a &lt;a href=&quot;http://images.google.com/images?hl=en&amp;amp;q=sony+micro+vault&amp;amp;btnG=Search+Images&amp;amp;gbv=2&quot;&gt;Sony Micro Vault&lt;/a&gt;; it doesn't get better than that.&lt;br /&gt;&lt;br /&gt;After some digging around I decided to give their .IMG a try, which includes Debian with Gnome. No add-ons. Just the operating system with the desktop environment. After following the &lt;a href=&quot;http://www.pendrivelinux.com/2007/05/16/usb-pendrivelinux-install-tutorial/&quot;&gt;tutorial&lt;/a&gt; I had a bootable USB disk with 'live persistent' boot option, so that changes are saved.&lt;br /&gt;&lt;br /&gt;The next step is to remaster Ubuntu 8.04, remove and install some software, and have a custom 'remastered' Ubuntu version for the USB pen drive.</description>

	<pubDate>Fri, 16 May 2008 20:34:28 +0000</pubDate>

</item>

<item>
	<title>Tom Dryer: Test Drive Flash Player 10 Beta in Ubuntu</title>
	<guid>http://tombuntu.com/index.php/2008/05/16/test-drive-flash-player-10-beta-in-ubuntu/</guid>
	<link>http://tombuntu.com/index.php/2008/05/16/test-drive-flash-player-10-beta-in-ubuntu/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dryer.png&quot; width=&quot;92&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Adobe has released the &lt;a href=&quot;http://labs.adobe.com/technologies/flashplayer10/&quot;&gt;Flash Player 10 Beta&lt;/a&gt; simultaneously for Linux, Mac, and Windows. This version includes performance improvements, new 3D transformations, Adobe Pixel Bender filters, streaming video improvements, and new text layout capabilities.&lt;/p&gt;
&lt;p&gt;Websites very likely won&amp;#8217;t be taking advantage of these new features until the stable release is out, so Adobe has &lt;a href=&quot;http://labs.adobe.com/technologies/flashplayer10/demos/index.html&quot;&gt;a page of demos&lt;/a&gt; you can try.&lt;/p&gt;
&lt;p&gt;Two large complaints about Flash on Linux are fullscreen video and 64-bit support. Neither have been resolved in this release. Playback of fullscreen video (which causes low framerates and high CPU usage) seems to be only slightly improved. I have found that there is a general performance increase.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://tombuntu.com/wp-content/uploads/2008/05/flashplayer10.jpg&quot; alt=&quot;Flash Player 10 3D effect&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you want to try Flash Player 10 you can &lt;a href=&quot;http://labs.adobe.com/downloads/flashplayer10.html&quot;&gt;download and install it&lt;/a&gt; yourself, but here are some terminal commands that you can copy and paste to get going quickly:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Remove your existing Flash plugin, if you have one installed. This command will remove Flash 9 if you installed it from Ubuntu&amp;#8217;s repository:&lt;br /&gt;
&lt;code&gt;sudo apt-get remove flashplugin-nonfree&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Download and extract the Flash Player 10 Beta to your home directory:&lt;br /&gt;
&lt;code&gt;wget -O - http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_install_linux_051508.tar.gz | tar xz -C ~&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;The user plugins folder may not exist yet, try to create it but ignore any errors if the directory already exists:&lt;br /&gt;
&lt;code&gt;mkdir ~/.mozilla/plugins/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Copy the Flash plugin the the Firefox plugins directory to install it:&lt;br /&gt;
&lt;code&gt;cp ~/install_flash_player_10_linux/libflashplayer.so ~/.mozilla/plugins/libflashplayer.so&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Remove the directory that was downloaded (if you get a warning about deleting a write-protected file, press y and Enter to continue):&lt;br /&gt;
&lt;code&gt;rm -r ~/install_flash_player_10_linux&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Restart Firefox to enable the new plugin.&lt;/p&gt;
&lt;p&gt;And here&amp;#8217;s how to uninstall it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Remove the new plugin:&lt;br /&gt;
&lt;code&gt;rm ~/.mozilla/plugins/libflashplayer.so&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Reinstall Flash 9 from the repositories (if you wish):&lt;br /&gt;
&lt;code&gt;sudo apt-get install flashplugin-nonfree&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=ji5Hyh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=ji5Hyh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=aDuABh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=aDuABh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=PFaiuh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=PFaiuh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=CXWwMh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=CXWwMh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>

	<pubDate>Fri, 16 May 2008 17:00:58 +0000</pubDate>

</item>

<item>
	<title>Nick Bauermeister: Compiz-Check 0.4 released</title>
	<guid>http://forlong.blogage.de/article/2008/5/16/Compiz-Check-04-released</guid>
	<link>http://forlong.blogage.de/article/2008/5/16/Compiz-Check-04-released</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/bauer.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;a href=&quot;http://forlong.blogage.de/article/pages/Compiz-Check&quot;&gt;&lt;img src=&quot;http://blogage.de/files/3403/image?compiz-check.png&quot; /&gt;&lt;/a&gt;
&lt;p&gt;I have just released another version of &lt;a href=&quot;http://forlong.blogage.de/article/pages/Compiz-Check&quot;&gt;Compiz-Check&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The changes from 0.3 to 0.4 were too many to post them in the Changelog section of the project's homepage, so I decided to post them on a separate blog entry.&lt;/p&gt;

&lt;h2&gt;&lt;br /&gt;What's new&lt;/h2&gt;

&lt;p&gt;The Script has not changed visually, but has gotten a makeover &quot;under the hood&quot;. Various parts have been rewritten or generally enhanced.&lt;/p&gt;

&lt;p&gt;Additionally, there are some new checks introduced in this version:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Check if more than one graphics card is in use
&lt;li&gt;Check for more than one running X server
&lt;li&gt;Check if xcompmgr is in use
&lt;li&gt;Check if Xfce's compositor is in use
&lt;li&gt;Check if &quot;Composite&quot; has been disabled in the xorg.conf
&lt;li&gt;Check if a driver not on the whitelist is able to run Compiz&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Other enhancements and bugfixes include:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Made the script (even) more distribution independent, e.g.
&lt;ul&gt;&lt;li&gt;Extended $PATH at the beginning of the script
&lt;li&gt;Various workarounds for commands not found on any system&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;Enhanced distro detection (more distros and versions)
&lt;li&gt;KDE4 detection
&lt;li&gt;More (clearly explained) error descriptions, e.g.
&lt;ul&gt;&lt;li&gt;Error message for virtual machines
&lt;li&gt;Error message for missing rendering method&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;Additional status (SKIP) to make errors less confusing
&lt;li&gt;More (optional) error fixes inside the script, e.g.
&lt;ul&gt;&lt;li&gt;Killing xcompmgr
&lt;li&gt;Restarting Xfwm without its compositor
&lt;li&gt;Explanation how to enable the composite extension&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;&lt;br /&gt;Feedback&lt;/h2&gt;

&lt;p&gt;Because of the number of changes, I'd like to use the opportunity to set this straight:&lt;/p&gt;

&lt;p&gt;It would be impossible for me to test the script on every possible Linux install out there (let alone hardware setups), so I am reliant on your feedback.&lt;/p&gt;

&lt;p&gt;Please report any issues back to me that you (or fellow users of your forum/blog) encounter with Compiz-Check.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Those bugs won't solve themselves, if I don't know about them.&lt;/strong&gt;&lt;/p&gt;

&lt;br /&gt;</description>

	<pubDate>Fri, 16 May 2008 14:26:14 +0000</pubDate>

</item>

<item>
	<title>Tibun Beings: New weblog (update)</title>
	<guid>http://tibun.livejournal.com/711.html</guid>
	<link>http://tibun.livejournal.com/711.html</link>

<description>I didn't feel like hosting my own weblog so I decided to change to Live Journal, which I've heard good things about. Wordpress is too Web 2.0 for me, so I think Live Journal will work. The problem is all these advertisements ... Damn, can't a site live without these intrusive things?&lt;br /&gt;&lt;br /&gt;The domain name I was using for the weblog, &lt;b&gt;debianubuntu.org&lt;/b&gt;, is available, and I'm looking for opinions on what to do with it. Any thoughts?&lt;br /&gt;&lt;br /&gt;P.S.: Comments now open; Sorry, I'm still trying to figure all this out.</description>

	<pubDate>Fri, 16 May 2008 04:19:24 +0000</pubDate>

</item>

<item>
	<title>Tom Dryer: Extending the Gedit Text Editor with Plugins</title>
	<guid>http://tombuntu.com/index.php/2008/05/15/extending-the-gedit-text-editor-with-plugins/</guid>
	<link>http://tombuntu.com/index.php/2008/05/15/extending-the-gedit-text-editor-with-plugins/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dryer.png&quot; width=&quot;92&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;GNOME&amp;#8217;s default text editor, &lt;a href=&quot;http://www.gnome.org/projects/gedit/&quot;&gt;Gedit&lt;/a&gt;, includes a powerful plugin system similar to Firefox&amp;#8217;s. There are useful plugins available for both programmers and regular users.&lt;/p&gt;
&lt;p&gt;Enable, disable, and configure plugins from the &lt;em&gt;Plugins&lt;/em&gt; tab in Gedit&amp;#8217;s preferences dialog. There&amp;#8217;s no need to restart Gedit, plugins are enabled immediately.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://tombuntu.com/wp-content/uploads/2008/05/geditplugins.jpg&quot; alt=&quot;Gedit Plugins&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A small selection of plugins are installed by default with Gedit, and some are also even enabled. Here&amp;#8217;s a few from the default selection to try:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;External Tools&lt;/strong&gt; - Let&amp;#8217;s you run add items to the &lt;em&gt;Tools&lt;/em&gt; menu that can run any commands you want that can also interact with your document. After enabling the plugin, click the &lt;em&gt;Configure Plugin&lt;/em&gt; button to set up your new tools. Click the &lt;em&gt;Help&lt;/em&gt; button for an explanation of how to write the commands.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;File Browser Pane&lt;/strong&gt; - Adds a simple file browser to the side pane. Show the side pane by selecting &lt;em&gt;View-&gt;Side Pane&lt;/em&gt;. Switch between the standard side pane and the browser using the small tabs at the bottom. This plugin is good if you are working with a collection of files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Python Console&lt;/strong&gt; - Adds the interactive python console to the bottom pane (&lt;em&gt;View-&gt;Bottom Pane&lt;/em&gt; to show it.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Snippets&lt;/strong&gt; - Insert commonly used pieces of text using a hotkey or a code that expands after pressing tab. Click the &lt;em&gt;Configure Plugin&lt;/em&gt; button to open the editor. You can add different snippets depending on what programming language Gedit has detected.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There a whole bunch more plugins in an easily-installable package. Install it from the package &lt;a href=&quot;apt:gedit-plugins&quot;&gt;gedit-plugins&lt;/a&gt; (click the link to install), or by running the command below in your terminal:&lt;br /&gt;
&lt;code&gt;sudo apt-get install gedit-plugins&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Here are a few that are available after installing that package:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Colour Picker&lt;/strong&gt; - If you have done any web design, you probably have worked with hexadecimal colour codes by pasting them from an image editor. This plugin adds the &lt;em&gt;Tools-&gt;Pick Color&lt;/em&gt; item, which opens GNOME&amp;#8217;s colour picking dialog and pastes the hexadecimal code into the document. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Embedded Terminal&lt;/strong&gt; - Like the Python Console plugin, but provides a complete terminal.&lt;br /&gt;
&lt;img src=&quot;http://tombuntu.com/wp-content/uploads/2008/05/geditterminal.jpg&quot; alt=&quot;Gedit Embedded Terminal&quot; /&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Session Saver&lt;/strong&gt; - From &lt;em&gt;File-&gt;Saved Sessions&lt;/em&gt; you will be able to save Gedit&amp;#8217;s state and reload it. This is nice for getting restarted quickly on a project requiring multiple documents open at once.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are &lt;a href=&quot;http://live.gnome.org/Gedit/Plugins#third_party&quot;&gt;many more plugins available&lt;/a&gt; that must be manually installed. Installation instructions may vary, but most of the time you will need to put the plugin&amp;#8217;s files in &lt;em&gt;~/.gnome2/gedit/plugins&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://live.gnome.org/Gedit/Plugins&quot;&gt;Gedit plugins page&lt;/a&gt; has a list of all the available plugins and documentation.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=Aa3ich&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=Aa3ich&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=DR3rZh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=DR3rZh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=Z8DOxh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=Z8DOxh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=cCAMVh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=cCAMVh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>

	<pubDate>Thu, 15 May 2008 17:00:47 +0000</pubDate>

</item>

<item>
	<title>Jean Baptiste: The SSL/SSH disaster</title>
	<guid>http://www.phocean.net/?p=106</guid>
	<link>http://www.phocean.net/?p=106</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/jean.png&quot; width=&quot;74&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Due to the recent security hole discovered in Debian, which has also concerned various distributions - of course including Ubuntu - for 2 years, I simply closed all my SSH and OpenVPN accesses.&lt;/p&gt;
&lt;p&gt;I have had no time so far to check all the keys on my server. I prefer to stay on the safe side, though I have some reason to believe that my keys might not be so vulnerable : I generated them a long time ago, maybe before the Debian maintainer sad mistake.&lt;/p&gt;
&lt;p&gt;It is going to be pretty easy now, for those who are motivated, to get access to the ssh server running keys generated during the 2 last years&amp;#8230;&lt;/p&gt;
&lt;p&gt;I recommend &lt;a title=&quot;ssl and ssh weakness&quot; href=&quot;http://blog.drinsama.de/erich/en/linux/2008051401-consequences-of-sslssh-weakness.html&quot; target=&quot;_blank&quot;&gt;this article&lt;/a&gt; which summarize pretty well the situation. You may also use &lt;a title=&quot;downkd.pl&quot; href=&quot;http://security.debian.org/project/extra/dowkd/dowkd.pl.gz&quot;&gt;this tool&lt;/a&gt;, which checks if your keys are vulnerable :&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
#  perl dowkd.pl file ~/.ssh/*.pub&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It find it funny to think that I chose to use certificates for security (avoiding brute force attacks).&lt;br /&gt;
What&amp;#8217;s less funny is the pure disaster for the reputation of Debian.&lt;/p&gt;
&lt;p&gt;I already noticed in the past that some companies switched their servers from Debian to Red Hat because of such security problems. They claimed about some security holes being patch much too slowly and about the lack of official support to rely on in such a crisis.&lt;br /&gt;
This kind of news is not going to enforce trust from companies.&lt;/p&gt;
&lt;p&gt;I myself will think twice in the future about what system to use when I design my networks.&lt;/p&gt;</description>

	<pubDate>Thu, 15 May 2008 16:23:22 +0000</pubDate>

</item>

<item>
	<title>David Thomas: Is Splashtop the future of computing?</title>
	<guid>http://dthomasdigital.wordpress.com/?p=163</guid>
	<link>http://dthomasdigital.wordpress.com/2008/05/15/is-splashtop-the-future-of-computing/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dave.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;So just what is &lt;a href=&quot;http://www.splashtop.com&quot;&gt;Splashtop&lt;/a&gt;? It&amp;#8217;s an embedded version of Linux that can be contained on a flash-based chip somewhere on the motherboard or on a special partition on your hard-drive.  The  goal is to have you up and doing things seconds after you push your power button.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blog.wired.com/photos/uncategorized/2007/10/08/splashtop.jpg&quot; alt=&quot;&quot; width=&quot;250&quot; height=&quot;225&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Sounds like a great idea and it looks like &lt;a href=&quot;http://www.splashtop.com/get.php&quot;&gt;ASUS&lt;/a&gt; is starting to ship motherboards with this technology today.&lt;/p&gt;
&lt;p&gt;I sure wish they had a Live CD or something so we could play around with it. It really is a great idea, another one of those why didn&amp;#8217;t I think of that products.&lt;/p&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/categories/dthomasdigital.wordpress.com/163/&quot; /&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/tags/dthomasdigital.wordpress.com/163/&quot; /&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/dthomasdigital.wordpress.com/163/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/dthomasdigital.wordpress.com/163/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/dthomasdigital.wordpress.com/163/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/dthomasdigital.wordpress.com/163/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/dthomasdigital.wordpress.com/163/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/dthomasdigital.wordpress.com/163/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/dthomasdigital.wordpress.com/163/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/dthomasdigital.wordpress.com/163/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/dthomasdigital.wordpress.com/163/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/dthomasdigital.wordpress.com/163/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=dthomasdigital.wordpress.com&amp;amp;blog=1188022&amp;amp;post=163&amp;amp;subd=dthomasdigital&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</description>

	<pubDate>Thu, 15 May 2008 15:44:33 +0000</pubDate>

</item>

<item>
	<title>David Thomas: Back from vacation at Disney World and Tux Racer is all over.</title>
	<guid>http://dthomasdigital.wordpress.com/?p=162</guid>
	<link>http://dthomasdigital.wordpress.com/2008/05/14/back-from-vacation-at-disney-world-and-tux-racer-is-all-over/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dave.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;So I&amp;#8217;m back form vacation and what did I see Tux Racer at every Arcade in the Parks. That&amp;#8217;s right an Arcade version of our favorite bird&amp;#8230;.and it sure was fun to play.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/077/7770/7770f4.png&quot; alt=&quot;&quot; width=&quot;320&quot; height=&quot;240&quot; /&gt;&lt;/p&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/categories/dthomasdigital.wordpress.com/162/&quot; /&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/tags/dthomasdigital.wordpress.com/162/&quot; /&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/dthomasdigital.wordpress.com/162/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/dthomasdigital.wordpress.com/162/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/dthomasdigital.wordpress.com/162/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/dthomasdigital.wordpress.com/162/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/dthomasdigital.wordpress.com/162/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/dthomasdigital.wordpress.com/162/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/dthomasdigital.wordpress.com/162/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/dthomasdigital.wordpress.com/162/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/dthomasdigital.wordpress.com/162/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/dthomasdigital.wordpress.com/162/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=dthomasdigital.wordpress.com&amp;amp;blog=1188022&amp;amp;post=162&amp;amp;subd=dthomasdigital&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</description>

	<pubDate>Wed, 14 May 2008 19:26:19 +0000</pubDate>

</item>

<item>
	<title>Tom Dryer: Convert DVDs for iPhone or iPod Touch with HandBrakeCLI</title>
	<guid>http://tombuntu.com/index.php/2008/05/14/convert-dvds-for-iphone-or-ipod-touch-with-handbrakecli/</guid>
	<link>http://tombuntu.com/index.php/2008/05/14/convert-dvds-for-iphone-or-ipod-touch-with-handbrakecli/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dryer.png&quot; width=&quot;92&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;I&amp;#8217;m close to my goal of being able to manage my iPod Touch completely without iTunes on Ubuntu. &lt;a href=&quot;http://handbrake.fr/&quot;&gt;HandBrakeCLI&lt;/a&gt; (HandBrake&amp;#8217;s command line interface) for Linux encodes excellent quality video, and although it runs in the terminal is simple to use. &lt;/p&gt;
&lt;p&gt;Previously I was successful in converting DVDs for playback on my iPod using &lt;a href=&quot;http://tombuntu.com/index.php/2008/01/01/convert-dvds-for-your-ipod-touchiphone-with-handbrakegtk/&quot;&gt;the HandBrakeGTK GUI&lt;/a&gt;, which doesn&amp;#8217;t install in Ubuntu 8.04, has broken presets, and has now been abandoned. &lt;/p&gt;
&lt;p&gt;I haven&amp;#8217;t found a Ubuntu package for HandBrakeCLI, but this isn&amp;#8217;t a problem as the program is a single executable file available from &lt;a href=&quot;http://handbrake.fr/?article=download&quot;&gt;HandBrake&amp;#8217;s downloads page&lt;/a&gt;. You can download and extract it yourself, or follow these instructions in the terminal:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the latest version of HandBrakeCLI for Linux. This command will download and extract version 0.9.2 (the latest as I write this):&lt;br /&gt;
&lt;code&gt;wget -O - http://handbrake.fr/rotation.php?file=HandBrake-0.9.2_i386.tar.gz | tar xz -C ~&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Mark the file as executable:&lt;br /&gt;
&lt;code&gt;chmod +x ~/HandBrakeCLI&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Move the HandBrakeCLI executable to &lt;em&gt;/usr/bin&lt;/em&gt; to install it (will ask for your password):&lt;br /&gt;
&lt;code&gt;sudo mv ~/HandBrakeCLI /usr/bin&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now you should be able to run HandBrakeCLI system-wide. &lt;/p&gt;
&lt;p&gt;Before you can convert a DVD, first you need to be able to play it. If the DVD is encrypted and you haven&amp;#8217;t set up playback of encrypted DVDs in Ubuntu, see &lt;a href=&quot;http://tombuntu.com/index.php/2008/05/13/enable-commercial-dvd-playback-in-ubuntu/&quot;&gt;my post on this topic&lt;/a&gt; before proceeding.&lt;/p&gt;
&lt;p&gt;HandBrakeCLI&amp;#8217;s presets mean it&amp;#8217;s pretty simple to create a video that will play on the iPod Touch/iPhone. Here&amp;#8217;s the most basic command:&lt;br /&gt;
&lt;code&gt;HandBrakeCLI -i /media/cdrom -o mymovie.mp4 --preset=&quot;iPhone / iPod Touch&quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And here&amp;#8217;s an explanation of what&amp;#8217;s going on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;-i /media/cdrom&lt;/code&gt;Selects the input source, in most cases this will be your disk drive.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-o mymovie.mp4&lt;/code&gt;The output file.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--preset=&quot;iPhone / iPod Touch&quot;&lt;/code&gt;The preset to use, see &lt;a href=&quot;http://trac.handbrake.fr/wiki/BuiltInPresets&quot;&gt;this wiki page&lt;/a&gt; for more presets.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is my preferred command at the moment:&lt;br /&gt;
&lt;code&gt;HandBrakeCLI -i /media/cdrom -o mymovie.mp4 --preset=&quot;iPhone / iPod Touch&quot; --longest -b 256&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Here I have added a more few options: &lt;em&gt;longest&lt;/em&gt; to make sure the longest segment of video is the one I am encoding, &lt;strike&gt;&lt;em&gt;markers&lt;/em&gt; to make it so I can browse chapters on my iPod (doesn&amp;#8217;t seem to work)&lt;/strike&gt; ([&lt;strong&gt;update&lt;/strong&gt;] markers are included in the preset), and &lt;em&gt;b 256&lt;/em&gt; to override the bit-rate to a much lower value. These settings result in reasonable quality and shrink a two and three quarter hour movie to under half a gigabyte.&lt;/p&gt;
&lt;p&gt;Once you let HandBrake go, it should work until you see the &lt;em&gt;Rip done!&lt;/em&gt; message. This will take some time depending on your CPU (multi-cores are used) and DVD drive speed. &lt;/p&gt;
&lt;p&gt;The HandBrake wiki has a good page with more information about the CLI:&lt;br /&gt;
&lt;a href=&quot;http://trac.handbrake.fr/wiki/CLIGuide&quot;&gt;http://trac.handbrake.fr/wiki/CLIGuide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you haven&amp;#8217;t got your iPhone/iPod Touch syncing in Linux, I&amp;#8217;ve got &lt;a href=&quot;http://tombuntu.com/index.php/2008/04/21/wirelessly-sync-an-iphone-or-ipod-touch-with-ubuntu/&quot;&gt;a post for this&lt;/a&gt;. Want to encode non-DVD video for your iPhone? I&amp;#8217;ve got &lt;a href=&quot;http://tombuntu.com/index.php/2008/04/22/encode-video-for-the-ipod-touch-or-iphone/&quot;&gt;a guide for this as well&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=Q5111h&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=Q5111h&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=shGbUh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=shGbUh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=UYlhXh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=UYlhXh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=YteEqh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=YteEqh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>

	<pubDate>Wed, 14 May 2008 17:00:18 +0000</pubDate>

</item>

<item>
	<title>Tiago Sousa: Updates</title>
	<guid>http://tiagoboldt.net/blog/?p=229</guid>
	<link>http://tiagoboldt.net/blog/updates/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/tsousa.png&quot; width=&quot;85&quot; height=&quot;117&quot; alt=&quot;&quot;&gt;&lt;p&gt;After a long time without time, I&amp;#8217;ve finally managed to update my Wordpress installation and theme. It&amp;#8217;s now using the latest 2.5.1 and, I think, it looks neat:)&lt;/p&gt;
&lt;p&gt;Also, after testing my SSH keys, I&amp;#8217;ve found out that they were &lt;a href=&quot;http://lists.debian.org/debian-security-announce/2008/msg00152.html&quot;&gt;vulnerable&lt;/a&gt; due to a patch in Debian, which made the random number generator guesseable. If you&amp;#8217;re running a ssh-server, in a Debian-based distribution, you should test if your keys are compromised.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sharethis.com/item?&amp;amp;wp=2.5.1&amp;amp;publisher=0dc5d53f-68ee-4b41-99e1-77a2c7ea32d8&amp;amp;title=Updates&amp;amp;url=http%3A%2F%2Ftiagoboldt.net%2Fblog%2Fupdates%2F&quot;&gt;ShareThis&lt;/a&gt;&lt;/p&gt;</description>

	<pubDate>Wed, 14 May 2008 14:28:58 +0000</pubDate>

</item>

<item>
	<title>Philip Newborough: I am not superstitious, but…</title>
	<guid>http://crunchbang.org/archives/2008/05/14/i-am-not-superstitious-but-dot-dot-dot-/</guid>
	<link>http://crunchbang.org/archives/2008/05/14/i-am-not-superstitious-but-dot-dot-dot-/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/phinew.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;I am not overly &lt;a href=&quot;http://www.flickr.com/photos/lolliedotcom/204164127/ &quot; title=&quot;I may not be superstitious, but I still would not eat one of these!&quot;&gt;superstitious&lt;/a&gt;, I have been known to walk under ladders, but yesterday had to be the 13th. It may not have been a Friday, but it was definitely the 13th. I know this because everything I touched exploded in my face, a slight exaggeration maybe, but seriously, if it could have gone wrong, it did go wrong. Even simple operations like &lt;a href=&quot;http://crunchbang.org/archives/2008/05/13/brightness-gtk-theme/#usercomments &quot; title=&quot;Doh!&quot;&gt;creating tarballs&lt;/a&gt; was too much for me. My only consoling thought during my many mishaps was the fact that I was not suffering alone.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.zeldman.com/2008/05/13/a-list-apart-saved-from-the-deep/ &quot; title=&quot;Blimey! Well saved that man.&quot;&gt;Some people&lt;/a&gt; blamed their &lt;a href=&quot;http://www.dict.org/bin/Dict?Form=Dict1&amp;amp;Strategy=*&amp;amp;Database=*&amp;amp;Query=boob &quot; title=&quot;Stop sniggering.&quot;&gt;boobs&lt;/a&gt; on magic, disturbances in the force and warps [&lt;em&gt;glitches, surely?&lt;/em&gt;] in the Matrix:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Due to an almost magical series of administrative, record-keeping, and usability errors, the domain registration for &lt;a href=&quot;http://crunchbang.org/feed/ubuntu/&quot; title=&quot;A List Apart - for people that make websites.&quot;&gt;A List Apart&lt;/a&gt; momentarily lapsed this morning.&lt;/p&gt;
  
  &lt;p&gt;It was like a disturbance in the Force, or a warp in the Matrix.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;http://www.ubuntu.com/ &quot; title=&quot;Ubuntu, Linux for human beings.&quot;&gt;Others&lt;/a&gt; held their hands up, admitted to &lt;a href=&quot;http://www.ubuntu.com/usn/usn-612-2 &quot; title=&quot;Ubuntu Security Notice USN-612-2 - openssh vulnerability&quot;&gt;a serious problem&lt;/a&gt; and got on with the job of correcting it. Some people started throwing muck, while &lt;a href=&quot;http://ubuntu-tutorials.com/2008/05/13/openssh-openssh-vulnerabilities-confirm-fix-instructions/ &quot; title=&quot;OpenSSL and OpenSSH Vulnerabilities : Confirm and Fix Instructions&quot;&gt;others helped out in a more constructive manner&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Of course, all of this nonsense pales into insignificance when you think about &lt;a href=&quot;http://news.bbc.co.uk/1/hi/world/asia-pacific/7399004.stm &quot; title=&quot;Two disasters, contrasting reactions.&quot;&gt;what is happening in meatspace&lt;/a&gt;. Still, yesterday was the 13th, I am glad today is the 14th.&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href=&quot;http://crunchbang.org/tags/13th/&quot; title=&quot;Browse all posts tagged with &amp;#8220;13th&amp;#8221;&quot;&gt;13th&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/boobs/&quot; title=&quot;Browse all posts tagged with &amp;#8220;boobs&amp;#8221;&quot;&gt;boobs&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/life/&quot; title=&quot;Browse all posts tagged with &amp;#8220;life&amp;#8221;&quot;&gt;life&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/ubuntu/&quot; title=&quot;Browse all posts tagged with &amp;#8220;ubuntu&amp;#8221;&quot;&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>

	<pubDate>Wed, 14 May 2008 09:09:00 +0000</pubDate>

</item>

<item>
	<title>Sense Hofstede: SSH keys</title>
	<guid>http://www.qense.nl/?p=95</guid>
	<link>http://www.qense.nl/posts/ssh-keys/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/sense.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;There is a lot of talking and blogging in the Debian and Ubuntu community about &lt;a href=&quot;http://www.ubuntu.com/usn/usn-612-1&quot;&gt;USN-612-1&lt;/a&gt;. It turned out that the random number generator from openssl isn&amp;#8217;t that random.&lt;/p&gt;
&lt;p&gt;I followed the intructions in this post: &lt;a href=&quot;http://daviey.mooo.com/ubuntu/weak-ssh-key.html&quot;&gt;Weak SSH key?&lt;/a&gt; I found at the Ubuntu Planet to test if my keys were weak. But the commands in that post never returned anything, so I assumed that my key wasn&amp;#8217;t vulnerable. But when I went to Launchpad to disable my other SSH key that I can&amp;#8217;t check at the moment I found out that all my keyes were removed. When I asked at #launchpad @ freenode if all keys were removed I was told that only vulnerable keys were removed. So I checked the script for other commands and &lt;em&gt;./dowkd.pl &lt;/em&gt;indeed did gave a list of possible commands. When I ran &lt;em&gt;./dowkd.pl user&lt;/em&gt; the script did return that my key was vulnerable.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve removed the content from ~/.ssh and am currently generating a new key. I hope this issue won&amp;#8217;t cause any big problems in the future.&lt;/p&gt;</description>

	<pubDate>Tue, 13 May 2008 18:40:18 +0000</pubDate>

</item>

<item>
	<title>Tom Dryer: Enable Commercial DVD Playback in Ubuntu</title>
	<guid>http://tombuntu.com/index.php/2008/05/13/enable-commercial-dvd-playback-in-ubuntu/</guid>
	<link>http://tombuntu.com/index.php/2008/05/13/enable-commercial-dvd-playback-in-ubuntu/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dryer.png&quot; width=&quot;92&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Like Adobe Flash and proprietary media formats, playback of encrypted DVDs is something that Ubuntu can&amp;#8217;t distribute in the default desktop. Adding support for playing your commercial DVD videos in Ubuntu isn&amp;#8217;t a difficult task.&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s a script included in Ubuntu that can install software for decrypting DVDs, run it by pasting the line below into your terminal:&lt;br /&gt;
&lt;code&gt;sudo /usr/share/doc/libdvdread3/install-css.sh&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If all went well, that script should have downloaded and installed the &lt;em&gt;libdvdcss2&lt;/em&gt; package for you. &lt;/p&gt;
&lt;p&gt;Whenever you insert a DVD, the Totem Movie Player should launch and begin playing the disk. Unfortunately, Totem makes a really poor DVD player as it does not support DVD menus. It&amp;#8217;s possible to install a different back-end for Totem to play DVD menus, but I just like to use the VLC media player instead. I&amp;#8217;ve found that VLC does a fantastic job with DVDs.&lt;/p&gt;
&lt;p&gt;Install VLC from the package &lt;a href=&quot;apt:vlc&quot;&gt;vlc&lt;/a&gt; (click the link to install), or by running the command below in your terminal:&lt;br /&gt;
&lt;code&gt;sudo apt-get install vlc&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Open VLC from &lt;em&gt;Applications-&gt;Sound &amp;#038; Video-&gt;VLC media player&lt;/em&gt;. To play a DVD, click &lt;em&gt;File-&gt;Open Disk&lt;/em&gt;. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://tombuntu.com/wp-content/uploads/2008/05/vlcdvdplayback.jpg&quot; alt=&quot;VLC disk dialog&quot; /&gt;&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s a lot of options in this dialog, just make sure the disk type is set to &lt;em&gt;DVD (menus)&lt;/em&gt;, click &lt;em&gt;OK&lt;/em&gt;, and the movie should begin to play.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=dTPFQh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=dTPFQh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=yAVEvh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=yAVEvh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=4XR39h&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=4XR39h&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=jC7ESh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=jC7ESh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>

	<pubDate>Tue, 13 May 2008 17:00:53 +0000</pubDate>

</item>

<item>
	<title>Philip Newborough: Ubuntu Security Notice: openssl</title>
	<guid>http://crunchbang.org/archives/2008/05/13/ubuntu-security-notice-openssl/</guid>
	<link>http://crunchbang.org/archives/2008/05/13/ubuntu-security-notice-openssl/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/phinew.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://www.ubuntu.com/usn/usn-612-1 &quot; title=&quot;Ubuntu Security Notice USN-612-1&quot;&gt;This&lt;/a&gt; is one of those security notices which on first glance appears to be serious enough to take a second glance. I have therefore republished the entire notice:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;=========================================================== 
Ubuntu Security Notice USN-612-1               May 13, 2008
openssl vulnerability
CVE-2008-0166
===========================================================

A weakness has been discovered in the random number generator used
by OpenSSL on Debian and Ubuntu systems.  As a result of this
weakness, certain encryption keys are much more common than they
should be, such that an attacker could guess the key through a
brute-force attack given minimal knowledge of the system.  This
particularly affects the use of encryption keys in OpenSSH, OpenVPN
and SSL certificates.

This vulnerability only affects operating systems which (like
Ubuntu) are based on Debian.  However, other systems can be
indirectly affected if weak keys are imported into them.

We consider this an extremely serious vulnerability, and urge all
users to act immediately to secure their systems. (CVE-2008-0166)

This advisory also applies to the corresponding versions of
Kubuntu, Edubuntu, and Xubuntu.

== Who is affected ==

Systems which are running any of the following releases:

 * Ubuntu 7.04 (Feisty)
 * Ubuntu 7.10 (Gutsy)
 * Ubuntu 8.04 LTS (Hardy)
 * Ubuntu &quot;Intrepid Ibex&quot; (development): libssl &amp;lt;= 0.9.8g-8
 * Debian 4.0 (etch) (see corresponding Debian security advisory)

and have openssh-server installed or have been used to create an
OpenSSH key or X.509 (SSL) certificate.

All OpenSSH and X.509 keys generated on such systems must be
considered untrustworthy, regardless of the system on which they
are used, even after the update has been applied.

This includes the automatically generated host keys used by OpenSSH,
which are the basis for its server spoofing and man-in-the-middle
protection.

The problem can be corrected by upgrading your system to the
following package versions:

Ubuntu 7.04:
  libssl0.9.8                     0.9.8c-4ubuntu0.3

Ubuntu 7.10:
  libssl0.9.8                     0.9.8e-5ubuntu3.2

Ubuntu 8.04 LTS:
  libssl0.9.8                     0.9.8g-4ubuntu3.1
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Seriously, it is time to &lt;a href=&quot;https://help.ubuntu.com/community/SSHHowto#head-1ff9e61cfd81e9f741920b6920af8a85f7bddb30 &quot; title=&quot;Ubuntu Wiki: Creating Private/Public SSH Keys&quot;&gt;update your SSH keys&lt;/a&gt;.&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href=&quot;http://crunchbang.org/tags/ssh/&quot; title=&quot;Browse all posts tagged with &amp;#8220;ssh&amp;#8221;&quot;&gt;ssh&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/ubuntu/&quot; title=&quot;Browse all posts tagged with &amp;#8220;ubuntu&amp;#8221;&quot;&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>

	<pubDate>Tue, 13 May 2008 15:33:29 +0000</pubDate>

</item>

<item>
	<title>Philip Newborough: Brightness GTK+ Theme</title>
	<guid>http://crunchbang.org/archives/2008/05/13/brightness-gtk-theme/</guid>
	<link>http://crunchbang.org/archives/2008/05/13/brightness-gtk-theme/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/phinew.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Yesterday I published &lt;a href=&quot;http://crunchbang.org/archives/2008/05/12/darkness-returns-gtk-theme/ &quot; title=&quot;Darkness Returns GTK+ theme.&quot;&gt;Darkness Returns&lt;/a&gt;, a GTK+ and Openbox theme. Today, in an effort to move more &lt;a href=&quot;http://crunchbang.org/projects/linux/ &quot; title=&quot;CrunchBang Linux.&quot;&gt;CrunchBang Linux&lt;/a&gt; material onto my site and wiki, I am publishing &lt;a href=&quot;http://crunchbang.org/wiki/brightness-gtk-theme/ &quot; title=&quot;Brightness GTK+ theme.&quot;&gt;Brightness&lt;/a&gt;, another GTK+ and Openbox theme. I no longer use this theme myself, but I know some users have stated they prefer the theme which was used in CrunchBang Linux 7.10.2 [&lt;em&gt;I guess you cannot please all of the people all of the time.&lt;/em&gt;] Personally, I prefer the increased contrast between application and data provided by Darkness Returns, but there you go.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://crunchbang.org/uploads/051308082557-brightness.png&quot; alt=&quot;Brightness GTK+ theme.&quot; /&gt;&lt;/p&gt;

&lt;p&gt;As with Darkness Returns, Brightness uses the &lt;a href=&quot;http://clearlooks.sourceforge.net/ &quot; title=&quot;Clearlooks, a simple, elegant, and usable Gtk theme.&quot;&gt;Clearlooks GTK+ engine&lt;/a&gt;. I have made the &lt;a href=&quot;http://crunchbang.org/wiki/brightness-gtk-theme/ &quot; title=&quot;Brightness GTK+ Theme&quot;&gt;theme available on my wiki&lt;/a&gt;. I have used the theme under &lt;a href=&quot;http://icculus.org/openbox/ &quot; title=&quot;Openbox, a highly configurable, next generation window manager with extensive standards support.&quot;&gt;Openbox&lt;/a&gt; with no known issues. I have not tested the theme under &lt;a href=&quot;http://www.gnome.org/ &quot; title=&quot;GNOME: The Free Software Desktop Project&quot;&gt;GNOME&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Regarding the origin of the theme, if I remember correctly, I used the &lt;a href=&quot;http://art.gnome.org/themes/gtk2/1284 &quot; title=&quot;Gilouche, the theme from SUSE by Jakub Steiner, Garrett LeSage. Based on Clearlooks.&quot;&gt;Gilouche theme&lt;/a&gt; as basis to work from. Even though I prefer to use a darker theme, I still really like the &lt;a href=&quot;http://www.opensuse.org/ &quot; title=&quot;openSUSE&quot;&gt;openSUSE&lt;/a&gt; artwork, it is professional and consistently good.&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href=&quot;http://crunchbang.org/tags/artwork/&quot; title=&quot;Browse all posts tagged with &amp;#8220;artwork&amp;#8221;&quot;&gt;artwork&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/crunchbanglinux/&quot; title=&quot;Browse all posts tagged with &amp;#8220;crunchbanglinux&amp;#8221;&quot;&gt;crunchbanglinux&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/openbox/&quot; title=&quot;Browse all posts tagged with &amp;#8220;openbox&amp;#8221;&quot;&gt;openbox&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/themes/&quot; title=&quot;Browse all posts tagged with &amp;#8220;themes&amp;#8221;&quot;&gt;themes&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/ubuntu/&quot; title=&quot;Browse all posts tagged with &amp;#8220;ubuntu&amp;#8221;&quot;&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>

	<pubDate>Tue, 13 May 2008 11:31:07 +0000</pubDate>

</item>

<item>
	<title>Dan Munckton: Hello Planet!</title>
	<guid>http://munckfish.net/blog/?p=86</guid>
	<link>http://munckfish.net/blog/archive/2008/05/13/hello-planet/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/danm.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Hi folks. This is my first post to &lt;a href=&quot;http://ubuntuweblogs.org/&quot;&gt;Planet Ubuntu Users&lt;/a&gt;. Thanks to &lt;a href=&quot;http://blog.goukihq.org/&quot;&gt;Gouki&lt;/a&gt; for letting me on board.&lt;/p&gt;
&lt;p&gt;As well as blogging about general Ubuntu stuff I&amp;#8217;ll also be talking about the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuPS3&quot;&gt;Ubuntu PS3 Port project&lt;/a&gt; which I&amp;#8217;m currently obsessed with.&lt;/p&gt;</description>

	<pubDate>Tue, 13 May 2008 08:51:58 +0000</pubDate>

</item>

<item>
	<title>Tom Dryer: Stop GNOME from Asking to Import Photos from Your iPhone or iPod Touch</title>
	<guid>http://tombuntu.com/index.php/2008/05/12/stop-gnome-from-asking-to-import-photos-from-your-iphone-or-ipod-touch/</guid>
	<link>http://tombuntu.com/index.php/2008/05/12/stop-gnome-from-asking-to-import-photos-from-your-iphone-or-ipod-touch/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/dryer.png&quot; width=&quot;92&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;GNOME will detect an iPhone or iPod Touch as a camera, and ask you if you want to import pictures every time it&amp;#8217;s plugged in. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://tombuntu.com/wp-content/uploads/2008/05/ipoddialog.jpg&quot; alt=&quot;iPod Touch detected as a camera&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;em&gt;Always perform this action&lt;/em&gt; doesn&amp;#8217;t work for ignoring the dialog, so how can you stop it from being trigged whenever you plug in your iPod? Open &lt;em&gt;System-&gt;Preferences-&gt;Removable Drives and Media&lt;/em&gt;. Under the heading for digital cameras, deselect the option for importing digital photos. &lt;/p&gt;
&lt;p&gt;Of course, you can change behavior for many different devices in this dialog. If you&amp;#8217;ve got another device, there are even more options available: open the file browser, click &lt;em&gt;Edit-&gt;Preferences&lt;/em&gt;, and select the &lt;em&gt;Media&lt;/em&gt; tab.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=k52cQh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=k52cQh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=b9wc9h&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=b9wc9h&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=RVL8bh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=RVL8bh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=LdViCh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=LdViCh&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>

	<pubDate>Mon, 12 May 2008 17:00:50 +0000</pubDate>

</item>

<item>
	<title>Sense Hofstede: VirtualBox: Part II</title>
	<guid>http://www.qense.nl/?p=94</guid>
	<link>http://www.qense.nl/posts/virtualbox-part-ii/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/sense.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;In my previous post(&lt;a href=&quot;http://www.qense.nl/posts/virtualbox-part-i/&quot;&gt;VirtualBox: Part I&lt;/a&gt;) I talked about VirtualBox, which I wanted to use in order to test Intrepid. Now the 2.6.24.17 kernel modules for VirtualBox are in hardy-proposed repositories I can use it. I installed Hardy Heron and updated it to Intrepid Ibex by editing /etc/apt/sources.list manually, because there isn&amp;#8217;t an upgrade button available yet in update-manager, not even when you pass the option &amp;#8216;-d&amp;#8217;.&lt;/p&gt;
&lt;p&gt;But after the update the X Server wouldn&amp;#8217;t start. I think it has something to do with the libxfont bug I triaged earlier this month: &lt;a href=&quot;https://bugs.edge.launchpad.net/ubuntu/+source/xorg/+bug/226156&quot;&gt;bug #226156&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll try again later. But at least VirtualBox works!&lt;/p&gt;</description>

	<pubDate>Mon, 12 May 2008 14:35:25 +0000</pubDate>

</item>

<item>
	<title>Noumaan Yaqoob: Ubuntu Stories</title>
	<guid>http://ubuntu.sabza.org/?p=93</guid>
	<link>http://ubuntu.sabza.org/2008/05/12/ubuntu-stories/</link>

<description>&lt;p&gt;&lt;a href=&quot;http://www.ubuntustory.com&quot;&gt;Ubuntu Story&lt;/a&gt; is a new web site promoting Ubuntu by sharing the stories of people who use Ubuntu as their operating system. The web site has a beautiful design that highlights the key benefits of using Ubuntu Linux. These key benefits are: &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Flexibility&lt;/li&gt;
&lt;li&gt;Speed&lt;/li&gt;
&lt;li&gt;Simplicity&lt;/li&gt;
&lt;li&gt;Appearance&lt;/li&gt;
&lt;li&gt;Stability&lt;/li&gt;
&lt;li&gt;Freedom&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Community&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Most user stories revolve around these benefits. They are the main reason for many people to switch from Windows/Mac/other Linux distros to Ubuntu Linux. I have talked many people about Ubuntu. I tried to convert my friends, family and neighbours to Ubuntu. I noticed that it is appearance, visual appeal and simplicity that impresses new users at first. Once they have used Ubuntu for a month they start loving it for security, stability and freedom.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sharethis.com/item?&amp;amp;wp=2.5&amp;amp;publisher=ac146e1d-5256-4421-9188-eda23bdaec23&amp;amp;title=Ubuntu+Stories&amp;amp;url=http%3A%2F%2Fubuntu.sabza.org%2F2008%2F05%2F12%2Fubuntu-stories%2F&quot;&gt;ShareThis&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/MyUbuntuBlog?a=9d6kRH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/MyUbuntuBlog?i=9d6kRH&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/MyUbuntuBlog?a=6fEjHH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/MyUbuntuBlog?i=6fEjHH&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>

	<pubDate>Mon, 12 May 2008 11:36:56 +0000</pubDate>

</item>

<item>
	<title>Philip Newborough: Darkness Returns GTK+ Theme</title>
	<guid>http://crunchbang.org/archives/2008/05/12/darkness-returns-gtk-theme/</guid>
	<link>http://crunchbang.org/archives/2008/05/12/darkness-returns-gtk-theme/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/phinew.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;It occurred to me this morning that I have been using the same GTK+ theme for a couple months. I consider this fact to be a result; I have comfortably settled into using a theme and I had not fully realised it, that has to be a good sign! While I enjoy playing around with the look 'n' feel of my desktop, I can not help but think it is a waste of time and I should be doing something more constructive; therefore, this morning's realisation comes as something of a relief.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://crunchbang.org/uploads/051208085812-darkness-returns.png&quot; alt=&quot;Darkness Returns GTK+ theme.&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The theme I have settled into using is called Darkness Returns. I named it so because &lt;a href=&quot;http://crunchbang.org/projects/linux/ &quot; title=&quot;CrunchBang Linux&quot;&gt;CrunchBang Linux&lt;/a&gt; was  originally distributed with a dark theme, then it changed to a light theme, before moving back to a dark theme for the last release; hence, Darkness Returns &amp;#8212; pure genius :)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://crunchbang.org/wiki/darkness-returns-gtk-theme/ &quot; title=&quot;Darkness Returns GTK+ Theme&quot;&gt;Darkness Returns&lt;/a&gt; is based on the &lt;a href=&quot;http://clearlooks.sourceforge.net/ &quot; title=&quot;Clearlooks, a simple, elegant, and usable Gtk theme.&quot;&gt;Clearlooks GTK+ engine&lt;/a&gt;. It is not actually as dark as some dark themes, instead it is more of a halfway house between the lightness and the darkness; maybe I should have named it &quot;Sitting On The Fence&quot;? Anyhow, a couple of people have asked me for the theme and so I have made it &lt;a href=&quot;http://crunchbang.org/wiki/darkness-returns-gtk-theme/ &quot; title=&quot;Darkness Returns GTK+ theme.&quot;&gt;available on my wiki&lt;/a&gt;. More screenshots of the theme can also be seen on my wiki: &lt;a href=&quot;http://crunchbang.org/wiki/crunchbanglinux80401screenshots/ &quot; title=&quot;CrunchBang Linux 8.04.01 Screenshots&quot;&gt;CrunchBang Linux 8.04.01 Screenshots&lt;/a&gt;. Feel free to use and abuse :)&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href=&quot;http://crunchbang.org/tags/artwork/&quot; title=&quot;Browse all posts tagged with &amp;#8220;artwork&amp;#8221;&quot;&gt;artwork&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/crunchbanglinux/&quot; title=&quot;Browse all posts tagged with &amp;#8220;crunchbanglinux&amp;#8221;&quot;&gt;crunchbanglinux&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/openbox/&quot; title=&quot;Browse all posts tagged with &amp;#8220;openbox&amp;#8221;&quot;&gt;openbox&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/themes/&quot; title=&quot;Browse all posts tagged with &amp;#8220;themes&amp;#8221;&quot;&gt;themes&lt;/a&gt;, &lt;a href=&quot;http://crunchbang.org/tags/ubuntu/&quot; title=&quot;Browse all posts tagged with &amp;#8220;ubuntu&amp;#8221;&quot;&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>

	<pubDate>Mon, 12 May 2008 10:23:22 +0000</pubDate>

</item>

<item>
	<title>Isabelle Duchatelle: I’m roughly 10.009009 times evil *_*</title>
	<guid>http://bapoumba.wordpress.com/?p=329</guid>
	<link>http://bapoumba.wordpress.com/2008/05/11/im-roughly-10009009-times-evil-_/</link>

<description>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/images/./faces/isabelle.png&quot; width=&quot;110&quot; height=&quot;111&quot; alt=&quot;&quot;&gt;&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Completely useless, and yet essential. Now you know :evil:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bapoumba.files.wordpress.com/2008/05/screenshot_uf_6666_mini.png&quot;&gt;&lt;img src=&quot;http://bapoumba.files.wordpress.com/2008/05/screenshot_uf_6666_mini.png?w=400&amp;amp;h=141&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;141&quot; class=&quot;alignnone size-full wp-image-330&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/categories/bapoumba.wordpress.com/329/&quot; /&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/tags/bapoumba.wordpress.com/329/&quot; /&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/bapoumba.wordpress.com/329/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/bapoumba.wordpress.com/329/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/bapoumba.wordpress.com/329/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/bapoumba.wordpress.com/329/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/bapoumba.wordpress.com/329/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/bapoumba.wordpress.com/329/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/bapoumba.wordpress.com/329/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/bapoumba.wordpress.com/329/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/bapoumba.wordpress.com/329/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/bapoumba.wordpress.com/329/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=bapoumba.wordpress.com&amp;amp;blog=1722308&amp;amp;post=329&amp;amp;subd=bapoumba&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</description>

	<pubDate>Sun, 11 May 2008 22:02:21 +0000</pubDate>

</item>


</channel>
</rss>
