<?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>r4ndom h4x &#187; open source</title>
	<atom:link href="http://www.randomhax.com/category/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randomhax.com</link>
	<description>powered by AA batteries</description>
	<lastBuildDate>Fri, 01 Jan 2010 03:05: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>ATI 9.2 + MythTV = working!</title>
		<link>http://www.randomhax.com/2009/02/ati-92-mythtv-working/</link>
		<comments>http://www.randomhax.com/2009/02/ati-92-mythtv-working/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 00:24:36 +0000</pubDate>
		<dc:creator>greg</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://www.randomhax.com/?p=75</guid>
		<description><![CDATA[I&#8217;ve been busy building a media PC over the last couple of weeks. (yes.. weeks..) After much trial and error, I&#8217;d eventually settled on MythTV on Ubuntu as the best software for digital tv broadcasts. But the one thing left that I couldn&#8217;t ever get right was the video. Basically, switching between SD and HD [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy building a media PC over the last couple of weeks. (yes.. weeks..) After much trial and error, I&#8217;d eventually settled on MythTV on Ubuntu as the best software for digital tv broadcasts. But the one thing left that I couldn&#8217;t ever get right was the video.</p>
<p>Basically, switching between SD and HD channels would corrupt the screen. I&#8217;m using an AMD motherboard with integrated ATI HD3200 graphics.</p>
<p>Well, the new ATI 9.2 catalyst driver have solved this issue! I can now unblock my HD channels! This is fantastic news because I know many people have exactly the same issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomhax.com/2009/02/ati-92-mythtv-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Ubuntu Usplash boot screens</title>
		<link>http://www.randomhax.com/2009/02/custom-ubuntu-usplash-boot-screens/</link>
		<comments>http://www.randomhax.com/2009/02/custom-ubuntu-usplash-boot-screens/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 00:06:11 +0000</pubDate>
		<dc:creator>greg</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.randomhax.com/?p=59</guid>
		<description><![CDATA[I don&#8217;t like the default Ubuntu boot splash screen. It&#8217;s boring and impersonal. Thankfully, it&#8217;s fairly simple to change. Out of the box Ubuntu uses a package called Usplash to control the graphical boot screen. The simplest way to change it is to look for a replacement usplash image that someone else has made. If [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t like the default Ubuntu boot splash screen. It&#8217;s boring and impersonal. Thankfully, it&#8217;s fairly simple to change.</p>
<p>Out of the box Ubuntu uses a package called Usplash to control the graphical boot screen. The simplest way to change it is to look for a replacement usplash image that someone else has made. If you don&#8217;t want to compile it yourself then you will need to get one that is pre-compiled and suitable for your particular machine&#8217;s architecture (32bit vs 64bit etc).</p>
<p>Take a peek here and see if anything floats your boat : <a title="ubuntu-art.org" href="http://www.ubuntu-art.org/index.php?xcontentmode=8112" target="_blank">ubuntu-art.org</a> and <a title="www.gnome-look.org" href="http://www.gnome-look.org" target="_blank">gnome-look.org</a> but make sure you only look for usplash screens.</p>
<p>1. To install a usplash screen that has already been compiled, check to see if you have &#8220;Startup Manager&#8221; installed. (System menu -&gt; Administration -&gt; StartUp-Manager) If you don&#8217;t have it installed (it&#8217;s not by default) open a Terminal (Applications -&gt; Accessories -&gt; Terminal) and type:</p>
<p><code>sudo apt-get install startupmanager</code></p>
<p>2. Download a usplash screen you like. It&#8217;s probably compressed via gzip or bzip2. Either let Firefox automatically open it up in the archive manager, or save it and double-click on the file to open archive manager.</p>
<p>3. The archive should contain a file that ends in <strong>.so</strong>.   For example, here&#8217;s a Dell one I grabbed from the above site:<br />
<a href="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot1.png"><img class="alignnone size-medium wp-image-62" title="ArchiveManager-Dell" src="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot1-300x125.png" alt="ArchiveManager-Dell" width="300" height="125" /></a></p>
<p>Just Extract the file somewhere &#8211; I&#8217;d chuck it in /tmp because we only need it for a short time.<br />
You only need the .so file &#8211; if there&#8217;s anything else there you don&#8217;t <em>need</em> it- it might be the source code or a Readme file.</p>
<p>4. Now, open up Startup Manager. It should look something like this:<br />
<a href="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot2.png"><img class="alignnone size-medium wp-image-66" title="StartupManager1" src="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot2-300x262.png" alt="StartupManager1" width="300" height="262" /></a></p>
<p>Click on the Appearance tab and select the &#8220;Manage uspash themes&#8221; button. Now just click &#8220;Add&#8221; and browse to where you saved the .so file (/tmp perhaps?). Now the file will become available as a choice in the usplash themes drop-box.<br />
<a href="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot3.png"><img class="alignleft size-medium wp-image-67" title="StartupManager2" src="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot3-300x262.png" alt="StartupManager2" width="300" height="262" /></a> <a href="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot4.png"><img class="size-medium wp-image-68 alignnone" title="ManageUSplash" src="http://www.randomhax.com/wp-content/uploads/2009/01/screenshot4-291x300.png" alt="ManageUSplash" width="291" height="300" /></a></p>
<p>5. Click Close to all the windows. <em><strong>Let the startup-manager finish!</strong></em> It will probably take it a little while. (All your initrd files are being regenerated with the new theme included.)</p>
<p>Done! But what do you do if you can&#8217;t find a theme you like? Well, you&#8217;ll need to compile one. That&#8217;s a subject for another day though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomhax.com/2009/02/custom-ubuntu-usplash-boot-screens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux desktop in a corporate environment</title>
		<link>http://www.randomhax.com/2009/01/linux-desktop-in-a-corporate-environment/</link>
		<comments>http://www.randomhax.com/2009/01/linux-desktop-in-a-corporate-environment/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 02:15:22 +0000</pubDate>
		<dc:creator>greg</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.randomhax.com/?p=41</guid>
		<description><![CDATA[I work in the IT department for a large national company. We use a fairly typical mix of vendors I guess &#8211; HP, VMWare, Citrix, EMC, Cisco, Microsoft. So, more than 18 months ago I scored myself a new laptop. It came with Windows Vista Business. It took me six months or so before I [...]]]></description>
			<content:encoded><![CDATA[<p>I work in the IT department for a large national company. We use a fairly typical mix of vendors I guess &#8211; HP, VMWare, Citrix, EMC, Cisco, Microsoft.</p>
<p>So, more than 18 months ago I scored myself a new laptop. It came with Windows Vista Business. It took me six months or so before I finally couldn&#8217;t handle it any longer. And so it was settled. I would run Linux as my primary OS on my work machine.</p>
<p><span id="more-41"></span>I&#8217;m not unfamiliar with Linux &#8211; my first Linux installation was <a title="Slackware linux" href="http://www.slackware.com" target="_blank">Slackware</a>, and yes it was installed from floppy. But I&#8217;m no expert, either.</p>
<p>Using Linux in a corporate environment is not the same as using it at home. There are no excuses if I can&#8217;t do something. If someone sends me a document, I must be able to read and maybe edit and return it. If an appointment is made, I must be able to accept it and have it show on my calendar. I must be able to read the global address list..  in short, I can&#8217;t (and don&#8217;t want to) use my choice of operating system as an excuse. It&#8217;s just not acceptable.</p>
<p>Being a work machine, I also need something that is &#8220;up&#8221; more often that it&#8217;s not. It just has to work.</p>
<p>After trying a few different distributions, I settled on <a title="Ubuntu" href="http://www.ubuntu.com" target="_blank">Ubuntu</a>. At the time, 8.04LTS was just released so it seemed to make some sense. I use Debian at home on my PC but Debian always feels a little dated unless you run Sid. And everytime I click on &#8220;iceweasel&#8221; I cringe. Yes, I know it&#8217;s the same as Firefox. I still cringe.</p>
<p>It&#8217;s Jan 2009 and I&#8217;m still running Ubuntu. I&#8217;ve survived over 12 months. Here&#8217;s what I had to do to make it work for me.</p>
<p><em>Groupware &#8211; Microsoft Exchange integration<br />
</em>I&#8217;ve tried all sorts here. This is actually of prime importance and can&#8217;t be underestimated in a corporate environment. This has to work.</p>
<p>Evolution using Exchange connector : I used this for a while. It was quite unstable and would crash for me several times a day. Many things just didn&#8217;t work. This disappointed me as I think Evoltion has potential. But in the end I gave up.</p>
<p>Outlook running on a Windows XP VM : I was running Outlook inside an XP on VMWare for a short while (and as a backup while looking for other solutions). Of course it worked fine, except integration with the host OS is poor. This is to be expected of course, but it means you end up installing a complete VM PC. (Office, Outlook, Acrobat reader, Zip, etc)  So why wouldn&#8217;t I just do everything in there instead? And if I&#8217;m doing that, why run Linux native at all? It just misses the point.</p>
<p><a title="Thunderbird" href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">Thunderbird</a>, <a title="Lightening" href="http://www.mozilla.org/projects/calendar/lightning/" target="_blank">Lightening </a>and <a title="DavMail" href="http://davmail.sourceforge.net/" target="_blank">Davmail</a> : This solution worked for me for a couple of months. Thunderbird is a great email client and I can see why people like it. Adding the Lightening plugin gives some calendar integration &#8211; although nowhere near what you can do in Outlook. And to get Thunderbird to talk to the exchange server I used Davmail. Thunderbird talks in POP3/SMTP, DavMail converts it to something the exchange server understands. (POP3 is disabled on our exchange server for security reasons).</p>
<p>I can see that DavMail now does some sort of calendering as well, so maybe I&#8217;ll look further into it again. But basically all the above was replaced with :</p>
<p>MS Outlook running on <a title="Crossover Linux" href="http://www.codeweavers.com/products/cxlinux/" target="_blank">Crossover Linux</a> : I had tried to use the latest <a title="Wine" href="http://www.winehq.org" target="_blank">Wine</a> snapshots to install Outlook 2003, but it never worked. Then one day I tried Crossover, and was totally surprised to find that Outlook 2003 installed and ran as advertised.  It&#8217;s not free but it is cheap, and your money does help support the Wine project. I&#8217;m not going to sugar coat it &#8211; there are still a couple of issues. Sometimes Outlook will crash. But, I can usually go through a few days between crashes which is more than I could with Evolution. Email attachments will open in the locally preferred application, it&#8217;s almost seamless. Clipboard support is there, but not perfect &#8211; especially when using pictures or other non-text clipboard item. So far this has been the most reliable way of getting access to Exchange, but I expect Evolution to catch up eventually. I think there is a MAPI connector in the works but I&#8217;ve not looked into it.</p>
<p><em>Office suite &#8211; word processor, spreadsheet, presentation<br />
</em>No prizes here &#8211; Open Office opens Microsoft Office documents with excellent compatibility. The area that I&#8217;ve had problems with is macros. No biggie for me since most people don&#8217;t use them here, but I do get the occasional problem with the more complex macro embedded in a sheet. I have an installation of Office via Crossover Linux for those times that OpenOffice has problems. (Hey, work pays for an Office license for me so I might as well use it). I also run Visio in Crossover.</p>
<p><em>Domain integration<br />
</em>This was a little tricky. At the moment I have a local account with the same username and password as my domain account. Ubuntu has been set up (manually..) to try and obtain a kerberos ticket when I log on. So if I&#8217;m at work, then I get a ticket and can browse file shares without having to think about it too much. But I don&#8217;t <em>need</em> the domain to log on &#8211; it&#8217;s optional.</p>
<p>Additionally, if I am at work and I change the password on my local machine then Kerberos will try and change it on the domain &#8211; so I can try to keep passwords in sync. It usually works pretty well, but there is some stuffing around to make it work. I will write an article up on how to do this at a later date since it involves Kerberos, Samba and PAM and some manual editing of config files.</p>
<p><em>Other applications<br />
</em>For configuring that router or switch, minicom does the trick and should be in most distributions.<br />
Sun <a title="Virtualbox" href="http://www.virtualbox.org/" target="_blank">Virtualbox</a> is an excellent virtual machine for running another instance (or two, three etc) of an operating system. And I find it&#8217;s Seamless mode works quite well. Here is an uninspired snapshot of a seamless XP running on my Ubuntu box.</p>
<div id="attachment_43" class="wp-caption alignnone" style="width: 310px"><a href="http://www.randomhax.com/wp-content/uploads/2009/01/desktop1.jpg" target="_blank"><img class="size-medium wp-image-43" title="desktop1" src="http://www.randomhax.com/wp-content/uploads/2009/01/desktop1-300x187.jpg" alt="Seamless Virtualbox VM" width="300" height="187" /></a><p class="wp-caption-text">Seamless Virtualbox VM</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.randomhax.com/2009/01/linux-desktop-in-a-corporate-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soundconverter</title>
		<link>http://www.randomhax.com/2009/01/soundconverter/</link>
		<comments>http://www.randomhax.com/2009/01/soundconverter/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 11:10:36 +0000</pubDate>
		<dc:creator>greg</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.randomhax.com/?p=24</guid>
		<description><![CDATA[I just had a need to convert an audio file from Monkey&#8216;s audio to something else on my Ubuntu 8.10 box. I tried Audacity, but it doesn&#8217;t seem to read Monkey&#8217;s audio. Then I came across soundconverter. Brilliant. It&#8217;s a simple to use and effective converter of audio formats. I converted Monkey&#8217;s to MP3 with [...]]]></description>
			<content:encoded><![CDATA[<p>I just had a need to convert an audio file from <a title="http://www.monkeysaudio.com/" href="http://www.monkeysaudio.com/" target="_blank">Monkey</a>&#8216;s audio to something else on my Ubuntu 8.10 box. I tried Audacity, but it doesn&#8217;t seem to read Monkey&#8217;s audio. Then I came across <a title="http://soundconverter.berlios.de/" href="http://soundconverter.berlios.de/" target="_blank">soundconverter</a>. Brilliant. It&#8217;s a simple to use and effective converter of audio formats.</p>
<p>I converted Monkey&#8217;s to MP3 with no probs at all. I would have used ogg but I&#8217;m encoding it for my PS3 so choice is limited <img src='http://www.randomhax.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_29" class="wp-caption alignnone" style="width: 498px"><img class="size-full wp-image-29" title="soundconverter" src="http://www.randomhax.com/wp-content/uploads/2009/01/soundconverter.png" alt="soundconverter main window" width="488" height="318" /><p class="wp-caption-text">soundconverter main window</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.randomhax.com/2009/01/soundconverter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
