<?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>Studge &#187; Linux</title>
	<atom:link href="http://studge.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://studge.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Sep 2008 17:21:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running Photoshop CS2 in Linux</title>
		<link>http://studge.com/running-photoshop-cs2-in-linux/</link>
		<comments>http://studge.com/running-photoshop-cs2-in-linux/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 20:08:42 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://studge.com/howto-photoshop-cs2-in-linux/</guid>
		<description><![CDATA[Thanks to recent advances with Wine, it is now very easy to run Photoshop in Linux &#8211; but it&#8217;s not foolproof yet.  This tutorial was performed on a Pentium 4 desktop running Fedora 8 with Wine 0.9.55 and Adobe Photoshop CS2.
1. Install Wine
To install Wine in Fedora, we will use yum.  However, for [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to recent advances with <a href="http://www.winehq.org/">Wine</a>, it is now very easy to run Photoshop in Linux &#8211; but it&#8217;s not foolproof yet.  This tutorial was performed on a Pentium 4 desktop running Fedora 8 with Wine 0.9.55 and Adobe Photoshop CS2.<span id="more-63"></span></p>
<h3>1. Install Wine</h3>
<p>To install Wine in Fedora, we will use yum.  However, for other distributions, it should be widely available in your respective package manager or you can install from source.
<div class="code">
<pre><code>[root@localhost ~]# yum install wine*</code></pre>
</div>
<h3>2. Install Photoshop</h3>
<p>I installed Photoshop from the CD.  I attempted to run the setup files from Nautilus, but it failed and I continued the rest of the installation from the command line.  My CD was auto-mounted in the <code>/media/Photoshop CS2/</code> folder so I will navigate there to open the setup file. Be sure not to run the installation as root.</p>
<div class="code">
<pre><code>[user@localhost ~]$ cd "/media/Photoshop CS2"
[user@localhost ~]$ wine Setup.exe</code></pre>
</div>
<p>Now the normal Photoshop setup routine will initiate.  I selected my region and continued.  Next I was prompted for Gecko integration.  This is a result of using Wine and is required by the Adobe license screen to display an HTML version of the license in the program window.  I allowed it to install the integration, but it never completed.  I canceled the integration and it only affected the next screen that asks me to agree to the license &#8211; by not displaying the text of the license.  This is fine, so I selected Agree to continue on.  From here on out you can continue with the installation as you would on a Windows machine.</p>
<h3>3. Execution</h3>
<p>Everything in the installation went smoothly and didn&#8217;t garner any more attention than had I installed it on a regular PC running Windows.  To run Photoshop, I need to locate the executable and run it with Wine &#8211; just as we ran the setup executable with Wine.  When using Wine, it will create a folder that represents the C: Drive in Windows.  On a Fedora machine, this is <code>/home/user/.wine/drive_c/</code> and contains a Program Files directory.</p>
<div class="code">
<pre><code>[user@localhost ~]$ cd "/home/user/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS2/"
[user@localhost ~]$ wine Photoshop.exe</code></pre>
</div>
<p>This initiated and started Photoshop just fine.  I messed around with a few images and was pleased with the installation.  My next move was to create a menu shortcut for launching Photoshop.  I did this and then ran it again to insure my menu entry worked right and was presented with the following error:</p>
<div class="centered-image"><img src='http://studge.com/wp-content/uploads/2008/02/screenshot-adobe-photoshop.png' alt='Photoshop in Linux Error' /></div>
<p>I found that this is an error that occurs in a Windows installation of Photoshop when there is an issue with the preferences.  My current workaround is to wrap the Wine command to execute Photoshop in a shell script that will delete the preference file after Photoshop is closed.  This means that any saved preferences will be lost each time Photoshop is used.  Hopefully I can find out what is precisely going on here soon and come up with a more eloquent solution, but this will have to do in the meantime.  Here is the contents of <code>photoshop.sh</code> which I store in my <code>/home/user/bin</code> folder for easy execution:</p>
<div class="code">
<pre><code>#!/bin/bash
wine "/home/user/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS2/Photoshop.exe"
rm "/home/user/.wine/drive_c/windows/profiles/path/Application Data/Adobe/\
Photoshop/9.0/Adobe Photoshop CS2 Settings/Adobe Photoshop CS2 Prefs.psp"</code></pre>
</div>
<p>Be sure the set the script to executable after you write it with:</p>
<div class="code">
<pre><code>[user@localhost bin]$ chmod +x photoshop.sh</code></pre>
</div>
<p>Now you can create a menu entry or launcher that executes this script.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/running-photoshop-cs2-in-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Red Hat Dismisses Microsoft&#8217;s FUD</title>
		<link>http://studge.com/red-hat-dismisses-microsofts-fud/</link>
		<comments>http://studge.com/red-hat-dismisses-microsofts-fud/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 13:45:51 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://studge.com/red-hat-dismisses-microsofts-fud/</guid>
		<description><![CDATA[Microsoft has been threatening Linux users with a claim that the open source operating system infringes upon 235 of their software patents. The Redmond software giant has conveniently neglected to tell anyone specifically what these patents are.
A Patent Problem
Patenting software has only been well established in the United States since the early 1990s.  There [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has been threatening Linux users with a claim that the open source operating system infringes upon 235 of their software patents.<span id="more-54"></span> The Redmond software giant has conveniently neglected to tell anyone specifically what these patents are.</p>
<h3>A Patent Problem</h3>
<p>Patenting software has only been well established in the United States since the early 1990s.  There is some controversy to the legality of patenting software.  It has been suggested that Microsoft began patenting any computer process they could.  Being able to patent a process rather than actual code would bar other developers from writing their own code for the same process &#8211; and effectively destroy innovation.</p>
<p>Microsoft has thousands of such patents and has offered deals to certain Linux distributors in order to protect that distribution&#8217;s users from being sued.  Novell, Linspire and Xandros have all bowed to Microsoft and teamed up with them &#8211; buckling under the weight of the fear, uncertainty and doubt that Microsoft is so fond of spreading.</p>
<p>Recently, Microsoft brought this offer to <a href="http://www.redhat.com/">Red Hat</a> &#8211; the most widespread Linux distribution in corporate America and the handler of the <a href="http://fedoraproject.org/">Fedora Project</a>.  Red Hat denied the deal.  Red Hat director of corporate communications Leigh Day was quoted as saying: &#8220;We continue to believe that open source and the innovation it represents should not be subject to an unsubstantiated tax that lacks transparency.&#8221;</p>
<p>Popular user distribution <a href="http://www.ubuntu.com/">Ubuntu</a> has also denied the deal.  <a href="http://www.canonical.com/">Canonical</a>&#8217;s CEO, <a href="http://en.wikipedia.org/wiki/Mark_Shuttleworth">Mark Shuttleworth</a>, posted on his blog: &#8220;Allegations of &#8216;infringement of unspecified patents&#8217; carry no weight whatsoever. We don&#8217;t think they have any legal merit, and they are no incentive for us to work with Microsoft on any of the wonderful things we could do together.&#8221;</p>
<p>I&#8217;m glad to see there are members of the community that will stand up to these bullies and fight for free software.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/red-hat-dismisses-microsofts-fud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Gmail as the Default Mail Client in Linux</title>
		<link>http://studge.com/set-gmail-as-the-default-mail-client-in-linux/</link>
		<comments>http://studge.com/set-gmail-as-the-default-mail-client-in-linux/#comments</comments>
		<pubDate>Thu, 10 May 2007 22:35:34 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://studge.com/set-gmail-as-the-default-mail-client-in-linux/</guid>
		<description><![CDATA[I use Gmail as my primary e-mail and wanted to be able to use it as my default client for my operating system.
We will be creating a script that, when activated, will call up Firefox and send us to the composition section of Gmail.  Then we will set this script up as the default [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://mail.google.com">Gmail</a> as my primary e-mail and wanted to be able to use it as my default client for my operating system.<span id="more-47"></span></p>
<p>We will be creating a script that, when activated, will call up Firefox and send us to the composition section of Gmail.  Then we will set this script up as the default e-mail client and send the target e-mail address to it.  So, first we will put together a simple script and name it <code>gmailto.sh</code>.  Here is what it should be comprised of:
<div class="code">
<pre><code>#! /bin/sh

firefox "https://mail.google.com/mail?view=cm&amp;tf=0&amp;to=
`echo $1 | sed 's/mailto://'`"</code></pre>
</div>
<p>I placed this script in my <code>/home/user/bin</code> folder as I do all of my personal scripts and then made it executable with:
<div class="code">
<pre><code>[user@localhost bin]$ chmod u+x gmailto.sh</code></pre>
</div>
<p>Now all we have to do is specify this script as our default mail handler.  In Fedora, using Gnome, this menu is listed under System>Preferences>More Preferences>Preferred Applications.</p>
<div class="centered-image"><img src='http://studge.com/wp-content/uploads/2007/05/preferredapplications.jpg' alt='Preferred Applications' /></div>
<p>It is important to place the <code>%s</code> after calling the script in the Preferred Applications window so that it places the target address into your new message.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/set-gmail-as-the-default-mail-client-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Xbox ISOs in Linux</title>
		<link>http://studge.com/creating-xbox-isos-in-linux/</link>
		<comments>http://studge.com/creating-xbox-isos-in-linux/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 14:22:55 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://studge.com/creating-xbox-isos-in-linux/</guid>
		<description><![CDATA[One of the last remaining Windows applications that I had hung on to was the C-Xbox Tool.  It was used to convert games backups from my Xbox hard drive to FATX ISOs.
The problem had always been that there was not a suitable program written for Linux.  There were plenty of Xbox utilities for [...]]]></description>
			<content:encoded><![CDATA[<p>One of the last remaining Windows applications that I had hung on to was the C-Xbox Tool.  It was used to convert games backups from my Xbox hard drive to <a href="http://en.wikipedia.org/wiki/FATX">FATX</a> ISOs.<span id="more-45"></span></p>
<p>The problem had always been that there was not a suitable program written for Linux.  There were plenty of Xbox utilities for Linux that would extract or extract and upload an ISO, but nothing seemed to handle the repackaging task.  I had tried to run C-Xbox Tool under the Windows emulator <a href="http://winehq.com/">Wine</a>, but to no avail.  So, I just basically quit creating ISOs.  Until this weekend when I had encountered the glitch that occurs in <a href="http://www.amazon.com/gp/product/B0002B90SA?ie=UTF8&#038;tag=studge-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B0002B90SA">Star Wars Knights of the Old Republic II: The Sith Lords</a><img src="http://www.assoc-amazon.com/e/ir?t=studge-20&#038;l=as2&#038;o=1&#038;a=B0002B90SA" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  There is a part in the very beginning that requires you to use the game disc to bypass the glitch.  I have long since lost the game disc and needed to make another one.  This is when I decided to see if I could get a different Windows Xbox utility to work &#8211; enter <a href="http://www.teamavalaunch.com/qwix/">Qwix</a>.  This program is developed by the entity responsible for the <a href="http://en.wikipedia.org/wiki/Avalaunch">Avalaunch</a> dashboard for the Xbox.  I was able to run this under Wine without any special parameters (see screenshot below) &#8211; but you cannot run it <em>exactly</em> the same as you would under Windows.</p>
<div class="centered-image"><a href='http://studge.com/wp-content/uploads/2007/04/qwix1.jpg' title='Screenshot of Qwix running under Wine in Linux.'><img src='http://studge.com/wp-content/uploads/2007/04/qwix1.thumbnail.jpg' alt='Screenshot of Qwix running under Wine in Linux.' /></a></div>
<p>There were two issues that I had to work around in order to get this to work.  First, I could not get the FTP to work in Qwix to get the game files.  So I had to transfer them, before creating the ISO, using my regular FTP client &#8211; in this case gFTP.  Second, I could not get Qwix to open the transferred game folder to create an ISO from it.  My solution for this was to move the folder into Wine&#039;s <em>simulated</em> C: drive environment.  There is a hidden folder under the user directory labeled <code>.wine</code>, and just below that is the <code>drive_c</code> folder.  The contents of this directory will look familiar to Windows users.  I copied the entire game folder into the <code>drive_c</code> folder and selected it on the <em>Local folder</em> line of the <em>Source</em> section of Qwix under the <em>Create ISO</em> tab from the left sidebar.  It created my ISO pretty fast &#8211; considering the size &#8211; and I was able to bypass the glitch in the game.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/creating-xbox-isos-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 5 Must Have Linux Web Developer Applications</title>
		<link>http://studge.com/top-5-must-have-linux-web-developer-applications/</link>
		<comments>http://studge.com/top-5-must-have-linux-web-developer-applications/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 16:54:26 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://studge.com/top-5-must-have-linux-web-developer-applications/</guid>
		<description><![CDATA[I consider myself a web developer, not necessarily a web designer, but certainly a developer. As such, I do not require the latest Adobe suite of programs to get the job done.  There are plenty of open source Linux applications that can help accomplish this for free.
I see five different areas of software that [...]]]></description>
			<content:encoded><![CDATA[<p>I consider myself a web developer, not necessarily a web designer, but certainly a developer. As such, I do not require the latest <a href="http://www.adobe.com/products/">Adobe</a> suite of programs to get the job done.<span id="more-40"></span>  There are plenty of open source Linux applications that can help accomplish this for free.</p>
<p>I see five different areas of software that I use during development.  I first, of course, need a development environment to generate my code.  I need software to manipulate images that will be used in my sites.  I need a program to encode videos into web friendly formats.  After all of this, I need to get my files onto the web server. Lastly I need to be able to view the completed work to see how it turned out and determine where I need to tweak my code.</p>
<h3>IDE</h3>
<p><strong><a href="http://www.jedit.org/">jEdit</a></strong> is my <a href="http://studge.com/jedit-is-my-new-ide/">IDE of choice</a>.  I have tried others and could never find one the encompassed all of my needs.  jEdit&#039;s robust module system allows enough expansion to cover almost any developers&#039; needs.  Most important of these is the FTP plugin for editing code directly on the server.  The CSS auto complete feature is a nice plus too, though it was never a requirement that I had set out to find.</p>
<h3>Image Manipulation</h3>
<p><strong><a href="http://www.gimp.org/">The GIMP</a></strong> is a no brainer here.  It is the standard for image editing and creation in a Linux environment.  A lot of people say that is severely handicapped in comparison to Photoshop.  I am not a professional designer but have been able to do <em>everything</em> I have ever needed to do to an image with The GIMP.  A legal version of Photoshop would cost me over $600, that&#039;s a cost I can&#039;t really justify for an individual &#8211; sans self-employed, professional designers.  If you are into design that much, then you are probably a Mac elitist anyway &#8211; so why are you using Linux?  I have found that I can almost always follow a good Photoshop tutorial I have found on the web and mimic it using The GIMP with equal results.  I may have to add a couple more steps to the process, but that is fine considering I did not have to fork over any money to do it.  Note: This argument does not acknowledge the option of Photoshop piracy.</p>
<h3>Video Encoding</h3>
<p><strong><a href="http://www.mplayerhq.hu/">MPlayer</a></strong>&#039;s movie encoder is fast on the command line.  I am able to take nearly any video format and then resize it and <a href="http://studge.com/creating-flash-video-in-linux/">convert it into a Flash video</a>.  That makes it have a smaller filesize and also ensures that it will be in a format that is usable to most visitors.</p>
<h3>File Transfer</h3>
<p>I can edit my code directly on the server with jEdit, but I have to get my images, videos and whatever else I am delivering up on the server.  <a href="http://www.gftp.org/">gFTP</a> is the only FTP client I have ever used in Linux.  I have never found a reason to look elsewhere because it does everything I need.  It allows bookmarking so I can connect to my sites with a click and get my files up.</p>
<h3>Web Browser</h3>
<p>Of course I use <a href="http://mozilla.com/firefox">Firefox</a> to test sites with.  It is also my main browser for surfing the web.  But Firefox is not representative of the users who will be visiting sites.  Unfortunately most people still use Microsoft&#039;s travesty of a browser &#8211; Internet Explorer. Luckily I do not need to keep that OS available as an option on my machines just to use that broken browser.  <a href="http://www.tatanka.com.br/ies4linux/page/Main_Page">IEs4Linux</a> is a script developed by Sérgio Lopes that enables the download and installation of IE 5, 5.5 and 6 through <a href="http://www.winehq.com/">Wine</a>, the Windows emulator.  I do not use all of the versions of IE that he makes available, just IE 6 and 7.  To get IE 7 you currently need to use the beta version of IEs4Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/top-5-must-have-linux-web-developer-applications/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Linux Certification Showdown</title>
		<link>http://studge.com/linux-certification-showdown/</link>
		<comments>http://studge.com/linux-certification-showdown/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 11:09:33 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://studge.com/linux-certification-showdown/</guid>
		<description><![CDATA[Currently there are several major Linux certifications on the market.  But which one is right? It seems that there has not yet been an agreement on which one is the de facto standard. The four program providers I will discuss here are the Linux Professional Institute, Novell, Inc., Red Hat, Inc. and CompTIA.  [...]]]></description>
			<content:encoded><![CDATA[<p>Currently there are several major Linux certifications on the market.  But which one is right?<span id="more-37"></span> It seems that there has not yet been an agreement on which one is the de facto standard. The four program providers I will discuss here are the Linux Professional Institute, Novell, Inc., Red Hat, Inc. and CompTIA.  <em>This information is current as of April 2007. All prices are in US dollars.</em></p>
<h3>Linux Professional Institute (LPI)</h3>
<p>The <a href="http://www.lpi.org/">Linux Professional Institute</a> was founded in 1999 and is a non-profit organization with the goal of delivering vendor neutral Linux certifications for system administrators and programmers.  It is a Canadian company whose exams are available in almost every country in the world.  They provide 3 tiers of certification covering the scope from Junior to Senior Level Administration.  The first two tiers consist of two exams each and the last tier consists of only one exam.  Each exam currently costs around $150.</p>
<p><strong>Junior Level Linux Professional (LPIC-1)</strong>  The first tier consists of two exams, 101 and 102 &#8211; they are both required to obtain the certification.  Exams are designed to verify that you can work at the Linux command line.  They also test to see that you are capable of performing easy maintenance tasks: help out users, add users to a larger system, backup &amp; restore, shutdown and reboot.  You are also expected to be able to install and configure a workstation (including X) and connect it to a LAN, or a stand-alone PC via modem to the Internet.  This tier requires that the candidate be familiar with two package management systems &#8211; <a href="http://www.rpm.org/">RPM</a> and <a href="http://en.wikipedia.org/wiki/Deb_%28file_format%29">Debian</a>. According to their <a href="http://www.lpi.org/en/lpi/english/certification/ubuntu_mysql">website</a>, for an extra $100 you can become an Ubuntu Certified Professional on top of the LPIC-1 Certification.</p>
<p><strong>Advanced Level Linux Professional (LPIC-2)</strong> Requires that you have already attained LPIC-1 status and you must two exams &#8211; 201 and 202. This tier focuses on administering a small to medium site and checks that you can plan, implement, maintain, keep consistent, secure and troubleshoot a small mixed (MS, Linux) network, including a:
<ul>
<li>LAN server (samba)</li>
<li>Internet Gateway (firewall, proxy, mail, news)</li>
<li>Internet Server (webserver, FTP server)</li>
</ul>
<p><strong>Senior Level Linux Professional (LPIC-3)</strong> This is the newest tier that has just become available in 2007.  You can choose either the <em>Core</em> or <em>Specialty</em> path.  You must have LPIC-2 status and pass one exam to obtain the <em>Core</em> certification.  The <em>Specialty</em> path requires that you pass the <em>Core</em> exam and also pass a respective <em>Specialty</em> exam.  This tier assumes that you have several years of experience with installing and maintaining Linux on a number of computers for various purposes. It also requires knowledge of Bash or Perl scripting and experience utilizing <a href="http://en.wikipedia.org/wiki/Ldap">LDAP</a>.  Though I could not find explicit pricing information on this tier&#039;s exams, it is assumed that too are around $150 apiece.  There was no immediate information to indicate otherwise.</p>
<h3>Novell, Inc.</h3>
<p>This set of certifications is geared towards the mastery of Novell&#039;s Linux distribution &#8211; <a href="http://www.novell.com/linux/">SUSE Linux Enterprise</a>.  They offer two approaches: <a href="http://www.novell.com/training/certinfo/clp/">Novell Certified Linux Professional</a> and <a href="http://www.novell.com/training/certinfo/cle/">Novell Certified Linux Engineer</a>.</p>
<p><strong>Novell CLP</strong> This route is intended for people interested in being Linux administrators.  It does not have any mandatory course work and only requires the passing of one exam &#8211; the Novell Practicum.  This exam is scenario based and is meant to see if you can apply your knowledge to real world problems.  Successful candidates are expected to possess the following skills:
<ul>
<li>working with and creating scripts in the shell</li>
<li>administering users, groups and file permissions</li>
<li>administering virtualization with <a href="http://en.wikipedia.org/wiki/Xen">Xen</a></li>
<li>configuring and using Samba</li>
<li>configuring network connections</li>
</ul>
<p><strong>Novell CLE</strong> This route is intended for people seeking to master advanced SUSE Linux Enterprise Server administration skills.  This certification requires two exams &#8211; you must pass the Novell CLP program first and then take one additional exam to attain the <em>Engineer</em> standing.  This certification requires that you have a more in-depth understanding of networking services and security.</p>
<p>Each exam will cost approximately $195.</p>
<h3>Red Hat, Inc.</h3>
<p>Perhaps the most well known set of certifications is offered by <a href="http://www.redhat.com/">Red Hat, Inc.</a>  Their certifications are geared towards the use of their Linux distribution &#8211; <a href="http://www.redhat.com/rhel/">Red Hat Enterpise Linux</a>. They offer four different certifications: Red Hat Certified Technician, Red Hat Certified Engineer, Red Hat Certified Architect and Red Hat Certified Security Specialist.  Each of these certifications is valid until after the next major release of Red Hat Enterprise Linux.  For example, if you are certified while RHEL 5 is current, then your certification is valid until RHEL 7 is released.</p>
<p><strong>RHCT</strong> Their base level certification is intended for entry-level admins and focuses on the administration of a single system and attaching it to a network.  There is only one test to pass in order to obtain this certification but is a 3 hour, hands-on lab exam administered at a Red Hat facility.  It will cost approximately $350.</p>
<p><strong>RHCE</strong>  This is Red Hat&#039;s intermediate certification.  This certification has been the closest to a standard in the Linux certification community.  It is designed to test administrators with several years of experience and deals more extensively with services and security.  While this is a great credential to have &#8211; it is pricey.  At around $750, this certification may not prove a possibility for someone who is currently on the job hunt.  Again, there is only one exam required.</p>
<p><strong>RHCA</strong> It has been rumored that there are less than 100 IT professionals with RHCA status.  This is not hard to believe due to the program&#039;s requirements.  You must pass a 2 or 3 day performance-based live lab exam  The fees for this program are very high.  There is a total of 5 exams at $750 each, so you are looking at a minimum of $3750.</p>
<p><strong>RHCSS</strong> This program consists of 3 exams, again at around $750 apiece.  This level is meant to emphasize a proficiency in security.  The focus of the exams is on using <a href="http://en.wikipedia.org/wiki/Selinux">SELinux</a> and <a href="https://www.redhat.com/apps/store/enterprise/directoryserver.html">Red Hat Directory Server</a> to meet security requirements.  This seems like a highly specific designation.  Not all organizations are going to utilize this type of LDAP management and not all distributions are as eager to utilize SELinux as Red Hat is.</p>
<h3>CompTIA</h3>
<p><a href="http://www.comptia.org/">CompTIA</a> is well known for their entry level  certifications &#8211; most notably the <a href="http://certification.comptia.org/a/default.aspx">A+ Certification</a>.  Their Linux certification is designed for people with between 6 and 12 months of Linux experience.  It is vendor neutral and focuses on using the command line, user administration, file permissions and the management of Linux-based clients, servers and security.  There is one exam to pass that costs about $200, but the certification is valid for life.</p>
<h3>Which Certification?</h3>
<p>Being that there is no set standard of certification in the market, you can likely use any of them effectively on your resume and during the interview process.  The Red Hat certifications are going to be more geared towards someone who works for a company that is already utilizing that specific distribution and will likely be paid for by said company.  As a Linux user who is looking to get into Linux administration as a profession, then you should really look at how much experience you have.  If you are relatively inexperienced, then you could probably study a bit and obtain the Linux+ Certification without much effort.  With more Linux confidence and experience you could climb the LPI tiers or go with Novell.  Novell is strong here because they have had years at the top of the certification food chain and have great name recognition in the IT world.  Their program also requires fewer exams to obtain their highest credential. Although Novell is not a vendor neutral certification, a competent employment candidate should have little problem explaining how the knowledge can be carried over to different distributions. The key in obtaining one of these certifications is being able to use it to back up claims of your Linux knowledge to a prospective employer and also give you a bit more confidence during the interview process.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/linux-certification-showdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Flash Video in Linux</title>
		<link>http://studge.com/creating-flash-video-in-linux/</link>
		<comments>http://studge.com/creating-flash-video-in-linux/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 11:46:19 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://studge.com/creating-flash-video-in-linux/</guid>
		<description><![CDATA[Serving videos on your sites can really eat up your bandwidth.  This can cost a lot of money, but so can buying Adobe&#039;s Flash software just to create videos in their format. It currently sells for about $700.
I personally use MPlayer as my video player of choice in Linux.  It has an encoding [...]]]></description>
			<content:encoded><![CDATA[<p>Serving videos on your sites can really eat up your bandwidth.  This can cost a lot of money, but so can buying Adobe&#039;s Flash software just to create videos in their format.<span id="more-36"></span> It currently sells for about $700.</p>
<p>I personally use <a href="http://www.mplayerhq.hu/">MPlayer</a> as my video player of choice in Linux.  It has an encoding program call MEncoder that we will use to convert our video.  MEncoder should convert any video that MPlayer will play.  If you are using <a href="http://fedoraproject.org/">Fedora Core</a>, as I do, then you can find both MPlayer and MEncoder in the Fedora repositories.  First we need a video to start with.  For the purpose of this example we will use <a href="http://studge.com/media/testvid.avi">this</a> video.  It is a short, 2.4MB video of <a href="http://builttospill.com/">Built To Spill</a> front-man Doug Martsch doing an acoustic version of &#8220;Car&#8221; somewhere, I do not recall the specific details.  The video is <a href="http://en.wikipedia.org/wiki/DivX">DivX 4</a> with <a href="http://en.wikipedia.org/wiki/Mp3">MP3</a> audio and is 480 x 360 pixels at approximately 15 frames per second.  The following command will convert it to the Flash video (<a href="http://en.wikipedia.org/wiki/Flv">FLV</a>) format. <strong>NOTE</strong> The backslash at the end of each line is used to break up commands in the shell:
<div class="code">
<pre><code>[user@localhost ~]$ mencoder testvid.avi \
-ofps 15 -o testvid.flv -of lavf \
-oac mp3lame -lameopts abr:br=64 -srate 22050 -ovc lavc \
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -lavcopts \
vcodec=flv:keyint=50:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale 320:240</code></pre>
</div>
<p>This produces a Flash video that is the same resolution as our source video.  One thing you should look out for is matching the frame-rate of your source video.  The section in the second line of the command, <code>-ofps 15</code>, tells MEncoder to make the new video have 15 frames per second.  You can find your video&#039;s frame-rate easily with the <code>file</code> command:
<div class="code">
<pre><code>[user@localhost ~]$ file testvid.avi
testvid.avi: RIFF (little-endian) data, AVI, 480 x 360, ~15 fps,
   video: DivX 4, audio: MPEG-1 Layer 3 (stereo, 44100 Hz)</code></pre>
</div>
<p>We are also changing the output video&#039;s resolution, when we convert it, from 480 x 360 pixels to 320 x 240 pixels. You can omit the last line, <code>-vf scale 320:240</code>, if you do not wish to alter the resolution.  </p>
<p>We are finished.  You just need to upload your new FLV file to your server and integrate it into your site.  I will not cover that process because it will be different for each user dependent upon your particular hosting service and/or CMS. We have managed to reduce the filesize of our video from 2.4MB down to 933.2KB.  We have also managed to standardize our video so that it does not depend on the vast array of browser video plugins that our site visitors could be using &#8211; just Flash.  Here&#039;s the video we have produced:</p>
<div class="centered-image">
<div class="flvPlayer">				<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="320" height="260"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://studge.com/media/testvid.flv&amp;autoStart=false;" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="https://media.dreamhost.com/mediaplayer.swf?file=http://studge.com/media/testvid.flv&amp;autoStart=false;" quality="high" wmode="transparent" width="320" height="260" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
				</object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/creating-flash-video-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://studge.com/media/testvid.avi" length="2561802" type="video/x-msvideo" />
		</item>
		<item>
		<title>Mounting NTFS Partitions in Linux</title>
		<link>http://studge.com/mounting-ntfs-partitions-in-linux/</link>
		<comments>http://studge.com/mounting-ntfs-partitions-in-linux/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 19:20:12 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://studge.com/mounting-ntfs-partitions-in-linux/</guid>
		<description><![CDATA[Even if you use Linux as your primary operating system, you may still run into situations where you may need access to a partition that is formatted as NTFS.
My girlfriend uses a desktop system that I had loaded with three hard drives.  Two of the drives are full partitions of the ext3 filesystem and [...]]]></description>
			<content:encoded><![CDATA[<p>Even if you use Linux as your primary operating system, you may still run into situations where you may need access to a partition that is formatted as NTFS.<span id="more-39"></span></p>
<p>My girlfriend uses a desktop system that I had loaded with three hard drives.  Two of the drives are full partitions of the ext3 filesystem and one is NTFS.  There is a good reason for this &#8211; she was used to using Windows XP and I wanted to gradually ween her off of it.  It was easier to do this when Linux was already available on the system via a dual-boot.  She has been on Linux for a good five or six months now (at home, work is a different story).  She emailed me today asking me to see if I could get a particular file off of the computer that she had not accessed since she was using Windows XP.  I was already on the system via SSH and knew that I could get the file without rebooting into Windows or even getting up to go into that room.  All that I needed to install was an NTFS reading kernel module.  In Fedora, I would type (as root):
<div class="code">
<pre><code>[root@localhost ~]# yum install kmod-ntfs</code></pre>
</div>
<p>Upon completion of the installation, I needed to determine which drive the NTFS partition was on:
<div class="code">
<pre><code>[root@localhost ~]# fdisk -ul
Disk /dev/hda: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders, total 39102336 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *          63      208844      104391   83  Linux
/dev/hda2          208845    39102209    19446682+  8e  Linux LVM

Disk /dev/hdb: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders, total 78125000 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *          63    78124094    39062016   8e  Linux LVM

Disk /dev/hdd: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders, total 78125000 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdd1   *          63    78108029    39053983+   7  HPFS/NTFS</code></pre>
</div>
<p>From the output, I could tell that <code>/dev/hdd</code> was my NTFS drive.  To access the drive immediately I would need to mount it.  I first create a directory as my mount point and then issue the <code>mount</code> command:
<div class="code">
<pre><code>[root@localhost ~]# mkdir /media/drive_c
[root@localhost ~]# mount /dev/hdd1 \\
   /media/c_drive -t ntfs  -rw -o umask=0000</code></pre>
</div>
<p>It is likely that she is going to want to access this drive again in the future, so I appended the following line to <code>/etc/fstab</code> to enable it each the system boots:
<div class="code">
<pre><code>/dev/hdd1       /media/c_drive  ntfs    rw,defaults,umask=0000 0 0</code></pre>
</div>
<p>The options I have used here allow for full read/write access to the drive, so if you intend to boot into Windows again, then be careful with what you delete from that partition &#8211; Linux will not warn you about removing critical system files from your Windows partition.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/mounting-ntfs-partitions-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a USB Flash Drive System Recovery System</title>
		<link>http://studge.com/creating-a-usb-flash-drive-system-recovery-system/</link>
		<comments>http://studge.com/creating-a-usb-flash-drive-system-recovery-system/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 15:32:10 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://studge.com/creating-a-usb-flash-drive-system-recovery-system/</guid>
		<description><![CDATA[One of my favorite programs to use is Partimage for backing up my system regularly.  I grew tired of booting a LiveCD each time I wanted to perform this task. It was time to put it on my USB flash drive.
I have used several bootable operating systems in the past: Knoppix, Damn Small Linux, [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite programs to use is <a href="http://www.partimage.org/">Partimage</a> for backing up my system regularly.  I grew tired of booting a LiveCD each time I wanted to perform this task.<span id="more-34"></span> It was time to put it on my USB flash drive.</p>
<p>I have used several bootable operating systems in the past: <a href="http://knopper.net/">Knoppix</a>, <a href="http://www.damnsmalllinux.org/">Damn Small Linux</a>, and <a href="http://www.puppylinux.org/">Puppy Linux</a>.  None of these really did much for me.  I would boot into them and then I was merely stuck with an environment that was crippled in comparison to my usual environment.  I can see how they might be applicable to users who are considering the switch to Linux, but as a regular user it provided little value.  I noticed that the only time I was really booting into a live environment and using it was with the excellent <a href="http://www.sysresccd.org/">SystemRescueCd</a>.  It is a <a href="http://www.gentoo.org/">Gentoo Linux</a> distribution that is comprised of many useful system utilities &#8211; and it had a very small footprint at around 110MB.  Here is how I put it on my 512MB USB thumb drive as a bootable operating system.</p>
<p><strong>Before starting, you need to back up the data that already exists on the drive because this process will entirely wipe the drive out.</strong></p>
<p>While the drive was plugged in I had to find out what address it was using. There are several ways to do this, if the drive was being used before it would have been partitioned:</p>
<div class="code">
<pre><code>[user@localhost ~]$ df</code></pre>
</div>
<p>This will return the available partitions &#8211; we are looking for something in the /dev/sd? range.  If there is only one USB drive plugged it, then it is most likely /dev/sda.  If the drive does not contain any partitions yet, then try this:</p>
<div class="code">
<pre><code>[user@localhost ~]$ ls /dev/sd*</code></pre>
</div>
<p>Now that we have the address, we need to first remove any partitions.  This needs to be done as the root user and the drive should not be mounted:</p>
<div class="code">
<pre><code>[root@localhost ~]# fdisk /dev/sda</code></pre>
</div>
<p>Press &#8220;p&#8221; to list the current partitions.  Then press &#8220;d&#8221; to delete each one, you may be prompted to enter the partition number.  Press &#8220;w&#8221; to write the changes to the disk and exit.  Now that the partitions are removed we are going to wipe the drive out.  <strong>Warning!</strong> This will absolutely remove <em>everything</em> on the drive!  This process will take some time since it is writing zeroes over every bit of the drive.</p>
<div class="code">
<pre><code>[root@localhost ~]# dd if=/dev/zero of=/dev/sda</code></pre>
</div>
<p>Now the drive is clean and we can set it up.  First we need to put an MBR (Master Boot Record) on the drive.  I am not aware of a program in Fedora that does this, so I installed <a href="http://ms-sys.sourceforge.net/">ms-sys</a>.  If you are on a <a href="http://www.debian.org/">Debian</a> based system, then you can probably use the <code>install-mbr</code> command.  Once installed we will create a Windows 95 boot record on the drive:</p>
<div class="code">
<pre><code>[root@localhost ~]# ms-sys--mbr95b /dev/sda
Windows 95B/98/98SE/ME master boot record successfully written to /dev/sda</code></pre>
</div>
<p>We will now create one partition to house the SystemRescueCD system and another to use as regular storage.  We invoke fdisk again:</p>
<div class="code">
<pre><code>[root@localhost ~]# fdisk /dev/sda</code></pre>
</div>
<p>This time we will press &#8220;n&#8221; to create a new partition.  Then &#8220;p&#8221; for primary partition and &#8220;1&#8243; to signify it as the first partition.  Enter &#8220;1&#8243; again to select the first cylinder.  Next it requests the last cylinder, I entered &#8220;+150M&#8221; to grow the partition by 150MB.  We need to change the type of partition by pressing &#8220;t&#8221; and then &#8220;e&#8221; to select W95 FAT16 (LBA).  We need to make this partition bootable, so press &#8220;a&#8221; and then &#8220;1&#8243; again to select the first partition.  You can create whatever partition you like with the leftover space.  Once done, press &#8220;w&#8221; to write the changes and exit.</p>
<p>Next, we format the partition:</p>
<div class="code">
<pre><code>[root@localhost ~]# mkdosfs /dev/sda1</code></pre>
</div>
<p>And then we will use <a href="http://syslinux.zytor.com/">SYSLINUX</a> as a bootloader for the distribution.</p>
<div class="code">
<pre><code>[root@localhost ~]# syslinux /dev/sda1</code></pre>
</div>
<p>At this point, you may want to reboot into the USB drive to see that it is working and set up correctly.  If it is, then you should see a message similar to this:</p>
<div class="code">
<pre><code>SYSLINUX 3.11 2005-09-02 EBIOS Copyright (C) 1994-2005 H. Peter Anvin
Could not find kernel image: linux
boot:</code></pre>
</div>
<p>If it did not work, then you should see something along the lines of &#8220;boot failed&#8221;, &#8220;Missing operating system&#8221; or &#8220;Boot error&#8221;.  If you see any of these, you should try repeating the above processes.  If it just boots into your regular system, then you will need to tweak a setting in your BIOS to boot to the USB device.  If everything went well, then it is  time to transfer the system files.  You need to boot back into your regular system and mount your new thumb drive partition:</p>
<div class="code">
<pre><code>[root@localhost ~]# mkdir /mnt/usb
[root@localhost ~]# mount -t vfat /dev/sda1 /mnt/usb</code></pre>
</div>
<p>You will next need to download the disk image from their <a href="http://www.sysresccd.org/Download">download</a> page and mount it:</p>
<div class="code">
<pre><code>[root@localhost ~]# mkdir /mnt/rescue
[root@localhost ~]# mount -o loop systemrescuecd-x86-x.x.x.iso /mnt/rescue</code></pre>
</div>
<p>And then copy the files over:</p>
<div class="code">
<pre><code>[root@localhost ~]# cp /mnt/rescue/syslinux/syslinux.cfg /mnt/usb
[root@localhost ~]# cp /mnt/rescue/sysrcd.dat /mnt/usb
[root@localhost ~]# cp /mnt/rescue/isolinux/* /mnt/usb
[root@localhost ~]# cp /mnt/rescue/bootdisk/* /mnt/usb</code></pre>
</div>
<p>That is it.  The drive should be ready now.  When you reboot you should be prompted by the SystemRescueCd boot screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/creating-a-usb-flash-drive-system-recovery-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xgl and Beryl in 64-bit Fedora Core 6 on ATI Radeon 200M</title>
		<link>http://studge.com/xgl-and-beryl-in-64-bit-fedora-core-6-on-ati-radeon-200m/</link>
		<comments>http://studge.com/xgl-and-beryl-in-64-bit-fedora-core-6-on-ati-radeon-200m/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 00:28:18 +0000</pubDate>
		<dc:creator>Studge</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://studge.com/xgl-and-beryl-in-64-bit-fedora-core-6-on-ati-radeon-200m/</guid>
		<description><![CDATA[The new version of Beryl is finally available in the Fedora repositories.  The following is how I managed to get it up and running. Here is my current working environment:

Kernel 2.6.20-1.2925.fc6
ATI Radeon 200M &#8211; 128MB video card
ATI driver 8.34.8

I referenced this post at Fedora Forum and acquired some recent source RPMs so that I [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of <a href="http://www.beryl-project.org/">Beryl</a> is finally available in the Fedora repositories.  The following is how I managed to get it up and running.<span id="more-31"></span> Here is my current working environment:</p>
<ul>
<li>Kernel 2.6.20-1.2925.fc6</li>
<li>ATI Radeon 200M &#8211; 128MB video card</li>
<li>ATI driver 8.34.8</li>
</ul>
<p>I referenced <a href="http://forums.fedoraforum.org/showthread.php?t=121119&#038;page=1&#038;pp=15">this</a> post at <a href="http://www.fedoraforum.org/">Fedora Forum</a> and acquired some recent source RPMs so that I could build the appropriate x86_64 RPMs for the Xgl server and a library it is dependent upon that is not available in the repositories.  The forum link only supplies the x86 versions.  I have archived the x86_64 versions of the RPMs <a href='http://studge.com/wp-content/uploads/2007/03/xglrpmsx86_64tar.gz' title='Xgl RPMs for Fedora Core 6 - x86_64'>here</a>.  This post assumes that you already have your ATI card working with full direct rendering using the fglrx driver.  First, you need to install some package dependencies.  You may or may not need these depending on your current setup.  These are the packages I had to install in order to create the RPMs:</p>
<div class="code">
<pre></code>[root@localhost ~]# yum install libXfont-devel libXrandr-devel libXrender-devel
libXt-devel libfontenc-devel libdrm-devel libXaw-devel xorg-x11-xtrans-devel
libxkbfile-devel libXext-devel libXxf86misc-devel xorg-x11-util-macros libXtst-devel
libXres-devel glitz-glx-devel libdmx-devel mesa-source libselinux-devel libtool
libXinerama-devel libXxf86vm-devel</code></pre>
</div>
<p>Now we need to decompress the tarball from above:</p>
<div class="code">
<pre><code>[root@localhost ~]# tar zxf xglrpmsx86_64tar.gz</code></pre>
</div>
<p>And install the RPMs:
<div class="code">
<pre><code>[root@localhost ~]# rpm -ivh *rpm</code></pre>
</div>
<p>If everything went well, you can now install your composite window manager of choice.  For <a href="http://www.go-compiz.org/">Compiz</a>, we first want to make sure there are not any latent packages installed, then we will install the new package:
<div class="code">
<pre><code>[root@localhost ~]# rpm -e --nodeps compiz
error: package compiz is not installed
[root@localhost ~]# yum install compiz</code></pre>
</div>
<p>For Beryl, my personal choice, run either:
<div class="code">
<pre><code>[root@localhost ~]# yum install beryl-gnome</code></pre>
</div>
<p>or
<div class="code">
<pre><code>[root@localhost ~]# yum install beryl-kde</code></pre>
</div>
<p>The above command are dependent upon which desktop environment you use.  You can now logout and you should find an Xgl session available for whichever desktop environment you use.  Log in to your Xgl session and start the new window manager.  For Compiz, type:
<div class="code">
<pre><code>[user@localhost ~]$ desktop-effects</code></pre>
</div>
<p>And for Beryl, run:
<div class="code">
<pre><code>[user@localhost ~]$ beryl-manager</code></pre>
</div>
<p> After I confirmed that everything was running well, I added the window manager command to the startup programs.  The GUI for this is available in Gnome at System->Preferences->More Preferences->Sessions, under the <em>Startup Programs</em> tab.</p>
<p>I also added the following snippet to my xorg.conf file in the <em>Module</em> section:
<div class="code">
<pre><code>SubSection "extmod"
    Option "omit xfree86-dga"
EndSubSection</code></pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://studge.com/xgl-and-beryl-in-64-bit-fedora-core-6-on-ati-radeon-200m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.612 seconds -->
