<?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"
	>

<channel>
	<title>geek ramblings &#187; Linux</title>
	<atom:link href="http://dougal.gunters.org/blog/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://dougal.gunters.org</link>
	<description>Random musings of a Southern geek</description>
	<pubDate>Tue, 22 Apr 2008 18:24:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.2-alpha</generator>
	<language>en</language>
			<item>
		<title>Drinking the Ubuntu Kool-Aid</title>
		<link>http://dougal.gunters.org/blog/2006/09/18/ubuntu</link>
		<comments>http://dougal.gunters.org/blog/2006/09/18/ubuntu#comments</comments>
		<pubDate>Mon, 18 Sep 2006 20:41:49 +0000</pubDate>
		<dc:creator>Dougal</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[InternetExplorer]]></category>

		<category><![CDATA[Laptops]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dougal.gunters.org/blog/2006/09/18/ubuntu</guid>
		<description><![CDATA[<p>
For quite a while, I had considered nuking Windows from my laptop and starting fresh. A few weeks ago, I finally took the plunge. I started with a full backup (two, actually &#8212; a file-by-file backup, and a partition image). I toyed with the idea of dual-booting, but finally decided that I&#8217;d try to go completely non-Windows, and see how well I could get by.
</p>
<p>
After hearing one of my co-workers rave about how impressed he was with <a href="http://fedora.redhat.com/">Fedora Core</a>, I was going to give that a try. [...]</p><script type="text/javascript">SHARETHIS.addEntry({ title: "Drinking the Ubuntu Kool-Aid", url: "http://dougal.gunters.org/blog/2006/09/18/ubuntu" });</script>]]></description>
			<content:encoded><![CDATA[<p>
For quite a while, I had considered nuking Windows from my laptop and starting fresh. A few weeks ago, I finally took the plunge. I started with a full backup (two, actually &#8212; a file-by-file backup, and a partition image). I toyed with the idea of dual-booting, but finally decided that I&#8217;d try to go completely non-Windows, and see how well I could get by.
</p>
<p>
After hearing one of my co-workers rave about how impressed he was with <a href="http://fedora.redhat.com/">Fedora Core</a>, I was going to give that a try. But the <acronym title='Digital Video Disc'><span class='caps'>DVD</span></acronym> he burned for me wouldn&#8217;t install for some reason. So I decided to go with <a href="http://www.ubuntu.com/">Ubuntu</a>. This was probably just as well, as we use a lot of Debian Linux stuff at work, and Ubuntu is Debian-based.
</p>
<p>
I won&#8217;t bore you with details of the install (which went smoothly), or with detailed lists of what I&#8217;ve done to customize my system. But I do want to point out some good links and highlights for the curious. Especially what I did about those pesky &#8220;can&#8217;t-live-without&#8221; Windows applications.
</p>
<p><span id="more-757"></span></p>
<p>
I knew that the main Windows application that I would miss was Photoshop. Yes, I know about <a href="http://www.gimp.org/">the Gimp</a>, and I&#8217;m sure it&#8217;s quite capable of doing 99% of the things that I do in Photoshop. But I&#8217;ve been using PS for about 10 years now, and I know my around that application. I&#8217;ve tried using the Gimp a few times, but I just can&#8217;t make myself use it enough to get used to that interface. I also know about <a href="http://plasticbugs.com/?page_id=294">Gimpshop</a>, but I already own the real thing, and I&#8217;d prefer to use it.
</p>
<p>
Enter <a href="http://http://www.winehq.com/">Wine</a>. Wine is an implementation of the Windows <acronym title='Application Interface'><span class='caps'>API</span></acronym> under Unix. And it really works. I just mounted my Photoshop <acronym title='Compact Disk'><span class='caps'>CD</span></acronym>, and ran <code>wine Setup.exe</code>, and Photoshop was installed into the default wine environment under my account. I did run into some glitches trying to run it at first, however. But after a bit of searching, I discovered that <a href="http://appdb.winehq.org/appview.php?iVersionId=1336">the solution</a> was to remove some unneeded definitions for a Wacom graphics tablet from my xorg.conf file.
</p>
<p>
The other main Windows app that I thought I&#8217;d miss was <a href="http://www.apple.com/itunes/download/">iTunes</a>. However, rather than running that under Wine, I decided to check out the native Linux offerings. I tried XMMS, but it was too much like WinAmp, and I didn&#8217;t like the interface. I also tried Rhythmbox, and it was okay, but just didn&#8217;t seem like I could tweak it enough. Then I found <a href="http://amarok.kde.org/">Amarok 1.4.2</a>, which is what I&#8217;m running now.
</p>
<p>
Amarok has an interface and feature-set very similar to iTunes. It&#8217;s also very easy to hook into it and write your own scripts to interface with the player. I was able to whip up a perl script to send &#8220;now playing&#8221; song information to my web server very quickly. I just wish that there was a universally accepted way to transport song ratings from one system to another. I lost all my iTunes ratings, play counts, and such. It&#8217;s probably possible to extract that from the iTunes data files, but I don&#8217;t have enough spare time to mess with that. In any case, I&#8217;m pretty happy with Amarok.
</p>
<p>
And finally, I also found some simple instructions for <a href="http://http://www.rubyrailways.com/install-internet-explorer-on-ubuntu-dapper-in-3-easy-steps/">running Internet Explorer under Ubuntu</a>. This is great for web development, as I&#8217;ll be able to test pages with <acronym title='Internet Explorer'><span class='caps'>IE</span></acronym> 5.0, 5.5, and 6.0. This procedure installs each version of <acronym title='Internet Explorer'><span class='caps'>IE</span></acronym> into its own Wine environment, so you can run them all simultaneously without side-effects. I&#8217;m keeping my eye out for <acronym title='Internet Explorer'><span class='caps'>IE</span></acronym> 7.0, but it might be a while, because it apparently depends on some bits of Windows XP that aren&#8217;t yet handled by Wine.
</p>
<p>
In any case, I&#8217;m still getting along just fine with Ubuntu. The main problem I&#8217;ve had so far is that some of my Firefox and Thunderbird extensions don&#8217;t want to work correctly (ForecastFox, for example). But I&#8217;m sure that the wrinkles will get smoothed out over time. If you are thinking of installing Ubuntu, or if you already have, and need some pointers on what you can do to tweak your sytem, try the following useful links:
</p>
<ul>
<li>Mark Pilgrim&#8217;s <a href="http://diveintomark.org/archives/2006/06/26/essentials-2006">Essentials, 2006</a></li>
<li><a href="http://www.lifehacker.com/software/top/hack-attack-top-10-ubuntu-apps-and-tweaks-195437.php">Top 10 Ubuntu Apps and Tweaks</a></li>
<li><a href="http://akira.arts.kuleuven.ac.be/andreas/blog/archives/2006/08/14-days-of-ubuntu.html">14 Days of Ubuntu</a></li>
<li><a href="http://ubuntuforums.org/showthread.php?t=75749">Automating GNOME with Devil&#8217;s Pie</a></li>
</ul>
<p>
Sometime in the future, I might post more specific details on other utilities I&#8217;ve installed or configuration options I&#8217;ve tweaked to get my system set up the way I want. If you&#8217;d be interested in that, let me know!</p>
<p><a href="http://sharethis.com/item?&wp=2.5.2-alpha&amp;publisher=06a70a77-1fc0-46a9-81d1-6a696e6ed23f&amp;title=Drinking+the+Ubuntu+Kool-Aid&amp;url=http%3A%2F%2Fdougal.gunters.org%2Fblog%2F2006%2F09%2F18%2Fubuntu">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://dougal.gunters.org/blog/2006/09/18/ubuntu/feed</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Wireless Network: Powered by Linux</title>
		<link>http://dougal.gunters.org/blog/2005/11/04/microsoft-using-linux</link>
		<comments>http://dougal.gunters.org/blog/2005/11/04/microsoft-using-linux#comments</comments>
		<pubDate>Fri, 04 Nov 2005 14:42:29 +0000</pubDate>
		<dc:creator>Dougal</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WiFi]]></category>

		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://dougal.gunters.org/?p=681</guid>
		<description><![CDATA[<p>
Microsoft puts out a lot of <acronym title='Fear, Uncertainty, and Doubt'><span class='caps'>FUD</span></acronym> claiming that Linux is inferior to Windows. But their new company-wide wireless network will be <a href="http://www.computerworld.com.au/index.php/id;754084996;fp;16;fpid;0">driven by Linux-based equipment</a>.
</p>
<blockquote cite="http://www.computerworld.com.au/index.php/id;754084996;fp;16;fpid;0">
<p>
Aruba Networks was selected to provide the networking equipment for what is considered to be one of the world&#8217;s largest next-generation wireless LANs, serving more than 25,000 simultaneous users a day in some 60 countries. [...]</p></blockquote><script type="text/javascript">SHARETHIS.addEntry({ title: "Microsoft Wireless Network: Powered by Linux", url: "http://dougal.gunters.org/blog/2005/11/04/microsoft-using-linux" });</script>]]></description>
			<content:encoded><![CDATA[<p>
Microsoft puts out a lot of <acronym title='Fear, Uncertainty, and Doubt'><span class='caps'>FUD</span></acronym> claiming that Linux is inferior to Windows. But their new company-wide wireless network will be <a href="http://www.computerworld.com.au/index.php/id;754084996;fp;16;fpid;0">driven by Linux-based equipment</a>.
</p>
<blockquote cite="http://www.computerworld.com.au/index.php/id;754084996;fp;16;fpid;0">
<p>
Aruba Networks was selected to provide the networking equipment for what is considered to be one of the world&#8217;s largest next-generation wireless LANs, serving more than 25,000 simultaneous users a day in some 60 countries. According to an Aruba press statement, Microsoft&#8217;s new WLAN will be deployed in 277 buildings covering more than 17 million square feet using Aruba mobility controllers, mobility software and some 5000 wireless access points.
</p>
<p>
What the press statement didn&#8217;t mention is that Aruba mobility controllers run the Linux operating system which Microsoft has aggressively targeted as being inferior to Windows as part of its &#8220;Get the Facts&#8221; marketing campaign.
</p>
</blockquote>
<p>
It&#8217;s good to know that Microsoft is in line with my personal philosophy of &#8220;use whatever tool is best for the job&#8221;. <img src='http://dougal.gunters.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<p><a href="http://sharethis.com/item?&wp=2.5.2-alpha&amp;publisher=06a70a77-1fc0-46a9-81d1-6a696e6ed23f&amp;title=Microsoft+Wireless+Network%3A+Powered+by+Linux&amp;url=http%3A%2F%2Fdougal.gunters.org%2Fblog%2F2005%2F11%2F04%2Fmicrosoft-using-linux">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://dougal.gunters.org/blog/2005/11/04/microsoft-using-linux/feed</wfw:commentRss>
		</item>
		<item>
		<title>Zend Core for IBM</title>
		<link>http://dougal.gunters.org/blog/2005/06/08/zend-core-for-ibm</link>
		<comments>http://dougal.gunters.org/blog/2005/06/08/zend-core-for-ibm#comments</comments>
		<pubDate>Wed, 08 Jun 2005 13:46:21 +0000</pubDate>
		<dc:creator>Dougal</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[IBM]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[WebSphere]]></category>

		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://dougal.gunters.org/?p=598</guid>
		<description><![CDATA[<p>
Cool, IBM and Zend have announced <a href="http://www.zend.com/core/ibm/">Zend Core</a> <a href="http://www-306.ibm.com/software/data/info/zendcore/">for IBM</a>. Basically, it&#8217;s an officially supported version of <acronym title='Php Hypertext Processor'><span class='caps'>PHP</span></acronym> with tight integration into IBM&#8217;s DB2 and Cloudscape database servers, and some web services stuff. [...]</p><script type="text/javascript">SHARETHIS.addEntry({ title: "Zend Core for IBM", url: "http://dougal.gunters.org/blog/2005/06/08/zend-core-for-ibm" });</script>]]></description>
			<content:encoded><![CDATA[<p>
Cool, IBM and Zend have announced <a href="http://www.zend.com/core/ibm/">Zend Core</a> <a href="http://www-306.ibm.com/software/data/info/zendcore/">for IBM</a>. Basically, it&#8217;s an officially supported version of <acronym title='Php Hypertext Processor'><span class='caps'>PHP</span></acronym> with tight integration into IBM&#8217;s DB2 and Cloudscape database servers, and some web services stuff. This is probably going to grab some new eyeballs for <acronym title='Php Hypertext Processor'><span class='caps'>PHP</span></acronym> from some IBM-based businesses who have probably never heard of it before.
</p>
<p>
If I was still working at my previous employer back in Alabama, I would be <em>all over</em> this. They are a big IBM user who are currently migrating their web platform from Microsoft&#8217;s <acronym title='Internet Infomation Server'><span class='caps'>IIS</span></acronym> to IBM&#8217;s WebSphere. If I were still there, I&#8217;d have a much easier time converting all the Perl ASP code that I wrote to <acronym title='Php Hypertext Processor'><span class='caps'>PHP</span></acronym> than if I tried to rewrite everything in <acronym title='Java Server Pages'><span class='caps'>JSP</span></acronym>.
</p>
<p>
This is definitely cool news for tech geeks in Big Blue evironments that like the security blanket of support contracts.
</p>
<p>
via: <a href="http://www.intertwingly.net/blog/2005/06/07/Zend-Core-for-IBM">Sam Ruby</a></p>
<p><a href="http://sharethis.com/item?&wp=2.5.2-alpha&amp;publisher=06a70a77-1fc0-46a9-81d1-6a696e6ed23f&amp;title=Zend+Core+for+IBM&amp;url=http%3A%2F%2Fdougal.gunters.org%2Fblog%2F2005%2F06%2F08%2Fzend-core-for-ibm">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://dougal.gunters.org/blog/2005/06/08/zend-core-for-ibm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dvorak stirs the pot</title>
		<link>http://dougal.gunters.org/blog/2005/06/07/dvorak-stirs-the-pot</link>
		<comments>http://dougal.gunters.org/blog/2005/06/07/dvorak-stirs-the-pot#comments</comments>
		<pubDate>Tue, 07 Jun 2005 18:36:10 +0000</pubDate>
		<dc:creator>Dougal</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Intel]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[OSX]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dougal.gunters.org/?p=597</guid>
		<description><![CDATA[<p>
John Dvorak seems to thrive on controversy (much like the rest of journalism). His latest claim is that while Apple&#8217;s switch to Intel processors could threaten Microsoft, it also &#8220;could actually be <a href="http://www.marketwatch.com/news/story.asp?guid=%7BD0E8469A-28FC-415D-9281-C97B5FA2CA3D%7D&#038;siteid=mktw&#038;dist=">most dangerous to the emerging Linux OS</a> environment.&#8221;
</p>
<blockquote cite="http://www.marketwatch.com/news/story.asp?guid=%7BD0E8469A-28FC-415D-9281-C97B5FA2CA3D%7D&#038;siteid=mktw&#038;dist=">
<p>
Linux has other problems too. [...]</p></blockquote><script type="text/javascript">SHARETHIS.addEntry({ title: "Dvorak stirs the pot", url: "http://dougal.gunters.org/blog/2005/06/07/dvorak-stirs-the-pot" });</script>]]></description>
			<content:encoded><![CDATA[<p>
John Dvorak seems to thrive on controversy (much like the rest of journalism). His latest claim is that while Apple&#8217;s switch to Intel processors could threaten Microsoft, it also &#8220;could actually be <a href="http://www.marketwatch.com/news/story.asp?guid=%7BD0E8469A-28FC-415D-9281-C97B5FA2CA3D%7D&#038;siteid=mktw&#038;dist=">most dangerous to the emerging Linux OS</a> environment.&#8221;
</p>
<blockquote cite="http://www.marketwatch.com/news/story.asp?guid=%7BD0E8469A-28FC-415D-9281-C97B5FA2CA3D%7D&#038;siteid=mktw&#038;dist=">
<p>
Linux has other problems too. It&#8217;s likely that developer interest will wane when Apple is fully engaged on the X86 platform. While Apple ran on the PowerPC chip the amount of developer effort in the Open Source camps was nil. But now that Apple is using the same processor as everyone else, targeting the Macs will now be an easy decision to make. This will be at the expense of Linux.
</p>
<p>
And then there are the numerous developers who simply do not subscribe to the notions of the Open Source Foundation and its rigid licensing requirements. They will quickly see profit opportunities for OS-X/86 development without having to worry about what has to be shared and what can be sold for profit.
</p>
</blockquote>
<p>
Huh? Dvorak doesn&#8217;t seem to grok the Linux and Open Source community. First of all, one of the first things that&#8217;s going to happen is that developers will port Linux to the new Intel-based Macs. Just like they&#8217;ve ported Linux to the XBox, Playstation, Game Boy, and just about every cell phone and PDA out there. It might not be the most practical thing to do, but it&#8217;s a challenge, and therefore it will be done.
</p>
<p>
Secondly, I can&#8217;t really see many Open Source developers suddenly getting dollar signs in their eyes just because Macs have a new <acronym title='Central Processing Unit'><span class='caps'>CPU</span></acronym>. Why should they? How many open source projects are written in assembly language? Not many, I can assure you. Mostly, they&#8217;re written in Java, C/C++, Perl, and Python. Some are written to be cross-platform to begin with. Others are targetted at a particular operating system. But few of them give a hoot about what kind of <acronym title='Central Processing Unit'><span class='caps'>CPU</span></acronym> they run under. And then there are the web-based projects built around <acronym title='Php Hypertext Processor'><span class='caps'>PHP</span></acronym>, Ruby, and/or Javascript, among others. These tend to be even more platform agnostic. They don&#8217;t care if they&#8217;re running under Windows, OSX, Linux, or FreeBSD. In fact they don&#8217;t care if they&#8217;re running on a desktop, a mainframe, or a Commodore 64.
</p>
<p>
The way I see it, Linux and its cousins have a lot to gain. With only one <acronym title='Central Processing Unit'><span class='caps'>CPU</span></acronym> to target, work will become easier for those working on Mac emulators. I don&#8217;t imagine that it will be long before we see something like <a href="http://www.winehq.org/"><acronym title='Wine Is Not an Emulator'><span class='caps'>WINE</span></acronym></a>. Maybe <acronym title='Mine is Not an Emulator'><span class='caps'>MINE</span></acronym> is in our future?</p>
<p><a href="http://sharethis.com/item?&wp=2.5.2-alpha&amp;publisher=06a70a77-1fc0-46a9-81d1-6a696e6ed23f&amp;title=Dvorak+stirs+the+pot&amp;url=http%3A%2F%2Fdougal.gunters.org%2Fblog%2F2005%2F06%2F07%2Fdvorak-stirs-the-pot">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://dougal.gunters.org/blog/2005/06/07/dvorak-stirs-the-pot/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
