<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://ubuntuweblogs.org">
	<title>Ubuntu Weblogs</title>
	<link>http://ubuntuweblogs.org</link>
	<description>Ubuntu Weblogs - http://ubuntuweblogs.org</description>

	<items>
		<rdf:Seq>

			<rdf:li rdf:resource="http://www.rojtberg.net/?p=280" />

			<rdf:li rdf:resource="http://www.rojtberg.net/?p=271" />

			<rdf:li rdf:resource="http://bapoumba.wordpress.com/?p=499" />

			<rdf:li rdf:resource="http://nancib.wordpress.com/?p=1573" />

			<rdf:li rdf:resource="http://www.theopensourcerer.com/?p=1385" />

			<rdf:li rdf:resource="http://www.paulmellors.net/?p=1276" />

			<rdf:li rdf:resource="http://www.stefanoforenza.com/?p=1952" />

			<rdf:li rdf:resource="tag:blogger.com,1999:blog-32662144.post-965886297624484840" />

			<rdf:li rdf:resource="tag:blogger.com,1999:blog-2051910902944146900.post-2905882122344099469" />

			<rdf:li rdf:resource="tag:blogger.com,1999:blog-32662144.post-5882497814517889100" />

			<rdf:li rdf:resource="http://www.paulmellors.net/?p=1273" />

			<rdf:li rdf:resource="http://kdubois.net/?p=460" />

			<rdf:li rdf:resource="tag:blogger.com,1999:blog-1400765799263079238.post-3985595022039883659" />

			<rdf:li rdf:resource="http://stylesen.org/129 at http://stylesen.org" />

			<rdf:li rdf:resource="http://www.stefanoforenza.com/?p=1948" />

			<rdf:li rdf:resource="http://oei.yungchin.nl/?p=297" />

			<rdf:li rdf:resource="http://www.stefanoforenza.com/?p=1942" />

			<rdf:li rdf:resource="http://johnpaulett.com/?p=169" />

			<rdf:li rdf:resource="http://www.stefanoforenza.com/?p=1937" />

		</rdf:Seq>
	</items>
</channel>


<item rdf:about="http://www.rojtberg.net/?p=280">
	<title>Pavel Rojtberg: Does anyone need Epiphany?</title>
	<link>http://www.rojtberg.net/280/does-anyone-need-epiphany/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/pavel.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;p&gt;Now that Google Chrome is finally coming to Linux we have a simple and fast Webkit browser. It is also opensource and uses GTK. So where is the need for Epiphany? One may say that it might better integrate with the rest of GNOME, but currently Empiphany is about just as integrated as Chrome and I guess it would be easier integrating Chrome wih GNOME than making Epiphany a good browser&amp;#8230;&lt;/p&gt;</content:encoded>

	<dc:date>2009-07-02T12:05:25+00:00</dc:date>

	<dc:creator>Pavel</dc:creator>

</item>

<item rdf:about="http://www.rojtberg.net/?p=271">
	<title>Pavel Rojtberg: 4 Years Later</title>
	<link>http://www.rojtberg.net/271/4-years-later/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/pavel.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;p&gt;Nearly 4 years ago Jon Smirl, the author of the experimental Xegl server wrote a nice summary about the &lt;a href=&quot;http://jonsmirl.googlepages.com/graphics.html&quot;&gt;state of linux graphics&lt;/a&gt;. He did that after realizing that it take much more time than he could out into Xegl in order to fix the linux graphics, so it is a realistic summary.&lt;/p&gt;
&lt;p&gt;The interesting thing is that in his vision he described an X server which would run without root privileges and use OpenGL for all its drawings. Number one on his todo list though was a memory manager for DRM, which would enable all the nice stuff.&lt;/p&gt;
&lt;p&gt;Well it seems that coming with Karmic we will finally see that first step done; most of the users(Intel and AMD) should get a nice in kernel memory manager which will be visible by Kernel Mode Setting. So what can we expect next?&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone size-full wp-image-276&quot; title=&quot;Linux Graphics Dependencies&quot; src=&quot;http://www.rojtberg.net/wp-content/uploads/2009/07/linux-graphics1.png&quot; alt=&quot;Linux Graphics Dependencies&quot; width=&quot;520&quot; height=&quot;300&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This diagram shows the dependencies of the various features. (&lt;a href=&quot;http://www.phoronix.com/forums/showthread.php?t=17904&quot;&gt;Source&lt;/a&gt;) Green is what we should get with Karmic. The graphics-memory manager in kernel allows moving mode setting there too, so the resolution is set only once during bootup (flicker-free). Since the graphics card is now controlled from one hand it also allows dynamic power management to be done and does not require root privileges for X, which results in better security. Memory management also allows giving 3D applications their private front buffer, so they dont conflict when rendering. (RDR, Redirected Direct Rendering) Which is basically the core of DRI2. It also allows supporting memory related OpenGL features like VBOs or FBOs(Vertex/Frame Buffer Object) which brings the compliance level of MESA up to OpenGL 1.5.&lt;/p&gt;
&lt;p&gt;Theoretically everything up to OpenGL3 could be implemented now, but since of the old design of MESA everything would have to be implemented for each driver over and over again. That is why Gallium3D was created. It is a intermediate level API which abstracts from the hardware by just offering a  state tracking interface. On top of that it is possible to implement more sophisticated APIs like OpenGL, OpenCL or a Video Decoding API like VDPAU. These implementations can then be shared across all drivers which are built on the Gallium3D architecture.&lt;/p&gt;
&lt;p&gt;Well it is still a way to go until we get these grey boxes, which Windows and Mac basically already had 4 years ago&amp;#8230;&lt;/p&gt;</content:encoded>

	<dc:date>2009-07-02T12:00:17+00:00</dc:date>

	<dc:creator>Pavel</dc:creator>

</item>

<item rdf:about="http://bapoumba.wordpress.com/?p=499">
	<title>Isabelle Duchatelle: Last Epiphany release with a gecko back-end..</title>
	<link>http://bapoumba.wordpress.com/2009/07/01/last-epiphany-release-with-a-gecko-back-end/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./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;.. Is Epiphany 2.26.3. Yay for webkit :)&lt;/p&gt;
&lt;h4&gt;Reference&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://blogs.gnome.org/epiphany/2009/07/01/gecko-end-of-life/&quot;&gt;http://blogs.gnome.org/epiphany/2009/07/01/gecko-end-of-life/&lt;/a&gt;&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/bapoumba.wordpress.com/499/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/bapoumba.wordpress.com/499/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/bapoumba.wordpress.com/499/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/bapoumba.wordpress.com/499/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/bapoumba.wordpress.com/499/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/bapoumba.wordpress.com/499/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/bapoumba.wordpress.com/499/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/bapoumba.wordpress.com/499/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/bapoumba.wordpress.com/499/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/bapoumba.wordpress.com/499/&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=499&amp;amp;subd=bapoumba&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</content:encoded>

	<dc:date>2009-07-01T14:42:19+00:00</dc:date>

</item>

<item rdf:about="http://nancib.wordpress.com/?p=1573">
	<title>Peng Hardin: Running GNU/Linux and seeing CrunchBang in your kernel list? We’ve got a fix for it.</title>
	<link>http://nancib.wordpress.com/2009/07/01/running-gnulinux-and-seeing-crunchbang-in-your-kernel-list-weve-got-a-fix-for-it/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/peng.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;[Updated to include a response from corenominal himself with one final fix some may need. -Peng]&lt;/p&gt;
&lt;p&gt;I usually don&amp;#8217;t look at the Grub kernel list when I boot my Ubuntu box, but last month I noticed that all of the kernels in my list showed &amp;#8220;crunchbang&amp;#8221; rather than &amp;#8220;Ubuntu 9.04&amp;#8243;. I did some searching and found a thread on the Ubuntu Forums about the issue and &lt;a href=&quot;http://ubuntuforums.org/showthread.php?p=7503515#post7503515&quot;&gt;dstew&lt;/a&gt; made a great comment that helped me track down the problem.&lt;/p&gt;
&lt;p&gt;It turns out it came from &lt;a href=&quot;https://launchpad.net/~corenominal/+archive/ppa&quot; target=&quot;_blank&quot;&gt;Philip Newborough&amp;#8217;s PPA&lt;/a&gt; , which I have in my Third-party sources list. Philip, aka corenominal, has some great packages in his PPA, some of which Nanci has &lt;a href=&quot;http://nancib.wordpress.com/2007/11/17/momma-just-got-some-new-brushes/&quot;&gt;written&lt;/a&gt; &lt;a href=&quot;http://nancib.wordpress.com/2007/11/04/viv-le-liberation/&quot;&gt;about&lt;/a&gt; previously. If you have his PPA in your /&lt;code&gt;etc/apt/sources.list&lt;/code&gt; you may have gotten update notices for grub or one of the other apps he has packages for. If you accepted his grub package you may have unconsciously had your &lt;code&gt;/boot/grub/menu.list&lt;/code&gt; updated.&lt;/p&gt;
&lt;p&gt;This is because Philip is one of the driving forces behind &lt;a href=&quot;http://crunchbanglinux.org/&quot;&gt;CrunchBang Linux&lt;/a&gt;, a GNU/Linux distro based on Ubuntu but designed to be faster, not to mention prettier (as their wiki &lt;a href=&quot;http://crunchbanglinux.org/wiki/about&quot;&gt;states&lt;/a&gt;, &amp;#8220;Finally, unlike Ubuntu, CrunchBang Linux isn’t brown &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &amp;#8221; ) and has several CrunchBang packages in his PPA. While I can&amp;#8217;t confirm this with 100% certainty, I suspect the change got made when I accepted &lt;code&gt;grub - 0.97-29ubuntu50-1crunchbang1&lt;/code&gt; as an update.&lt;/p&gt;
&lt;h3&gt;The solution&lt;/h3&gt;
&lt;p&gt;There are a few things you can do to get rid of the &amp;#8220;CrunchBang&amp;#8221; on your boot menu. The first is to roll back grub to the previous, official Ubuntu Jaunty, package. Open Synaptic (&lt;em&gt;System &amp;gt; Administration &amp;gt; Synaptic Package Manager&lt;/em&gt;), and once it opens do a search for Grub (&lt;em&gt;Edit &amp;gt; Search&lt;/em&gt; or Ctrl-F). &lt;a href=&quot;http://nancib.files.wordpress.com/2009/07/synpaticforceversion.png&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-1574&quot; title=&quot;Synpatic - Force Version&quot; src=&quot;http://nancib.files.wordpress.com/2009/07/synpaticforceversion.png?w=240&amp;#038;h=121&quot; alt=&quot;Synpatic - Force Version&quot; width=&quot;240&quot; height=&quot;121&quot; /&gt;&lt;/a&gt;Once you find grub select it and to go &lt;em&gt;Package &amp;gt; Force Version&lt;/em&gt;. You will want to select the highest version that doesn&amp;#8217;t include &amp;#8220;crunchbang&amp;#8221;. On my system the version I want is version 0.97-29ubuntu53 (jaunty), but your system may be different. Now apply the change you made by either clicking the icon on the toolbar (it&amp;#8217;s a green check mark, but your theme may be different), using &lt;em&gt;Edit &amp;gt; Apply Marked Changes&lt;/em&gt;, or by using the Ctrl-P shortcut. Once the change has been made, go ahead and lock the version on grub by selecting the package and using &lt;em&gt;Edit &amp;gt; Lock Version&lt;/em&gt;. That way you won&amp;#8217;t be prompted to apply that upgrade again in the future. At this point I strongly recommend that you disable his &lt;a href=&quot;https://launchpad.net/~corenominal/+archive/ppa&quot;&gt;PPA&lt;/a&gt; until you know there&amp;#8217;s an update in his packages that you know you need. While it may not be needed, I recommend at least logging out and back in to finalize the changes you just made, although you will need to reboot to actually see if the changes show up in your boot list.&lt;/p&gt;
&lt;p&gt;Unfortunately I&amp;#8217;m seeing that this process doesn&amp;#8217;t actually undo the changes to your &lt;code&gt;/boot/grub/menu.list&lt;/code&gt;, the file used to present you with the kernel options at boot time. If you have the application &lt;a href=&quot;http://web.telia.com/~u88005282/sum/index.html&quot;&gt;Starup Manager (SUM)&lt;/a&gt;, you can you can run that to at least verify that the kernel carries the identifier &amp;#8220;Ubuntu 9.04&amp;#8243; rather than &amp;#8220;CrunchBang&amp;#8221;. When I opened /boot/grub/menu.list in the Text Editor (gedit) to see if the change had been made my kernel list still showed &amp;#8220;CrunchBang&amp;#8221; (which is what prompted this post in the first place), but once I ran SUM it showed that my kernels did carry the &amp;#8220;Ubuntu 9.04&amp;#8243; name. Once I closed SUM the menu.list, which I still had open in gedit, had been updated on my hard drive, and sure enough the kernels now showed the identifier &amp;#8220;Ubuntu 9.04&amp;#8243;. I&amp;#8217;m not sure what exactly happened, but I&amp;#8217;m glad it did.&lt;/p&gt;
&lt;p&gt;If that doesn&amp;#8217;t resolve things for you, or if you don&amp;#8217;t use SUM, you will need to open &lt;code&gt;/boot/grub/menu.list&lt;/code&gt; in a text editor with administrative permissions (&lt;em&gt;backing up the current file first!&lt;/em&gt;) by running this in a terminal window:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;code&gt;sudo gedit /boot/grub/menu.list&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Scroll down to where you see &lt;code&gt;## ## End Default Options ##&lt;/code&gt;. Below that is the list of kernels available for booting into. Change the title on each kernel listing to change &amp;#8220;CrunchBang&amp;#8221; to &amp;#8220;Ubuntu 9.04&amp;#8243;, or whatever you want the title to read, then save the file and close the window. The next time you boot your computer look at the kernel menu and you should see that the options no longer carry the moniker CrunchBag.&lt;/p&gt;
&lt;p&gt;I have emailed Philip about this, and if he gives me information to pass along I&amp;#8217;ll add it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 2:30 PM:&lt;/strong&gt; I got a response from Philip and he didn&amp;#8217;t realize putting the packages on his PPAwould cause problems, and he&amp;#8217;s pulled them. As far as this particular issue, you definitely want to roll back to the official version of grub, as detailed above. For after that I&amp;#8217;ll quote Philip&amp;#8217;s email.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Regarding fixing up your grub boot list, if you have already rolled back the package, you should be able to run the following command to remove the CrunchBang references:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;sudo update-grub&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Apologies again for the boob.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That should take care of any issues you&amp;#8217;re still experiencing. If anyone runs into Philip someplace, I&amp;#8217;d buy him a pint. He&amp;#8217;s definitely earned it for all the good work he&amp;#8217;s done for the Linux community, whether you use any package from his PPA or not.&lt;/p&gt;
&lt;p&gt;Thanks again, Philip. You rock.&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/nancib.wordpress.com/1573/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/nancib.wordpress.com/1573/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/nancib.wordpress.com/1573/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/nancib.wordpress.com/1573/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/nancib.wordpress.com/1573/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/nancib.wordpress.com/1573/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/nancib.wordpress.com/1573/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/nancib.wordpress.com/1573/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/nancib.wordpress.com/1573/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/nancib.wordpress.com/1573/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=nancib.wordpress.com&amp;amp;blog=1752763&amp;amp;post=1573&amp;amp;subd=nancib&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</content:encoded>

	<dc:date>2009-07-01T13:54:38+00:00</dc:date>

</item>

<item rdf:about="http://www.theopensourcerer.com/?p=1385">
	<title>Alan Lord: How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope</title>
	<link>http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/lord.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;p&gt;Mozilla Firefox 3.5 was released yesterday. It isn&amp;#8217;t (at the time of writing this) available for install through the repos on Ubuntu Jaunty. I guess it will be backported at some stage but should you want to play about with it, here is how I did it so as not to (hopefully) break anything else&amp;#8230;  &lt;em&gt;[Note: you should probably back up your profile directory before going any further. Something like this should do it: &lt;code&gt;cp -a ~/.mozilla ~/firefox-3.0-backup&lt;/code&gt;]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I downloaded the &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/all.html&quot;&gt;Linux tarball&lt;/a&gt; and unpacked it. I moved this directory (called firefox) to my local &lt;code&gt;bin&lt;/code&gt; dir:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mv firefox ~/bin/firefox-3.5&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This command assumes you are in the same directory as the tarball you just extracted &lt;strong&gt;and&lt;/strong&gt; have a local bin directory. If not just do &lt;code&gt;mkdir ~/bin&lt;/code&gt; first.&lt;/p&gt;
&lt;p&gt;Then I started the &lt;strong&gt;current&lt;/strong&gt; Firefox Profile Manager and created a new profile just for 3.5 to test (I didn&amp;#8217;t want any conflicts or updates to my existing firefox 3 add-ons). &lt;em&gt;To check that you are using the right path for the existing installed Firefox you can do a command like &lt;code&gt;which -a firefox&lt;/code&gt; which will give you the full path to any firefox executables on your system and in your path.&lt;/em&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;/usr/bin/firefox -no-remote -ProfileManager&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Follow the Profile Manager dialogues to create a new profile &amp;#8211; I called mine 3.5 amazingly. Exit the profile manager &lt;em&gt;(don&amp;#8217;t start firefox or else you&amp;#8217;ll end up with the existing firefox also using the 3.5 profile)&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Now you can run the 3.5 version of Firefox by typing the following command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;~/bin/firefox-3.5/firefox -no-remote -P 3.5&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The &lt;code&gt;-no-remote&lt;/code&gt; switch ensures that we start a clean instance of FF from these commands. If you already have an instance of FF running and you do not use this switch, you&amp;#8217;ll get another window tied to the same, already running, firefox process. This also affects trying to start firefox remotely over X as I &lt;a href=&quot;http://www.theopensourcerer.com/2007/11/15/remote-firefox-over-xssh/&quot;&gt;discovered&lt;/a&gt; quite some time ago.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I have since created a launcher on the top panel to start FF3.5.&lt;/p&gt;
&lt;p&gt;It seems to work OK and feels incredibly fast at loading pages, but trying to run anything that needs flash causes it to die horribly.&lt;/p&gt;
&lt;p&gt;So although this isn&amp;#8217;t perfect, it was a reasonably safe way to test and just try it out. YMMV of course and I really think we&amp;#8217;d all probably be better just waiting for one of the MOTU &amp;#8220;Gods&amp;#8221; to deliver a 3.5 backport for Jaunty. &lt;img src=&quot;http://www.theopensourcerer.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;!-- Social Bookmarking Reloaded BEGIN --&gt;&lt;div class=&quot;social_bookmark&quot;&gt;&lt;em&gt;Tell Someone Else!&lt;/em&gt;&lt;br /&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://del.icio.us/post?url=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&amp;amp;title=How+to+run+Firefox+3.5+on+Ubuntu+9.04+Jaunty+Jackalope&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Del.icio.us&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Del.icio.us&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Del.icio.us&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://digg.com/submit?phase=2&amp;amp;url=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&amp;amp;title=How+to+run+Firefox+3.5+on+Ubuntu+9.04+Jaunty+Jackalope&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to digg&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/digg.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to digg&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to digg&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://www.technorati.com/faves?add=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Technorati&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Technorati&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Technorati&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://www.stumbleupon.com/submit?url=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&amp;amp;title=How+to+run+Firefox+3.5+on+Ubuntu+9.04+Jaunty+Jackalope&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Stumble Upon&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Stumble Upon&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Stumble Upon&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://www.bloglines.com/sub/http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Bloglines&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/bloglines.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Bloglines&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Bloglines&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://slashdot.org/bookmark.pl?title=How+to+run+Firefox+3.5+on+Ubuntu+9.04+Jaunty+Jackalope&amp;amp;url=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to SlashDot&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to SlashDot&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to SlashDot&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://www.facebook.com/share.php?u=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&amp;amp;t=How+to+run+Firefox+3.5+on+Ubuntu+9.04+Jaunty+Jackalope&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to FaceBook&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to FaceBook&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to FaceBook&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://www.myspace.com/Modules/PostTo/Pages/?t=How+to+run+Firefox+3.5+on+Ubuntu+9.04+Jaunty+Jackalope&amp;amp;c=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to MySpace&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to MySpace&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to MySpace&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;social_img&quot; href=&quot;http://twitter.com/home?status=http://www.theopensourcerer.com/2009/07/01/how-to-run-firefox-3-5-on-ubuntu-9-04-jaunty-jackalope/&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Twitter&quot;&gt;&lt;img src=&quot;http://www.theopensourcerer.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png&quot; title=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Twitter&quot; alt=&quot;Add 'How to run Firefox 3.5 on Ubuntu 9.04 Jaunty Jackalope' to Twitter&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- Social Bookmarking Reloaded END --&gt;</content:encoded>

	<dc:date>2009-07-01T13:32:53+00:00</dc:date>

</item>

<item rdf:about="http://www.paulmellors.net/?p=1276">
	<title>Paul Mellors: To much information…..</title>
	<link>http://www.paulmellors.net/2009/07/to-much-information</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/pmhack.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;p&gt;I&amp;#8217;ve just surprised myself with the amount of email addresses i currently have, i think i need to consolidate them and have one, currently i have&lt;/p&gt;
&lt;p&gt;hotmail&lt;br /&gt;
gmail&lt;br /&gt;
yahoo&lt;br /&gt;
own hosted email [about 4 here]&lt;/p&gt;
&lt;p&gt;Do i really need this many email addresses &lt;img src=&quot;http://www.paulmellors.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt;  I think it&amp;#8217;s time to close accounts &lt;img src=&quot;http://www.paulmellors.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;It&amp;#8217;s a shame apps i use are linked to these, flickr for instance is linked to my yahoo account&amp;#8230;.picasa is linked to my gmail, is it time to go totally self hosted?&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve probably mentioned this sometime in the past so apologies if i&amp;#8217;m repeating myself.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://www.paulmellors.net/2008/08/picasa-ubuntu&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Picasa &amp;#8211; Ubuntu&quot;&gt;Picasa &amp;#8211; Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;</content:encoded>

	<dc:date>2009-07-01T12:48:47+00:00</dc:date>

</item>

<item rdf:about="http://www.stefanoforenza.com/?p=1952">
	<title>Stefano Forenza: 5 easy steps to flip a burger, 1 easy step to eat it</title>
	<link>http://feedproxy.google.com/~r/stefanoforenza-ubuntu/~3/YNzvQ3GAJX4/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/stef.png&quot; width=&quot;68&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;2009 may not be the year of Linux on the desktop, but surely can be appointed as the &lt;strong&gt;year of Mono&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter size-full wp-image-1957&quot; title=&quot;Burger&quot; src=&quot;http://www.stefanoforenza.com/blog/wp-content/uploads/2009/07/388794197_cba163208d.jpg&quot; alt=&quot;Burger&quot; width=&quot;500&quot; height=&quot;375&quot; /&gt;&lt;/p&gt;
&lt;p&gt;David Siegel, creator of &lt;em&gt;GnomeDo&lt;/em&gt; felt constructive enough to share&lt;a href=&quot;http://blog.davebsd.com/2009/06/28/five-steps-to-vanquish-mono/&quot;&gt; 5 easy steps to create a viable alternative to Mono&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Create a mailing list where people interested in replacing Mono and/or Mono-based applications can subscribe. A quick perusal of Google Blogsearch, Reddit, Digg, and Slashdot will turn up many vociferous individuals who appear to be willing to contribute. These people need to start working together instead of participating in the same fruitless arguments over and over again.&lt;/li&gt;
&lt;li&gt;Interview stakeholders. Figure out why developers like me are using Mono; I &lt;em&gt;love&lt;/em&gt; Mono and would be happy to tell you why.&lt;/li&gt;
&lt;li&gt;Conduct a competitive analysis, evaluating Mono and technologies like it. Look at C with GObject, Qt, Etoile, GNUStep, Squeak and others. Document the strengths and weaknesses of these tools for creating Linux applications. How complete are they? Are they actively developed? Why do developers pick them? Why are they popular or unpopular?&lt;/li&gt;
&lt;li&gt;Using this competitive analysis data, decide on the best existing alternative to Mono.&lt;/li&gt;
&lt;li&gt;Using the data about why developers choose Mono, begin to address the deficiencies in the chosen alternative. The mailing list subscribers from step 1 should be eager to help — get them involved writing documentation, reference applications, libraries, and new language features.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;#8217;s disappointing to see how much David misses the point. Other than marking everything against Mono as non serious, he just tackles the technical issues under this premise:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Recently, the noisy debate over whether Mono poses a real threat to Linux has gotten even noisier. I’m not a lawyer so I’m not going to comment on matters I don’t fully understand&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Maybe he&amp;#8217;s right when he says that people who don&amp;#8217;t like Mono are not organized enough. Should we create some drawing ? Will that help people to understand ?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;*** The issue with Mono is not technical ***&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sure we&amp;#8217;d love to interview you &lt;em&gt;coding starlettes&lt;/em&gt; about how much you like the beloved Mono, and yes, create mailing list and all that stuff. And stop talking about it and hey! creating a new language to replace it (how nice. Btw Vala, anyone ?)&lt;/p&gt;
&lt;p&gt;But, ultimately, those 5 steps are just 5 ones to flip a burger and shift the discussion from the licensing side, to the technical side.&lt;/p&gt;
&lt;p&gt;But &lt;strong&gt;here&amp;#8217;s the good news&lt;/strong&gt;, I feel constructive enough to give the Mono community &lt;em&gt;1 easier, single step to get everything done&lt;/em&gt;. And if you do, you can keep the Mono (how cool!).&lt;/p&gt;
&lt;p&gt;Pressure Novell and Microsoft (as some of you work in both the companies) to &lt;a href=&quot;http://www.waveprotocol.org/patent-license&quot;&gt;change the agreement to look like this&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Subject to the terms and conditions of this License, Google and its affiliates hereby grant to you a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this License) patent license for patents necessarily infringed by implementation of this specification. If you institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the implementation of the specification constitutes direct or contributory patent infringement, then any patent licenses for the specification granted to you under this License shall terminate as of the date such litigation is filed.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Is that easy. Everybody wins. Even Microsoft.&lt;/p&gt;
&lt;p&gt;If you don&amp;#8217;t, don&amp;#8217;t expect concerns to go away anytime soon. Doesn&amp;#8217;t matter what the &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-devel/2009-June/028469.html&quot;&gt;Ubuntu policy is&lt;/a&gt;, that&amp;#8217;s not just a Canonical issue. It&amp;#8217;s everybody&amp;#8217;s.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://bugs.launchpad.net/mononono/+bug/386039&quot;&gt;2012 will be an interesting year&lt;/a&gt;. Then we laugh.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;[&lt;a href=&quot;http://www.flickr.com/photos/25597828@N00/388794197&quot;&gt;image credits&lt;/a&gt;]&lt;/small&gt;&lt;/p&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~r/stefanoforenza-ubuntu/~4/YNzvQ3GAJX4&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content:encoded>

	<dc:date>2009-06-30T23:39:16+00:00</dc:date>

</item>

<item rdf:about="tag:blogger.com,1999:blog-32662144.post-965886297624484840">
	<title>Sebastian Hilbert: How to build GNUmed packages for Ubuntu from Debian</title>
	<link>http://gnumed.blogspot.com/2009/06/how-to-build-gnumed-packages-for-ubuntu.html</link>

<content:encoded>&lt;div&gt;&lt;span&gt;Packaging for multiple distributions and operating systems is quite some work. Our Ubuntu packages are based on the fine work of the Debian-med team.&lt;br /&gt;I order to attract contributors to the GNUmed project (and to get some work off our backs :-) we have published a guide on how to build GNUmed packages for Ubuntu. Anyone willing to help us out is welcome to take a look at &lt;a href=&quot;http://wiki.gnumed.de/bin/view/Gnumed/UbuntuPackages&quot;&gt;our Wiki&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/32662144-965886297624484840?l=gnumed.blogspot.com&quot; /&gt;&lt;/div&gt;</content:encoded>

	<dc:date>2009-06-30T14:18:34+00:00</dc:date>

	<dc:creator>Sebastian Hilbert</dc:creator>

</item>

<item rdf:about="tag:blogger.com,1999:blog-2051910902944146900.post-2905882122344099469">
	<title>Amber Graner: Atlanta Linux Fest and Ubuntu Global Jam...</title>
	<link>http://amber.redvoodoo.org/2009/06/atlanta-linux-fest-and-ubuntu-global.html</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/akgraner.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;a href=&quot;http://atlantalinuxfest.org/&quot;&gt;The Atlanta Linux Fest&lt;/a&gt; is going to be held on September 19, 2009 in Atlanta, GA!  I am so excited to be attending but more important to me is I get to be part of the planning.  All the behind the scenes stuff is awesome, and the folks that I am getting to work with from the &lt;a href=&quot;https://wiki.ubuntu.com/GeorgiaUSTeam&quot;&gt;Ubuntu GA LoCo&lt;/a&gt; are amazing!  Wanna be part of the fun, them Click &lt;a href=&quot;http://atlantalinuxfest.org/contact&quot;&gt;here&lt;/a&gt; to contact the organizers and let them know what you are thinking.  Thanks in Advance and can't wait to see you there.&lt;br /&gt;&lt;br /&gt;I'm also part of the &lt;a href=&quot;https://wiki.ubuntu.com/NorthCarolinaTeam&quot;&gt;Ubuntu NC LoCo&lt;/a&gt; and we are in the planning stages of meet-n-greets in 4 areas of the State, Charlotte, Winston-Salem, Asheville, and Raleigh prior to the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGlobalJam&quot;&gt;Ubuntu Global Jam&lt;/a&gt;.  The goal is to get people talking face to face, but some faces and names the the IRC nicks and mailing list address, and see who is excited about what areas of Ubuntu.  As the weekend of October 2-4, 2009 will be all things Ubuntu.:-) So if you are in NC and want to join in on the fun take a look at the &lt;a href=&quot;https://wiki.ubuntu.com/NorthCarolinaTeam&quot;&gt;Ubuntu NC LoCo Wiki&lt;/a&gt;, join the mailing list, forum discussions, or pop in IRC and say, &quot;hi!&quot; The more the merrier. :-)&lt;br /&gt;&lt;br /&gt;All our stuff is in the house, and all but about 50 boxes are unpacked.  Still haven't found all my clothes or half my shoes but all my kitchen stuff is available so meals can be cooked.  All the furniture is at least in all the right rooms and the computers and TV's are working.  All a plus in my book.  Now it's on to picking out and hanging the window treatments, figuring out what paintings and art work go on what walls, etc...  However, being back at home is a great feeling.&lt;br /&gt;&lt;br /&gt;Now if I could just get back into my routine it would be sweet..in time, I know all in good time!  Hope you all are having a great day more later...  :-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/2051910902944146900-2905882122344099469?l=amber.redvoodoo.org&quot; /&gt;&lt;/div&gt;</content:encoded>

	<dc:date>2009-06-30T13:54:50+00:00</dc:date>

	<dc:creator>Just Me, Amber!</dc:creator>

</item>

<item rdf:about="tag:blogger.com,1999:blog-32662144.post-5882497814517889100">
	<title>Sebastian Hilbert: GNUmed EMR client has been updated</title>
	<link>http://gnumed.blogspot.com/2009/06/gnumed-emr-client-has-been-updated.html</link>

<content:encoded>&lt;div&gt;&lt;span&gt;The client for the electronic medical record GNUmed has been updated to version 0.4.6. There are no database fixups to apply for this release. Packages are available  through the Launchpad PPA at:&lt;br /&gt;&lt;br /&gt;https://launchpad.net/~gnumed/+archive/ppa&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Feedback is always welcome.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/32662144-5882497814517889100?l=gnumed.blogspot.com&quot; /&gt;&lt;/div&gt;</content:encoded>

	<dc:date>2009-06-30T13:48:02+00:00</dc:date>

	<dc:creator>Sebastian Hilbert</dc:creator>

</item>

<item rdf:about="http://www.paulmellors.net/?p=1273">
	<title>Paul Mellors: Linux Events</title>
	<link>http://www.paulmellors.net/2009/06/linux-events</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/pmhack.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;p&gt;I&amp;#8217;ve decided that next year I&amp;#8217;m going to attend at least one major linux show, after seeing numerous reports from SELF, LinuxTag, various FUDcons, it&amp;#8217;s about time i went to one.  Now i&amp;#8217;m in the UK so where to go?  Europe? the US? who knows, i&amp;#8217;ve still got plenty of time to think about it &lt;img src=&quot;http://www.paulmellors.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;


&lt;p&gt;Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://www.paulmellors.net/2009/06/linux-fests&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Linux Fests&quot;&gt;Linux Fests&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.paulmellors.net/2009/04/linux-foundation-were-linux&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Linux Foundation &amp;#8211; &amp;#8220;We&amp;#8217;re Linux&amp;#8221;&quot;&gt;Linux Foundation &amp;#8211; &amp;#8220;We&amp;#8217;re Linux&amp;#8221;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.paulmellors.net/2009/03/women-in-linux&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Women in Linux&quot;&gt;Women in Linux&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;</content:encoded>

	<dc:date>2009-06-30T06:55:23+00:00</dc:date>

</item>

<item rdf:about="http://kdubois.net/?p=460">
	<title>Kevin DuBois: Much Ado over Mono (Flowchart Included)</title>
	<link>http://kdubois.net/?p=460</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/dubois.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;p&gt;If you monitor the free software blogosphere, you will have noticed some debate going on over the inclusion of Mono in some major distributions, and other major distributions specifically barring its use. Here&amp;#8217;s my spin on it.&lt;/p&gt;
&lt;p&gt;Let&amp;#8217;s not debate exactly how good the language is. Let&amp;#8217;s not debate how fast, how maintainable, or how efficient Mono may or may not be. That would devolve into some sort of &amp;#8220;Ruby v. Python&amp;#8221; argument that leads nowhere. I&amp;#8217;ve enumerated the possible outcomes I can think of in this flowchart:&lt;img class=&quot;aligncenter&quot; src=&quot;http://kdubois.net/img/monoflowchart.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;737&quot; /&gt;&lt;/p&gt;
&lt;p&gt;There are coders out there who &amp;#8220;just like&amp;#8221; Mono. Open source is all about having fun with what you&amp;#8217;re doing, and to a lot of people out there, they have fun with Mono in a way that makes it rewarding for them to continue working with it. We don&amp;#8217;t want to lose them. On the other side, Mono (and C#) does indeed have patent ties to Microsoft. While these patent ties might not amount to anything, they are somewhat of a &amp;#8220;legal toehold&amp;#8221; into the Linux ecosystem.&lt;/p&gt;
&lt;p&gt;My personal final verdict? Mono should be treated by distribution makers as something that is &amp;#8220;legally sticky&amp;#8221; and should be included much in the sense that audio and video codecs, or flash are &amp;#8220;included&amp;#8221; in the distribution. For example, the mp3 codec is not distributed in large by most distributions, because its a legally sticky inclusion. Corporations own the rights to the mp3 codec, and distros make it easy to install the codecs, but don&amp;#8217;t distribute it. This saves the distros from potential legal snafus. Just because &amp;#8220;Mono&amp;#8221; designates an ecosystem of programs doesn&amp;#8217;t mean it has to treated any differently than &amp;#8220;patent-sticky&amp;#8221; codecs or plugins. Mono could be something that is easily installed (like flash nowadays, or A/V codecs), and even easily suggested by a GUI for the non-technical users who don&amp;#8217;t understand what goes on under the hood. Caution like this &lt;em&gt;won&amp;#8217;t hurt the Mono community &lt;/em&gt;very much, and &lt;em&gt;insulates Linux distros against potentially devastating patent claims&lt;/em&gt;. Seems like a win-win to me.&lt;/p&gt;</content:encoded>

	<dc:date>2009-06-29T17:30:31+00:00</dc:date>

</item>

<item rdf:about="tag:blogger.com,1999:blog-1400765799263079238.post-3985595022039883659">
	<title>Mathieu Trudel: Ottawa Linux Symposium 2009 in Montreal - interesting tidbits</title>
	<link>http://blog.cyphermox.net/2009/06/ottawa-linux-symposium-2009-in-montreal.html</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/trudel.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;Hey, it seems Canonical is a sponsor for the Linux Symposium 2009!&lt;br /&gt;&lt;br /&gt;Thanks Canonical for helping out and contributing to events around here too!&lt;br /&gt;&lt;br /&gt;Does that mean we'll see some &lt;a href=&quot;http://hall-of-fame.ubuntu.com/&quot;&gt;Ubuntu rock stars&lt;/a&gt; at the conference? :)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1400765799263079238-3985595022039883659?l=blog.cyphermox.net&quot; /&gt;&lt;/div&gt;</content:encoded>

	<dc:date>2009-06-29T16:32:00+00:00</dc:date>

	<dc:creator>matt</dc:creator>

</item>

<item rdf:about="http://stylesen.org/129 at http://stylesen.org">
	<title>Senthil Kumaran S: Pidgin 2.4.x Yahoo connectivity</title>
	<link>http://stylesen.org/pidgin_2_4_x_yahoo_connectivity</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/styl.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;p&gt;Recently Yahoo changed the way in which we connect to the IM, which broke Pidgin clients in Debian Lenny and Ubuntu systems, specifically pidgin client version 2.5.7 and below. We can correct it by doing the following if you don't want to upgrade your clients to something latest,&lt;/p&gt;
&lt;p&gt;Go to your yahoo account settings in Pidgin. You'll see two tabs at the&lt;br /&gt;
top. Go to the second tab(advance). There you'll find, &quot;scs.msg.yahoo.com&quot;&lt;br /&gt;
and a few other web addresses change it to *cn.scs.msg.yahoo.com*.&lt;/p&gt;
&lt;p&gt;Thanks to Vipin M of AU-KBC who gave this piece of info via ILUGC mailing list.&lt;/p&gt;</content:encoded>

	<dc:date>2009-06-29T06:39:38+00:00</dc:date>

</item>

<item rdf:about="http://www.stefanoforenza.com/?p=1948">
	<title>Stefano Forenza: MS makes everybody happy</title>
	<link>http://feedproxy.google.com/~r/stefanoforenza-ubuntu/~3/o13yZs_3JQg/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/stef.png&quot; width=&quot;68&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;&lt;img class=&quot;aligncenter size-full wp-image-1051&quot; title=&quot;Steve Ballmer&quot; src=&quot;http://www.stefanoforenza.com/blog/wp-content/uploads/2009/03/steve_ballmer2.jpg&quot; alt=&quot;Steve Ballmer&quot; width=&quot;346&quot; height=&quot;256&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9134914&quot;&gt;In Europe Windows 7 will cost 41% to 100% more than in the US&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks to Microsoft for keeping everyone happy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MS can recover the cash from the last EU anti-trust bill&lt;/li&gt;
&lt;li&gt;Linux will get a big push&lt;/li&gt;
&lt;li&gt;The EU anti-trust will have new excuses for a new bill&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A new cycle begins ! Thanks Microsoft !&lt;/p&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~r/stefanoforenza-ubuntu/~4/o13yZs_3JQg&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content:encoded>

	<dc:date>2009-06-28T23:25:18+00:00</dc:date>

</item>

<item rdf:about="http://oei.yungchin.nl/?p=297">
	<title>Yung-Chin Oei: Ksplice Uptrack: a quick-test on Ubuntu 9.04 Live</title>
	<link>http://oei.yungchin.nl/2009/06/28/ksplice-uptrack-quick-test-on-ubuntu-9-04-live/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/yung.png&quot; width=&quot;73&quot; height=&quot;93&quot; alt=&quot;&quot;&gt;&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;I&amp;#8217;ve been using Ubuntu 8.04 on my laptop &lt;a title=&quot;Installing Ubuntu 8.04 with full disk encryption&quot; href=&quot;http://oei.yungchin.nl/2008/04/23/installing-ubuntu-804-with-full-disk-encryption/&quot;&gt;for ages&lt;/a&gt;, and never had any reason to upgrade from there &amp;#8211; &amp;#8220;it just works, I&amp;#8217;m done upgrading&amp;#8221; is what I&amp;#8217;d smugly tell people&amp;#8230; Now, I&amp;#8217;ve found a big &lt;a title=&quot;Linux Kernel Mailing List: Ksplice updates for Ubuntu 9.04 Jaunty&quot; href=&quot;http://lkml.org/lkml/2009/6/25/123&quot;&gt;reason to upgrade&lt;/a&gt;: Ksplice, which I &lt;a title=&quot;Ksplice Trophée du Libre&quot; href=&quot;http://oei.yungchin.nl/2009/06/18/ksplice-trophee-du-libre/&quot;&gt;mentioned&lt;/a&gt; the other day, put a &lt;a href=&quot;http://ksplice.com/uptrack/&quot;&gt;new service&lt;/a&gt; up:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Ksplice Uptrack is a new service that lets you effortlessly keep your systems up to date and secure, without rebooting.&lt;/p&gt;
&lt;p&gt;Once you’ve completed the easy installation process, your system will be set up to receive rebootless updates instead of traditional, disruptive updates.  [...]&lt;/p&gt;
&lt;p&gt;Ksplice, Inc. is proud to make this service freely available for the latest version of the world’s most popular desktop Linux distribution: Ubuntu 9.04 Jaunty Jackalope.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a title=&quot;Reboots are uncool (= me whining about productivity loss)&quot; href=&quot;http://oei.yungchin.nl/2008/10/15/reboots-are-uncool/&quot;&gt;No more reboots&lt;/a&gt;, and still applying security patches &lt;a title=&quot;The superiority of the distro (= me whining about the risks of delayed installations of updates)&quot; href=&quot;http://oei.yungchin.nl/2009/05/10/the-superiority-of-the-distro/&quot;&gt;as soon as they become available&lt;/a&gt;. That&amp;#8217;s worth the dist-upgrade hassle.&lt;/p&gt;
&lt;p&gt;For now, all I did was running a quick test. I had a USB stick with Ubuntu Netbook Remix 9.04 lying around, so I booted from that, hooked up the wifi (man, connecting is fast with NetworkManager 0.7-something &amp;#8211; another reason to upgrade&amp;#8230;), downloaded ksplice-uptrack.deb, and installed it on the Live system (you also need network connectivity to fetch some dependencies from the Ubuntu repository). This is what you get:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://learninginlinux.files.wordpress.com/2009/06/ksplice-uptrack-init.png&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-302&quot; title=&quot;ksplice-uptrack updates window &quot; src=&quot;http://learninginlinux.files.wordpress.com/2009/06/ksplice-uptrack-init.png?w=300&amp;#038;h=187&quot; alt=&quot;ksplice-uptrack updates window &quot; width=&quot;300&quot; height=&quot;187&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s a little tray-icon (the one resembling a &amp;#8220;K&amp;#8221;&amp;#8230;) informing you that kernel updates are available, and clicking it opens an update window. Nothing exciting to see here, actually.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://learninginlinux.files.wordpress.com/2009/06/ksplice-uptrack-working.png&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-303&quot; title=&quot;ksplice-uptrack in action&quot; src=&quot;http://learninginlinux.files.wordpress.com/2009/06/ksplice-uptrack-working.png?w=300&amp;#038;h=187&quot; alt=&quot;ksplice-uptrack in action&quot; width=&quot;300&quot; height=&quot;187&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Still not very exciting. The whole thing is very understated, almost disappointingly so &amp;#8211; I mean, something this cool should look cool, shouldn&amp;#8217;t it?&lt;/p&gt;
&lt;p&gt;&amp;#8230;. and everything still works after this. In fact, I&amp;#8217;m typing this post from the Live system with the (supposedly) updated kernel. I tried shutting the lid on my D630, and it nicely went into ACPI suspend. And came back up.&lt;/p&gt;
&lt;p&gt;Wicked.&lt;/p&gt;
&lt;p&gt;(Small disappointment: it seems Firefox crashed between suspend and resume. Did it a second time, and again Firefox died. Third time: no problems. Not sure if this has anything to do with anything, so for now pretend I didn&amp;#8217;t mention it.)&lt;/p&gt;
&lt;p&gt;Cool stuff, seriously. This will be in 10.04 by default, I&amp;#8217;ve no doubt. In case you&amp;#8217;re looking, here&amp;#8217;s one guy eager to work on that!&lt;/p&gt;
&lt;p&gt;One more thing: in their &lt;a title=&quot;Ksplice Uptrack FAQ&quot; href=&quot;http://ksplice.com/uptrack/faq&quot;&gt;FAQ&lt;/a&gt; they suggest a little test to demonstrate that the thing actually does something. I tried their suggestion and ran their test-thing a couple of times. But I&amp;#8217;m off to bed now, so here&amp;#8217;s the output, and I&amp;#8217;ll leave calculating whether the difference before/after updates is statistically significant to you&amp;#8230;&lt;/p&gt;
&lt;blockquote&gt;
&lt;pre&gt;ubuntu@ubuntu:~$ wget -O demo.c http://www.ksplice.com/uptrack/2009-06-demo.c
ubuntu@ubuntu:~$ gcc demo.c -o demo
ubuntu@ubuntu:~$ sudo cpufreq-selector -c 0 -g performance
ubuntu@ubuntu:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance
ubuntu@ubuntu:~$ sudo cpufreq-selector -c 1 -g performance
ubuntu@ubuntu:~$ cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Core(TM)2 Duo CPU     T8100  @ 2.10GHz
stepping        : 6
cpu MHz         : 2101.000
cache size      : 3072 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
apicid          : 0
initial apicid  : 0
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm ida tpr_shadow vnmi flexpriority
bogomips        : 4189.64
clflush size    : 64
power management:

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Core(TM)2 Duo CPU     T8100  @ 2.10GHz
stepping        : 6
cpu MHz         : 2101.000
cache size      : 3072 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
apicid          : 1
initial apicid  : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm ida tpr_shadow vnmi flexpriority
bogomips        : 4189.57
clflush size    : 64
power management:

ubuntu@ubuntu:~$ ./demo
time to write 100 lines is 6(msec)
# ...hmmm, wait, this is a Live system...
ubuntu@ubuntu:~$ sudo mount /dev/sda3 /mnt
ubuntu@ubuntu:~$ cd /mnt/
ubuntu@ubuntu:/mnt$ sudo mkdir test
ubuntu@ubuntu:/mnt$ sudo chmod a+rwx test
ubuntu@ubuntu:/mnt$ cd test/
ubuntu@ubuntu:/mnt/test$ cp /home/ubuntu/demo .
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 49(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 54(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 64(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 60(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 75(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 72(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 62(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 65(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 80(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 52(msec)
ubuntu@ubuntu:/mnt/test$ sudo uptrack-remove --all -y
The following steps will be taken:
Remove [cdoprpi1] Performance regression in filesystem buffer code.
Remove [9xoc5qmo] Possible erroneous memory overcommit in program start.
Remove [ll9q1ymc] Multiple bugs in filesystem core.
Remove [ovniqwxh] CVE-2009-1192: Information leak in the agp subsystem.
Remove [hrxbvh0e] CVE-2009-1265: Integer overflow in the af_rose maximum user frame size.
Remove [uzolzfa2] CVE-2009-1337: kill the wrong capable(CAP_KILL) check.
Remove [xgqc9vy4] VGA console corrupts non-ASCII characters.
Remove [pdfrn6qa] Denial of service by evading CPU time limits.
Remove [c8ueseae] Symbolic link filenames under eCryptfs can produce alarming warnings in dmesg.
Removing [cdoprpi1] Performance regression in filesystem buffer code.
Removing [9xoc5qmo] Possible erroneous memory overcommit in program start.
Removing [ll9q1ymc] Multiple bugs in filesystem core.
Removing [ovniqwxh] CVE-2009-1192: Information leak in the agp subsystem.
Removing [hrxbvh0e] CVE-2009-1265: Integer overflow in the af_rose maximum user frame size.
Removing [uzolzfa2] CVE-2009-1337: kill the wrong capable(CAP_KILL) check.
Removing [xgqc9vy4] VGA console corrupts non-ASCII characters.
Removing [pdfrn6qa] Denial of service by evading CPU time limits.
Removing [c8ueseae] Symbolic link filenames under eCryptfs can produce alarming warnings in dmesg.
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 816(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 805(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 793(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 786(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 785(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 787(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 791(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 787(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 786(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 785(msec)
ubuntu@ubuntu:/mnt/test$ sudo uptrack-upgrade -y
The following steps will be taken:
Install [c8ueseae] Symbolic link filenames under eCryptfs can produce alarming warnings in dmesg.
Install [pdfrn6qa] Denial of service by evading CPU time limits.
Install [xgqc9vy4] VGA console corrupts non-ASCII characters.
Install [uzolzfa2] CVE-2009-1337: kill the wrong capable(CAP_KILL) check.
Install [hrxbvh0e] CVE-2009-1265: Integer overflow in the af_rose maximum user frame size.
Install [ovniqwxh] CVE-2009-1192: Information leak in the agp subsystem.
Install [ll9q1ymc] Multiple bugs in filesystem core.
Install [9xoc5qmo] Possible erroneous memory overcommit in program start.
Install [cdoprpi1] Performance regression in filesystem buffer code.
Installing [c8ueseae] Symbolic link filenames under eCryptfs can produce alarming warnings in dmesg.
Installing [pdfrn6qa] Denial of service by evading CPU time limits.
Installing [xgqc9vy4] VGA console corrupts non-ASCII characters.
Installing [uzolzfa2] CVE-2009-1337: kill the wrong capable(CAP_KILL) check.
Installing [hrxbvh0e] CVE-2009-1265: Integer overflow in the af_rose maximum user frame size.
Installing [ovniqwxh] CVE-2009-1192: Information leak in the agp subsystem.
Installing [ll9q1ymc] Multiple bugs in filesystem core.
Installing [9xoc5qmo] Possible erroneous memory overcommit in program start.
Installing [cdoprpi1] Performance regression in filesystem buffer code.
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 61(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 56(msec)
ubuntu@ubuntu:/mnt/test$ ./demo
time to write 100 lines is 47(msec)
ubuntu@ubuntu:/mnt/test$&lt;/pre&gt;
&lt;/blockquote&gt;
Posted in UbuntuWeblogsOrg Tagged: Jaunty Jackalope, ksplice, Ksplice Uptrack, reboots, Security, software updates, ubuntu 9.04 &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/learninginlinux.wordpress.com/297/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/learninginlinux.wordpress.com/297/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/learninginlinux.wordpress.com/297/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/learninginlinux.wordpress.com/297/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/learninginlinux.wordpress.com/297/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/learninginlinux.wordpress.com/297/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/learninginlinux.wordpress.com/297/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/learninginlinux.wordpress.com/297/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/learninginlinux.wordpress.com/297/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/learninginlinux.wordpress.com/297/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=oei.yungchin.nl&amp;amp;blog=2592007&amp;amp;post=297&amp;amp;subd=learninginlinux&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</content:encoded>

	<dc:date>2009-06-28T00:21:13+00:00</dc:date>

</item>

<item rdf:about="http://www.stefanoforenza.com/?p=1942">
	<title>Stefano Forenza: Clever windows management for Gnome</title>
	<link>http://feedproxy.google.com/~r/stefanoforenza-ubuntu/~3/KOkfzRW8ROQ/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/stef.png&quot; width=&quot;68&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;I&amp;#8217;ve just come across this mockup for Gnome 3, and I find it pretty cool &lt;img src=&quot;http://www.stefanoforenza.com/blog/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;!-- Smart Youtube --&gt;&lt;span class=&quot;youtube&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=lsZvwyxJ9vk&quot;&gt;&lt;img src=&quot;http://img.youtube.com/vi/lsZvwyxJ9vk/default.jpg&quot; width=&quot;130&quot; height=&quot;97&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Not that everything is desiderable but you can find some clever concepts in there:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;colored decoration basing on the application (so alikes look alike)&lt;/li&gt;
&lt;li&gt;notice how the maximized window contains the systray.&lt;/li&gt;
&lt;li&gt;easy and drag and drop based minimize and move-to-desktop.&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&quot;attachment_1943&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;img class=&quot;size-full wp-image-1943&quot; title=&quot;Clever windows management&quot; src=&quot;http://www.stefanoforenza.com/blog/wp-content/uploads/2009/06/picture-6.png&quot; alt=&quot;Notice how the maximized window includes the systray&quot; width=&quot;481&quot; height=&quot;359&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Notice how the maximized window includes the systray&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;What do you think ?&lt;/p&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~r/stefanoforenza-ubuntu/~4/KOkfzRW8ROQ&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content:encoded>

	<dc:date>2009-06-27T18:13:10+00:00</dc:date>

</item>

<item rdf:about="http://johnpaulett.com/?p=169">
	<title>John Paulett: Install Eclipse Galileo (3.5) on Ubuntu Jaunty (9.04)</title>
	<link>http://johnpaulett.com/2009/06/26/install-eclipse-galileo-3-5-on-ubuntu-jaunty-9-04/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/paulett.png&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;Eclipse 3.5, codenamed &amp;#8220;Galileo,&amp;#8221; was released this week!  While there is a &lt;a href=&quot;https://launchpad.net/~eclipse-team&quot;&gt;team&lt;/a&gt; actively working on building an Ubuntu &lt;a href=&quot;https://launchpad.net/~eclipse-team/+archive/ppa&quot;&gt;deb package&lt;/a&gt;, they do not yet have a package yet for Eclipse 3.5.&lt;/p&gt;
&lt;p&gt;I put together some super simple instructions for installing Eclipse 3.5.  &lt;/p&gt;
&lt;p&gt;&lt;!--
google_ad_client = &quot;pub-9075788402954612&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as&quot;;
google_ad_type = &quot;text&quot;;
//2007-04-01: InBlogPost, TextOnly
google_ad_channel = &quot;1979652875+7586307529&quot;;
google_color_border = &quot;FFFFFF&quot;;
google_color_bg = &quot;FFFFFF&quot;;
google_color_link = &quot;319BD8&quot;;
google_color_text = &quot;736C62&quot;;
google_color_url = &quot;333333&quot;;
//--&gt;
&lt;/p&gt;
&lt;p&gt;I am going to perform a per-user installation into my home-directory.  If multiple people use eclipse on the same computer, you may want to modify these instructions to install into &lt;em&gt;/opt/&lt;/em&gt;. I am going to put the installable in &lt;em&gt;~/bin/packages/eclipse3.5&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;First, create the installation directory (change according to your own tastes)&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;mkdir&lt;/span&gt; ~&lt;span&gt;/&lt;/span&gt;bin
mdir ~&lt;span&gt;/&lt;/span&gt;bin&lt;span&gt;/&lt;/span&gt;packages
&lt;span&gt;cd&lt;/span&gt; ~&lt;span&gt;/&lt;/span&gt;bin&lt;span&gt;/&lt;/span&gt;packages&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Now &lt;a href=&quot;http://www.eclipse.org/downloads/&quot;&gt;download&lt;/a&gt; the appropriate tar.gz file from eclipse.  I am going to grab them from Amazon&amp;#8217;s Cloudfront.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For 64-bit Ubuntu&lt;/strong&gt;:&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;wget&lt;/span&gt; http:&lt;span&gt;//&lt;/span&gt;d2u376ub0heus3.cloudfront.net&lt;span&gt;/&lt;/span&gt;galileo&lt;span&gt;/&lt;/span&gt;eclipse-java-galileo-linux-gtk-x86_64.tar.gz&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;For standard 32-bit Ubuntu&lt;/strong&gt;:&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;wget&lt;/span&gt; http:&lt;span&gt;//&lt;/span&gt;d2u376ub0heus3.cloudfront.net&lt;span&gt;/&lt;/span&gt;galileo&lt;span&gt;/&lt;/span&gt;eclipse-java-galileo-linux-gtk.tar.gz&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Now unzip, and rename the directory (I want multiple version of Eclipse):&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;tar&lt;/span&gt; xzvf eclipse-java-galileo-linux-gtk&lt;span&gt;*&lt;/span&gt;.tar.gz 
&lt;span&gt;mv&lt;/span&gt; eclipse eclipse3.5&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Great, almost there.  I am going to create a file so that I can launch eclipse from the command line.  Create a new file &lt;em&gt;~/bin/eclipse&lt;/em&gt;, and in that file, put:&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;#/usr/bin/bash&lt;/span&gt;
&lt;span&gt;`&lt;/span&gt;~&lt;span&gt;/&lt;/span&gt;bin&lt;span&gt;/&lt;/span&gt;packages&lt;span&gt;/&lt;/span&gt;eclipse3.5&lt;span&gt;/&lt;/span&gt;eclipse &lt;span&gt;-vmargs&lt;/span&gt; &lt;span&gt;-Xms128M&lt;/span&gt; &lt;span&gt;-Xmx512M&lt;/span&gt; -XX:&lt;span&gt;PermSize&lt;/span&gt;=128M -XX:&lt;span&gt;MaxPermSize&lt;/span&gt;=512M &lt;span&gt;&amp;amp;&amp;gt;&lt;/span&gt; &lt;span&gt;/&lt;/span&gt;dev&lt;span&gt;/&lt;/span&gt;null&lt;span&gt;`&lt;/span&gt; &lt;span&gt;&amp;amp;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;(You can later change these values if you get out of memory issues from Eclipse.)&lt;/p&gt;
&lt;p&gt;Lastly, make the file executable:&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;bash&quot;&gt;&lt;span&gt;chmod&lt;/span&gt; u+x ~&lt;span&gt;/&lt;/span&gt;bin&lt;span&gt;/&lt;/span&gt;eclipse&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Install plugins&lt;/strong&gt;&lt;br /&gt;
Yet again, Eclipse has changed its update manager (each time it gets better).  I am going to add a few plugins for Python, Clojure, and Mercurial.&lt;/p&gt;
&lt;p&gt;If you go to Help &gt; Install new software, click the &amp;#8220;Available Software Sites&amp;#8221; link, and add your update sites.  For me they include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;http://pydev.sourceforge.net/updates/&lt;/li&gt;
&lt;li&gt;http://clojure-dev.googlecode.com/svn/updatesite/&lt;/li&gt;
&lt;li&gt;http://www.vectrace.com/eclipse-update/&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Add Icon to the Panel&lt;/strong&gt;&lt;br /&gt;
I like having an icon on my panel to quickly launch Eclipse, like so:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://johnpaulett.com/wp-content/uploads/2009/06/toolbar.png&quot; alt=&quot;Ubuntu Panel with Eclipse Launcher&quot; title=&quot;Ubuntu Panel with Eclipse Launcher&quot; width=&quot;441&quot; height=&quot;64&quot; class=&quot;alignnone size-full wp-image-170&quot; /&gt;&lt;/p&gt;
&lt;p&gt;To do so, right click on your panel in a place with no other panel tool. Select &amp;#8220;Add to Panel&amp;#8221; then create a &amp;#8220;Custom Application Launcher&amp;#8221;.  You can enter &lt;em&gt;~/bin/eclipse&lt;/em&gt; as the command to run, and if you click the icon on the left, you can use the Eclipse icon in &lt;em&gt;~/bin/packages/eclipse3.5/&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://johnpaulett.com/wp-content/uploads/2009/06/add_icon.png&quot; alt=&quot;Custom Eclipse Launcher&quot; title=&quot;Custom Eclipse Launcher&quot; width=&quot;404&quot; height=&quot;213&quot; class=&quot;alignnone size-full wp-image-171&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Leave a comment if you run into issues or have a better method!&lt;/p&gt;
&lt;p&gt;You can also see my &lt;a href=&quot;http://johnpaulett.com/2008/06/26/eclipse-34-ganymede-on-ubuntu/&quot;&gt;previous instructions for Eclipse 3.4&lt;/a&gt;, if you run into any issues&amp;#8211;there were lots of great comments!&lt;/p&gt;</content:encoded>

	<dc:date>2009-06-27T02:13:40+00:00</dc:date>

</item>

<item rdf:about="http://www.stefanoforenza.com/?p=1937">
	<title>Stefano Forenza: Ubuntu Wiki lock-in</title>
	<link>http://feedproxy.google.com/~r/stefanoforenza-ubuntu/~3/ro42ayB9XaA/</link>

<content:encoded>&lt;img class=&quot;face&quot; src=&quot;http://ubuntuweblogs.org/./faces/stef.png&quot; width=&quot;68&quot; height=&quot;100&quot; alt=&quot;&quot;&gt;&lt;p&gt;&lt;a href=&quot;http://www.stefanoforenza.com/blog/wp-content/uploads/2009/06/fedora-10-logo.jpg&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-1939&quot; title=&quot;Fedora logo&quot; src=&quot;http://www.stefanoforenza.com/blog/wp-content/uploads/2009/06/fedora-10-logo.jpg&quot; alt=&quot;Fedora logo&quot; width=&quot;358&quot; height=&quot;311&quot; /&gt;&lt;/a&gt;This comes from the &lt;a href=&quot;http://fedoraproject.org/people/&quot;&gt;Fedora planet&lt;/a&gt;, more specifically &lt;a href=&quot;http://www.happyassassin.net/2009/06/25/ubuntu-wiki-not-shareable/&quot;&gt;AdamW&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;I may be missing something here (be great if I am), but it seems to me that the content of the &lt;a href=&quot;https://wiki.ubuntu.com/&quot;&gt;Ubuntu Wiki&lt;/a&gt; - which contains some great stuff - is not licensed under one of the common ’shareable’ licenses, like CC, GFDL or OPL. Neither the front page nor any of the several random pages of content I checked has a license declaration that I could find, and the “Legal information” link in the footer takes you to the &lt;a href=&quot;http://www.ubuntu.com/legal&quot;&gt;general ubuntu.com legal info page&lt;/a&gt;. So as far as I can tell, the license on that page - which is basically “for anything other than personal non-commercial use, apply to Canonical” - applies. That’s a bit unfortunate, and against the open source spirit of collaboration, if it’s true. I had a couple of people check my sanity on this one, and asked in #ubuntu-doc, and no-one could find anything to the contrary.&lt;/p&gt;
&lt;p&gt;I got onto this by looking at the Ubuntu &lt;a href=&quot;https://wiki.ubuntu.com/DebuggingProcedures&quot;&gt;debugging procedures&lt;/a&gt; page, which is great. We’re looking at improving the Fedora wiki pages on what information to include when reporting bugs on particular components, and it would make sense to just re-use the Ubuntu community’s work here rather than spend time re-do it all ourselves which could more usefully be spent elsewhere. But if I’m right, we can’t.&lt;/p&gt;
&lt;p&gt;If anyone knows that I’m wrong here (or can explain why there isn’t a less restrictive license, if I’m right), please do comment. Thanks!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&amp;#8217;s pretty odd, and I&amp;#8217;m sure &lt;em&gt;Canonical&lt;/em&gt; will clear up the issue pretty fast once they become aware of it. They &lt;a title=&quot;demonstrated&quot; href=&quot;http://www.stefanoforenza.com/ubuntu-satanic-store-issue-cleared-up/&quot;&gt;demonstrated&lt;/a&gt; they&amp;#8217;re able to correct &lt;a title=&quot;their own mistakes&quot; href=&quot;http://www.stefanoforenza.com/canonical-shuts-down-ubuntu-satanic-store/&quot;&gt;their own mistakes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s just one more guy waiting for the issue to be solved in favor of our beloved &lt;em&gt;fedora friends&lt;/em&gt;.&lt;/p&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~r/stefanoforenza-ubuntu/~4/ro42ayB9XaA&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content:encoded>

	<dc:date>2009-06-26T00:53:46+00:00</dc:date>

</item>


</rdf:RDF>
