<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>noizZze &#187; ubuntu</title>
	<atom:link href="http://blog.noizeramp.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.noizeramp.com</link>
	<description>Am I a finished product -- or a work in progress?</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:34:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu and Passenger has Just Married</title>
		<link>http://blog.noizeramp.com/2008/06/01/ubuntu-and-passenger-has-just-married/</link>
		<comments>http://blog.noizeramp.com/2008/06/01/ubuntu-and-passenger-has-just-married/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 07:27:33 +0000</pubDate>
		<dc:creator>Aleksey Gureiev</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[mod_rails]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.noizeramp.com/?p=303</guid>
		<description><![CDATA[My gosh, I can&#8217;t believe I missed this. On May 21 Brightbox has announced a happy marriage of a revolutionary mod_rails (Passenger) project from Phusion to the excellent user-friendly Linux for the mere mortals &#8212; Ubuntu.
It means that the deployment and management of Rails applications becomes a breeze. I personally still prefer my very custom [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/"><img class="alignright size-full wp-image-293" title="ubuntulogo" src="http://blog.noizeramp.com/wp-content/uploads/2008/04/ubuntulogo.png" alt="" width="202" height="55" /></a>My gosh, I can&#8217;t believe I missed this. On May 21 <a href="http://blog.brightbox.co.uk/posts/brightbox-builds-hardy-passenger-package">Brightbox has announced</a> a happy marriage of a revolutionary <a href="http://www.modrails.com/">mod_rails (Passenger) project from Phusion</a> to the excellent user-friendly Linux for the mere mortals &#8212; <a href="http://www.ubuntu.com/">Ubuntu</a>.</p>
<p>It means that the deployment and management of Rails applications becomes a breeze. I personally still prefer my very custom deployment setup &#8212; Nginx-Mongrel (for Rails) + Nginx-Apache (for PHP), but for those planning to unroll massive Rails hosting, it may be a famous Red Pill.</p>
<p>Love Rails!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noizeramp.com/2008/06/01/ubuntu-and-passenger-has-just-married/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 is Out</title>
		<link>http://blog.noizeramp.com/2008/04/25/ubuntu-804-is-out/</link>
		<comments>http://blog.noizeramp.com/2008/04/25/ubuntu-804-is-out/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 07:53:05 +0000</pubDate>
		<dc:creator>Aleksey Gureiev</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.noizeramp.com/?p=292</guid>
		<description><![CDATA[It was Clean Thursday yesterday and hopefully you were cleaning your hard drive for a great new Ubuntu 8.04. It made it to the download sites in the evening and since then they creak under a heaviest load.
Have you ever wondered why they version their releases in that strange way &#8212; &#8230;, 7.04, 7.10, 8.04? [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/"><img class="size-full wp-image-293" style="float: right; margin: 0 0 20px 20px;" title="ubuntulogo" src="http://blog.noizeramp.com/wp-content/uploads/2008/04/ubuntulogo.png" border="0" alt="" width="202" height="55" /></a>It was Clean Thursday yesterday and hopefully you were cleaning your hard drive for a great new Ubuntu 8.04. It made it to the <a href="http://www.ubuntu.com/getubuntu/download">download sites</a> in the evening and since then they creak under a heaviest load.</p>
<p>Have you ever wondered why they version their releases in that strange way &#8212; &#8230;, 7.04, 7.10, 8.04? I never mulled over that, but yesterday I was enlightened. Look at the numbers closely: 2007.04, 2007.10, 2008.04. Alright, now it does make perfect sense, doesn&#8217;t it?</p>
<p>While we are at it, let me explain briefly how I partition my hard drive to aid quick and painless system upgrades. Keeping in mind that Canonical releases a new version precisely once a half year, it is judicious to keep OS on a separate partition so that it can be easily replaced, while your home directories stay intact. This is how I do it:</p>
<ul>
<li>/ (root) partition &#8212; 5 Gb</li>
<li>/home partition &#8212; 5 Gb</li>
<li>swap partition &#8212; 2 Gb</li>
</ul>
<p>Every time a new version of Ubuntu comes out, I simply format the root partition and install the release there from a Live CD. Certainly I need to restore all apps later, but it&#8217;s not a big deal actually as I maintain a nice list for this matter.</p>
<p>I know Ubuntu has a mechanism to upgrade itself to a newer version through the Updates manager, but, in practice, being upgraded in this fashion, OS doesn&#8217;t unveil its full potential, and more like &#8220;mimics&#8221; the previous version. I compared the two in the past and am inexpressibly happy about the discovery.</p>
<p>Hopefully this information will be valuable in the light of upcoming wave of upgrades.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noizeramp.com/2008/04/25/ubuntu-804-is-out/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 is Coming</title>
		<link>http://blog.noizeramp.com/2008/04/08/ubuntu-804-is-coming/</link>
		<comments>http://blog.noizeramp.com/2008/04/08/ubuntu-804-is-coming/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 10:03:06 +0000</pubDate>
		<dc:creator>Aleksey Gureiev</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.noizeramp.com/?p=279</guid>
		<description><![CDATA[You know, I&#8217;m a big fan of Ubuntu Linux and using it on my aging HP compaq nx9005 laptop for my business needs just fine for more than 5 years now. I&#8217;ve been running it since its childhood and my drawers are still full of Live CDs they generously send to everyone free of charge.
Today, [...]]]></description>
			<content:encoded><![CDATA[<p>You know, I&#8217;m a big fan of Ubuntu Linux and using it on my aging HP compaq nx9005 laptop for my business needs just fine for more than 5 years now. I&#8217;ve been running it since its childhood and my drawers are still full of Live CDs they generously send to everyone free of charge.</p>
<p>Today, when I was looking for an updated <a href="http://www.pidgin.im/">Pidgin 2.4.1</a> package (currently I&#8217;m running 2.2.0), I happened to see the front page of the <a href="http://www.ubuntu.com/">official Ubuntu site</a> and guess what? It struck me on the head. 16 days left until the next release!</p>
<p>It made my day. I&#8217;m well-taught that every next release takes so much enjoyment that it would be fair to make it an official world-wide holiday. No kidding. <img src='http://blog.noizeramp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It is much like every next Mac OS X version, but without an additional weight. You still can run the OS on your granny&#8217;s i386, and do that comfortably. But if you have an up-to-date roaring monster under the hood, there&#8217;s a plenty of options to keep it busy.</p>
<p>Enough words. Let&#8217;s count out loud.<br />
<script src="http://www.ubuntu.com/files/countdown/display.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.noizeramp.com/2008/04/08/ubuntu-804-is-coming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
