<?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>Pelago :: web design &#38; development blog &#187; ubuntu</title>
	<atom:link href="http://www.pelagodesign.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pelagodesign.com/blog</link>
	<description>Santa Barbara Web Design and Web Development Blog on the web world and other randoms</description>
	<lastBuildDate>Wed, 09 Mar 2011 16:31:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Crunchbang Linux a Speedy Alternative to Ubuntu</title>
		<link>http://www.pelagodesign.com/blog/2009/11/06/crunchbang-linux-a-speedy-alternative-to-ubuntu/</link>
		<comments>http://www.pelagodesign.com/blog/2009/11/06/crunchbang-linux-a-speedy-alternative-to-ubuntu/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:08:57 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[crunchbang]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/2009/11/06/crunchbang-linux-a-speedy-alternative-to-ubuntu/</guid>
		<description><![CDATA[Built using only Ubuntu, Crunchbang Linux has boiled down its distribution offering only the bare minimum needed to have a good balance between speed and functionality. Though not intended for older hardware, it is reported to work well in outdated environments where there is a premium placed on eking out as much speed as possible. [...]]]></description>
			<content:encoded><![CDATA[<p>Built using only Ubuntu, Crunchbang Linux has boiled down its distribution offering only the bare minimum needed to have a good balance between speed and functionality. Though not intended for older hardware, it is reported to work well in outdated environments where there is a premium placed on eking out as much speed as possible. Read more about it at <a href="http://crunchbanglinux.org/wiki/about" title="More about Crunchbang Linux">http://crunchbanglinux.org/wiki/about</a> and share with us any stories you might have in using it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2009/11/06/crunchbang-linux-a-speedy-alternative-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Ubuntu Linux run faster on a laptop</title>
		<link>http://www.pelagodesign.com/blog/2009/07/21/how-to-make-ubuntu-linux-run-faster-on-a-laptop/</link>
		<comments>http://www.pelagodesign.com/blog/2009/07/21/how-to-make-ubuntu-linux-run-faster-on-a-laptop/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:20:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/?p=464</guid>
		<description><![CDATA[If you google around on the web you will find there are several tutorials on how to make your Ubuntu Linux installation run faster &#8212; especially on older hardware. These tips are very useful and range from minor tweaks to major overhauls. Being an intermediate Linux user myself, I found some of the more difficult [...]]]></description>
			<content:encoded><![CDATA[<p>If you google around on the web you will find there are several tutorials on how to make your Ubuntu Linux installation run faster &mdash; especially on older hardware. These tips are very useful and range from minor tweaks to major overhauls. Being an intermediate Linux user myself, I found some of the more difficult optimizations to be overwhelming and not something I would want to try at home &mdash; changes to how Linux writes to the hard drive, for example. While researching and implementing the optimizations I felt comfortable with on my older Dell laptop and my new Asus eeePC 901, I jotted down all of my notes for future reference. Below are some tips for the intermediate user on how to optimize your laptop (or desktop) running Ubuntu Linux.</p>
<p>&nbsp;</p>
<h3>Reduce Swappiness</h3>
<p>Most laptops have enough RAM installed that the swap space on the hard disk shouldn&#8217;t really be used. Yet the default setting for swappiness in Ubuntu is 60. By lowering it to 10 we can reduce the number of read/writes the the hard disk. This is especially handy for netbooks with solid state drives in them. To reduce the swappiness, follow these steps:</p>
<ol>
<li><code style="font-weight: bold;">sudo sysctl -w vm.swappiness=10</code></li>
<li>Add the following line to <em>/etc/sysctl.conf</em><br />
<code style="font-weight: bold;">vm.swappiness=10</code></li>
</ol>
<p>&nbsp;</p>
<h3>Preload</h3>
<p>Preload is an adaptive read-ahead daemon that monitors running applications and analyzes them for commonalities. It then uses this data to predict what applications you might run and preloads them into memory. The result is faster startup times for commonly used programs. Installing preload is as easy. Just run the following line in a terminal window:</p>
<p><code style="font-weight: bold;">sudo apt-get install preload</code></p>
<p><a href="http://www.goitexpert.com/general/load-application-quicker-in-ubuntu-with-preload/" title="Load Application Quicker in UBUNTU With Preload">&#187; For further explanation, read this article on loading applications quicker in Ubuntu using preload.<br />
</a></p>
<p>&nbsp;</p>
<h3>Boot-Up Manager</h3>
<p>The Boot-Up Manager (BUM) is a useful utility for starting and stopping boot-up scripts. Once installed it will appear in the <em>System -&gt; Administration</em> menu. You can use BUM disable unnecessary boot-up scripts that may be slowing down your boot time. For example, I disabled saned, an API library for scanners, because I know I&#8217;ll never be attaching a flatbed scanner to my laptop. To install BUM:</p>
<p><code style="font-weight: bold;">sudo apt-get install bum</code></p>
<p><a href="http://www.marzocca.net/linux/bumdocs.html" title="Boot-Up Manager Documentation">&#187; Read the documentation for Boot-Up Manager</a></p>
<p>&nbsp;</p>
<h3>Startup Applications</h3>
<p>If you are using Gnome for your desktop manager there will be an option to select which applications are started when you login. Go to <em>System -&gt; Preferences -&gt; Startup Applications</em> and uncheck the programs you don&#8217;t need. For example, I disabled the Evolution Alarm Notifier because I don&#8217;t use Evolution for setting alarms. I also disabled the Remote Desktop server, UME Desktop Launcher, and UNR Launcher. Just be careful to uncheck them and not remove them. In the case that you&#8217;ve removed something critical,  you&#8217;ll want to be able to get it back. </p>
<p>&nbsp;</p>
<h3>Replace Metacity with Openbox</h3>
<p>Openbox is a minimalistic and lightweight window manager that is known to run much faster than metacity, its bulkier counterpart. And you can easily get it working while still using Gnome as your window manager / desktop environment. By running Openbox inside the Gnome environment your desktop will become cleaner and faster. To install it, follow these steps:</p>
<ol>
<li>Install openbox using:<br />
<code style="font-weight: bold;">sudo apt-get install openbox obconf openbox-themes</code></li>
<li>Setup openbox as the default window manager by adding an entry in Startup Applications.<br />
To do this, go to <em>System -&gt; Preferences -&gt; Startup Applications and enter the following:</p>
<ul>
<li>Name: Openbox</li>
<li>Command: openbox &ndash;&ndash;replace</li>
</ul>
<p></em><em>Note: According to the Openbox documentation you can make it the default by choosing the GNOME/Openbox session when logging in and saving this as your default session. However, this functionality is broken in 9.04. The above steps are a workaround until this is fixed.</em>
</li>
<li>Choosing the Openbox theme and other configuration settings<br />
Go to <em>System -&gt; Preferences -&gt; Openbox Configuration Manager</em> to choose a theme you like and to update other settings such as Appearance and Windows.<br />
<em>Note: changing the Desktops setting doesn&#8217;t effect the Gnome applet controlling the number of desktops. To change the number of desktops, you will need to revert back to Metacity and change them, then re-enable Openbox</em>
</li>
</ol>
<p><a href="http://icculus.org/openbox/index.php/Main_Page" title="Openbox, a highly configurable, next generation window manager with extensive standards support.">&#187; More information, documentation and screenshots available at the Openbox web site</a></p>
<p>&nbsp;</p>
<h3>That&#8217;s all for now</h3>
<p>I found that making these few simple changes decreased load times on my older laptop significantly and made my newer netbook more minimal. Hopefully, these tips will help you as well.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2009/07/21/how-to-make-ubuntu-linux-run-faster-on-a-laptop/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux: How to setup a VPN connection to a SonicWall router using Openswan and Pre-shared Keys (PSK)</title>
		<link>http://www.pelagodesign.com/blog/2009/05/18/ubuntu-linux-how-to-setup-a-vpn-connection-to-a-sonicwall-router-using-openswan-and-pre-shared-keys-psk/</link>
		<comments>http://www.pelagodesign.com/blog/2009/05/18/ubuntu-linux-how-to-setup-a-vpn-connection-to-a-sonicwall-router-using-openswan-and-pre-shared-keys-psk/#comments</comments>
		<pubDate>Mon, 18 May 2009 19:27:59 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openswan]]></category>
		<category><![CDATA[psk]]></category>
		<category><![CDATA[sonicwall]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/?p=403</guid>
		<description><![CDATA[Contents Background Configuring the Sonicwall Router Installing Openswan Configuring Openswan Starting and stopping the VPN connection References Background Pelago is a web design and development agency in Santa Barbara, California. Since our humble beginnings in August of 2000, we&#8217;ve seen the Internet landscape evolve exponentially in the last nine years. Our most current challenge as [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 40%; margin: 23px 0 11px 9px; padding: 13px 17px 11px 5px; background-color: #EFEFE6; border: 1px solid #CCCCBB;">
Contents</p>
<ul>
<li><a href="#background" title="Background">Background</a></li>
<li><a href="#configuringsonicwall" title="Configuring the SonicWall Router">Configuring the Sonicwall Router</a></li>
<li><a href="#installingopenswan" title="Installing Openswan">Installing Openswan</a></li>
<li><a href="#configuringopenswan" title="Configuring Openswan">Configuring Openswan</a></li>
<li><a href="#startingstopping" title="Starting and stopping the VPN connection">Starting and stopping the VPN connection</a></li>
<li><a href="#references" title="References">References</a></li>
</ul>
</div>
<p><a name="background"></a><br />
<h2>Background</h2>
<p>Pelago is a web design and development agency in Santa Barbara, California. Since our humble beginnings  in August of 2000, we&#8217;ve seen the Internet landscape evolve exponentially in the last nine years. Our most current challenge as a creative and engineering agency is in embracing diversity in platforms and the inevitable shift towards the remote office. We use three different operating systems &mdash; Windows, OS X and Linux &mdash; on a daily basis. In addition to developing web-based project management software that is compatible with all three platforms, our designers and developers rely on them  inside and outside of the office. Tunneling through the firewall from outside the office was our next requirement for embracing a diverse and distributed remote office. </p>
<p>Our SonicWall router makes it easy enough to establish a VPN connection using Windows. There is a client that can be downloaded from the SonicWall web site. What about other operating systems? Our developers often use Ubuntu Linux from home and required a way to VPN into the office. Once established, a VPN connection allows access to development servers, remote desktops, and other network resources inside the firewall; so you can see why it would be essential for the remote office.</p>
<p>The problem, as most Linux users out there already know, is that setting up a VPN connection in Ubuntu Linux is not very easy. After much trial and error, here is how we got the VPN working on Ubuntu Linux using Openswan.</p>
<p><a name="configuringsonicwall"></a><br />
<h2>Configuring the SonicWall Router</h2>
<p>Login to your SonicWall router admin and make the following adjustments to the VPN settings.</p>
<ol>
<li style="margin: 6px 0 14px 0;">
<strong>Click on the VPN link and note the Unique Firewall Identifier for your SonicWall router. You will need it later for the value <code>sonicwall.unique.identifier</code>.</strong><br />
<img src="http://www.pelagodesign.com/blog/wp-content/uploads/2009/05/vpn_settings1.png" alt="SonicWall VPN Settings" title="SonicWall VPN Settings" width="640" height="372" class="size-full wp-image-406" />
</li>
<li style="margin: 6px 0 14px 0;">
<strong>Under VPN Policies, create or edit the &#8216;GroupVPN&#8217; policy.</strong>
</li>
<li style="margin: 6px 0 14px 0;"><strong>Click on the General tab and set the following:</strong><br />
<img src="http://www.pelagodesign.com/blog/wp-content/uploads/2009/05/vpn_general.png" alt="SonicWall VPN General Settings " title="SonicWall VPN General Settings " width="625" height="326" class="size-full wp-image-408" /></p>
<ul>
<li>IPSec Keying Mode: IKE using Preshared Secret</li>
<li>Shared Secret: shared.secret.key <em>(enter your secret key here)</em></li>
</ul>
<ul>
</ul>
</li>
<li style="margin: 6px 0 14px 0;">
<strong>Click on the Proposals tab and set the following:</strong><br />
<img src="http://www.pelagodesign.com/blog/wp-content/uploads/2009/05/vpn_proposals.png" alt="SonicWall VPN Proposals Settings" title="SonicWall VPN Proposals Settings" width="625" height="525" class="size-full wp-image-411" /></p>
<ul>
<li>IKE (Phase 1) Proposal<br />
		DH Group: Group 5<br />
		Encryption: 3DES<br />
		Authentication: SHA1
        </li>
<li>Ipsec (Phase 2) Proposal<br />
		Protocol: ESP<br />
		Encryption: 3DES<br />
		Authentication: SHA1
        </li>
<li>Enable Perfect Forward Secrecy <em>(checked)</em><br />
		DH Group: Group 5
        </li>
</ul>
</li>
</ol>
<p><a name="installingopenswan"></a><br />
<h2>Installing Openswan</h2>
<p>If you are using Ubuntu, open a terminal window and type in:<br />
<code>sudo apt-get install openswan</code><br />
The install will ask you a few questions about how you want to set it up. Select the suggested default for each step. This will install Openswan and create the ipsec.conf and ipsec.secrets configuration files.</p>
<p><a name="configuringopenswan"></a><br />
<h2>Configuring Openswan</h2>
<p><strong>Add the following connection parameters to your /etc/ipsec.conf file:</strong><br />
<code>conn sonicwall<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type=tunnel<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left=192.168.2.31 #your IP<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;leftid=@GroupVPN<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;leftxauthclient=yes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right=xxx.xxx.xxx.xxx #IP address of your sonicwall router<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rightsubnet=192.168.1.0/24 #gateway IP for your LAN. This will work for most<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rightxauthserver=yes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rightid=@sonicwall.unique.identifier<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;keyingtries=0<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pfs=yes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;aggrmode=yes<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;auto=add<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;auth=esp<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;esp=3DES-SHA1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ike=3DES-SHA1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;authby=secret<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#xauth=yes<br />
</code></p>
<p>Update: After upgrading to Ubuntu 9.10 a few things changed in the conf file. First, I had to comment out &#8216;xauth=yes&#8217; as it was throwing an error.</p>
<p><strong>Add the following line to your /etc/ipsec.secrets file</strong><br />
<code>@GroupVPN @sonicwall.unique.identifer : PSK "shared.secret.key"</code></p>
<p><a name="startingstopping"></a><br />
<h2>Starting and stopping the VPN connection</h2>
<p><strong>Starting ipsec and opening the VPN connection</strong><br />
<code>sudo ipsec setup &ndash;&ndash;start<br />
sudo ipsec auto &ndash;&ndash;add sonicwall <em>(note: if you change the configuration files, you'll need to run 'sudo ipsec auto &ndash;&ndash;replace sonicwall' to reload the file)</em><br />
sudo ipsec whack &ndash;&ndash;name sonicwall &ndash;&ndash;initiate<br />
</code><br />
<strong>Closing the VPN connection and stopping ipsec</strong><br />
<code>sudo ipsec whack &ndash;&ndash;name sonicwall &ndash;&ndash;terminate<br />
sudo ipsec setup &ndash;&ndash;stop<br />
</code></p>
<p><a name="references"></a><br />
<h2>References</h2>
<p>The following links were useful for getting the VPN connection up and running on Ubuntu Linux:<br />
<strong>Openswan wiki page for SonicWall routers:</strong><br />
<a href="http://wiki.openswan.org/index.php/Openswan/SonicWall" title="Openswan wiki page for SonicWall routers">http://wiki.openswan.org/index.php/Openswan/SonicWall</a><br />
<strong>SonicWall PDF instructions for using Agressive Mode and IKE with Pre-shared Keys</strong><br />
<a href="http://www.sonicwall.com/downloads/SonicOS_Enhanced_to_Openswan_Using_Aggressive_Mode_IKE_with_PreShared_key.pdf" title="SonicWall PDF instructions for using Agressive Mode and IKE with Pre-shared Keys">http://www.sonicwall.com/downloads<wbr />/SonicOS_Enhanced_to_Openswan_Using_Aggressive_Mode_IKE_with_PreShared_key.pdf<br />
</a></p>
<p><strong><em>11/05/2010 Update:</em></strong><br />
We are now on our third SonicWall Router. The original 170 didn&#8217;t have enough features for us. It&#8217;s replacement, the 2040 recently went belly up. We are now running on the 2400. When we made the upgrade the Linux VPN stopped working. Checking the logs on the 2400 revealed a message stating the IDs did not match during Phase 1 IKE. It took some googling to figure out but the fix was to change the leftid so that it matched the name of the security policy. In this case, GroupVPN:<br />
<code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;leftid=@GroupVPN<br />
</code></p>
<p>Another update you can make to the above configuration is to add the following lines to your configuration to allow VPN access from any IP:</p>
<p>Add interfaces<br />
<code><br />
config setup<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;interfaces=%defaultroute</p>
<p>conn sonicwall<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left=%defaultroute<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2009/05/18/ubuntu-linux-how-to-setup-a-vpn-connection-to-a-sonicwall-router-using-openswan-and-pre-shared-keys-psk/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10 is almost here</title>
		<link>http://www.pelagodesign.com/blog/2007/10/12/ubuntu-710-is-almost-here/</link>
		<comments>http://www.pelagodesign.com/blog/2007/10/12/ubuntu-710-is-almost-here/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 00:16:22 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/2007/10/12/ubuntu-710-is-almost-here/</guid>
		<description><![CDATA[This month the latest version of Ubuntu is scheduled for release. Here is the full Ubuntu 7.10 new feature set and the features I am personally looking forward to: NTFS writing Encrypted hard disk Easier dual screen configuration Gnome 2.20 Desktop]]></description>
			<content:encoded><![CDATA[<p>This month the latest version of Ubuntu is scheduled for release.  <a href="http://www.ubuntu.com/testing/710rc" title="ubuntu 7.10" target="_blank">Here is the full Ubuntu 7.10 new feature set</a> and the features I am personally looking forward to:</p>
<ul>
<li>NTFS writing</li>
<li>Encrypted hard disk</li>
<li>Easier dual screen configuration</li>
<li><a href="http://www.gnome.org/start/2.20/notes/en/" title="Gnome 2.20" target="_blank">Gnome 2.20 Desktop</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2007/10/12/ubuntu-710-is-almost-here/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu continues to gain momentum &#8211; can Linux gain ground in the desktop realm?</title>
		<link>http://www.pelagodesign.com/blog/2007/05/24/ubuntu-continuing-to-gain-momentum/</link>
		<comments>http://www.pelagodesign.com/blog/2007/05/24/ubuntu-continuing-to-gain-momentum/#comments</comments>
		<pubDate>Thu, 24 May 2007 14:56:50 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[Intervals]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/2007/05/24/ubuntu-continuing-to-gain-momentum/</guid>
		<description><![CDATA[It seems like every time you turn around there is a new Ubuntu announcement. For example, it is being ported to handhelds, and Dell announced that it is going to sell computers with Ubuntu 7.04 preinstalled. With all of the virtualization growing in the marketplace with VMware and Parallels for the Mac, it seems like [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like every time you turn around there is a new Ubuntu announcement.  For example, it is being <a href="http://news.yahoo.com/s/infoworld/20070507/tc_infoworld/88329_2" target="_blank">ported to handhelds,</a> and <a href="http://linux.slashdot.org/article.pl?sid=07/05/24/1222247&#038;from=rss"target="_blank">Dell announced that it is going to sell computers with Ubuntu 7.04 preinstalled</a>.  With all of the virtualization growing in the marketplace with <a href="http://www.vmware.com/" target="_blank">VMware</a> and <a href="http://www.vmware.com/" target="_blank">Parallels</a> for the Mac, it seems like Linux should gain ground in the desktop arena.  I have a Dell laptop with Ubuntu on it and I am able to do pretty much everything I need with it.  Also, with the advent of so much hosted software (<a href="http://www.myintervals.com" title="Hosted Time Tracking" target="_blank">like our service Intervals</a>) it seems like a ripe opportunity for Linux based desktops to grow in popularity.  The need to be connected is at a premium, but the need for installed software seems to be lessening.  If you have an internet connection, <a href="http://www.openoffice.org/" title="_blank">Open Office</a>, and a chat program you can do much of most people need to do.  I am curious to see where things are at in year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2007/05/24/ubuntu-continuing-to-gain-momentum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Fiesty Fawn</title>
		<link>http://www.pelagodesign.com/blog/2007/04/20/ubuntu-fiesty-fawn/</link>
		<comments>http://www.pelagodesign.com/blog/2007/04/20/ubuntu-fiesty-fawn/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 16:58:58 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/2007/04/20/ubuntu-fiesty-fawn/</guid>
		<description><![CDATA[Our favorite flavor of Linux, Ubuntu, has just released their newest version code named Fiesty Fawn. Here are some tips on installing it, and a sneak preview of video and graphic tools. Why is Ubuntu our favorite? Because it is easy to install and most closely mirrors the desktop environment. We&#8217;ve installed a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Our favorite flavor of Linux, <a href="http://www.ubuntu.net/">Ubuntu</a>, has just released their newest version code named <a href="http://lunapark6.com/ubuntu-704-feisty-fawn.html">Fiesty Fawn</a>. Here are <a href="http://www.pcworld.com/article/id,130923-page,1-c,linux/article.html">some tips</a> on installing it, and a sneak preview of <a href="http://ubuntustudio.org/">video and graphic tools</a>.</p>
<p>Why is Ubuntu our favorite? Because it is easy to install and most closely mirrors the desktop environment. We&#8217;ve installed a lot of distros here at Pelago. Our developers like SUSE, our sysadmins like RedHat and CentOS, and the rest of us love Ubuntu. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2007/04/20/ubuntu-fiesty-fawn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

