<?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>Tim Bowler &#187; ubuntu</title>
	<atom:link href="http://timothybowler.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://timothybowler.com</link>
	<description>Certified Scrum Master &#124; Certified Scrum Practitioner &#124; Agile Coach &#124; Agile Practitioner</description>
	<lastBuildDate>Sat, 19 Dec 2009 16:14:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubunto 8.10 Intrepid update to kernel 2.6.27-12</title>
		<link>http://timothybowler.com/2009/03/04/ubunto-810-intrepid-update-to-kernel-2627-12/</link>
		<comments>http://timothybowler.com/2009/03/04/ubunto-810-intrepid-update-to-kernel-2627-12/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 11:49:48 +0000</pubDate>
		<dc:creator>Tim Bowler</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://timothybowler.com/?p=106</guid>
		<description><![CDATA[After upgrading the kernel, booting into it left me with a black screen. The first time that I can honestly say ubuntu has shocked me. The problem is the nvidia 177 driver. To get around it, boot up into the previous kernal and install the Nvidia 180 packages. Once its done, reboot into the latest [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading the kernel, booting into it left me with a black screen. The first time that I can honestly say ubuntu has shocked me. The problem is the nvidia 177 driver. To get around it, boot up into the previous kernal and install the Nvidia 180 packages. Once its done, reboot into the latest kernel version.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftimothybowler.com%2F2009%2F03%2F04%2Fubunto-810-intrepid-update-to-kernel-2627-12%2F';
  addthis_title  = 'Ubunto+8.10+Intrepid+update+to+kernel+2.6.27-12';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://timothybowler.com/2009/03/04/ubunto-810-intrepid-update-to-kernel-2627-12/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu, php and exim4</title>
		<link>http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/</link>
		<comments>http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 17:35:52 +0000</pubDate>
		<dc:creator>Tim Bowler</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[exim4]]></category>
		<category><![CDATA[php exim]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/</guid>
		<description><![CDATA[Ubuntu 8.04 does not have sendmail installed by default. This was annoying when some of the php web apps that I created rely on sendmail to send out email notifications. But before going ahead and installing sendmail, I thought that I would try exim4. Installing on Ubuntu is very straight forward:
apt-get install exim4  exim4-config

After installation [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 8.04 does not have sendmail installed by default. This was annoying when some of the php web apps that I created rely on sendmail to send out email notifications. But before going ahead and installing sendmail, I thought that I would try exim4. Installing on Ubuntu is very straight forward:</p>
<p><strong>apt-get install exim4  exim4-config</strong></p>
<p><span id="more-41"></span></p>
<p>After installation is complete, you <strong>must run</strong>:</p>
<p><strong>dpkg-reconfigure exim4-config</strong></p>
<p>This will allow you to configure the MTA. That is it, php will &#8216;just work&#8217; because the installation also creates a symlink of sendmail to the exim binary.</p>
<p>If you do not run the above config command, you will see this in your exim/mainlog:</p>
<p>tim@*******.com R=nonlocal: Mailing to remote domains not supported</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftimothybowler.com%2F2008%2F06%2F29%2Fubuntu-php-and-exim4%2F';
  addthis_title  = 'Ubuntu%2C+php+and+exim4';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://timothybowler.com/2008/06/29/ubuntu-php-and-exim4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04</title>
		<link>http://timothybowler.com/2008/05/08/ubuntu-804/</link>
		<comments>http://timothybowler.com/2008/05/08/ubuntu-804/#comments</comments>
		<pubDate>Thu, 08 May 2008 21:17:10 +0000</pubDate>
		<dc:creator>Tim Bowler</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.04]]></category>
		<category><![CDATA[ubuntu 8.04 sony vaio]]></category>
		<category><![CDATA[ubuntu deployment]]></category>

		<guid isPermaLink="false">http://timothybowler.com/2008/05/08/ubuntu-804/</guid>
		<description><![CDATA[ 
Today I finally installed Ubuntu 8.04 on my Sony vaio sz4. It runs like a dream, better than the SUSE setup which it replaced. My first thoughts are that the system runs very fast and all the components work out of box(web cam, finger print scanner have not being tested yet). I have noticed the [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://timothybowler.com/wp-content/uploads/2008/05/ubuntulogo.png" alt="Ubuntu 8.04" /></p>
<p>Today I finally installed Ubuntu 8.04 on my Sony vaio sz4. It runs like a dream, better than the SUSE setup which it replaced. My first thoughts are that the system runs very fast and all the components work out of box(web cam, finger print scanner have not being tested yet). I have noticed the wifi throughput has increased, using the eclipse IDE runs like a dream and best of all compiz fusion works on both the laptop and on a dual monitor setup. The synaptic package manager seems more complete overSUSE&#8217;s yast package management.</p>
<p>Although it is my personal laptop,  Ubuntu (7.10) was rolled out on all developer workstations at <a href="http://www.or-media.com" title="Ubuntu in Or Media" target="_blank">Or Media</a>. This was a little shock to some of the developers, but everyone has seen the benefits. Some of which are:<span id="more-35"></span></p>
<ul>
<li>Apps deployed on a Linux system are developed on a Linux system.</li>
<li>Most of the software is free (Although some machines run VMWare with windows installations &#8211; QA, Bless them!)</li>
<li>Cheaper machines can be bought</li>
<li>Everyone now has the same setup</li>
<li>Security is tighter</li>
</ul>
<p>Of course, like all good things, there are certain draw backs. . VMware needed the vmware-any-any-116 hack just to get it working. After that the evaluation license is invalid and therefore had to buy it straight away (well 30 days earlier than needed!).</p>
<p>In conclusion, SUSE in my eyes was pretty good. But the more I use Ubuntu I see that this distro is going to be the de-facto standard.  Below are some of the reason why you will agree why Ubuntu is on top and why everyone is changing towards linux:</p>
<p><a href="http://www.dell.com/content/topics/segtopic.aspx/ubuntu?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;dgc=IR&amp;cid=11973&amp;lid=471885" title="Dell shipps with ubuntu" target="_blank">Dell </a></p>
<p><a href="http://www.ubuntu.com/dell" title="Dell ubuntu" target="_blank">Dell </a></p>
<p><a href="http://news.bbc.co.uk/1/hi/business/3960025.stm" title="BBC moving to linux" target="_blank">BBC&#8217;s view</a></p>
<p><a href="http://www.theregister.co.uk/2002/08/22/swedish_government_mulls_linux/" title="Sweeden move to linux" target="_blank">Sweeden moving to linux</a></p>
<p><a href="http://gyaku.jp/en/index.php?cmd=contentview&amp;pid=000112" title="Japanese schools move towards linux" target="_blank">Japan&#8217;s schools </a></p>
<p><a href="http://arstechnica.com/news.ars/post/20061127-8298.html" title="France move to linux" target="_blank"> French parliment</a></p>
<p><a href="http://www.computerworld.com/softwaretopics/os/story/0,10801,105779,00.html?source=x72" title="Cross over office helps business" target="_blank">Cross over office helps </a></p>
<p><a href="http://download.microsoft.com/documents/customerevidence/7311_Supernet.doc" title="linux is better" target="_blank">An advocate of microsoft windoze(hehe) </a></p>
<p>There are many many more example that you can find. At the end of the day, money, security and stability all play a key role. Linux is a winner, so if you have not tried to change your OS now is the time to consider.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftimothybowler.com%2F2008%2F05%2F08%2Fubuntu-804%2F';
  addthis_title  = 'Ubuntu+8.04';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://timothybowler.com/2008/05/08/ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
