<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://adammichaelroach.com">
<channel>
 <title>Adam Michael Roach</title>
 <link>http://adammichaelroach.com</link>
 <description>I am an independent information technology professional based in St. Louis, Missouri. I specialize in web development and open source technologies. You could say I sort of live in the web. I'm always interested in the opportunity to do freelance/consulting/team-based project work for your business. Please feel free to contact me any time!</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/adammichaelroach" /><feedburner:info uri="adammichaelroach" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>adammichaelroach</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
 <title>Delete All Empty Folders from a Directory</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/yxwiX3MA0Ys/110609-delete-all-empty-folders-directory</link>
 <description>&lt;p&gt;Have you ever had a bunch of empty folders in one place that you wanted to get rid of without needing to go through each one first and verify that is empty?  The following command will do just that:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;WARNING: DO NOT RUN THE FOLLOWING COMMAND AS ROOT UNLESS YOU ARE ABSOLUTELY SURE OF WHAT YOU ARE DOING. THIS COMMAND RESULTs IN A LOSS OF DATA AND MAY NOT BE RECOVERABLE.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;find /path/to/scan c -type d -print0 | xargs -0 rmdir --ignore-fail-on-non-empty --parents&lt;/p&gt;
</description>
 <comments>http://adammichaelroach.com/blog/110609-delete-all-empty-folders-directory#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/commands">Commands</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <pubDate>Fri, 06 Nov 2009 22:15:45 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">36 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/110609-delete-all-empty-folders-directory</feedburner:origLink></item>
<item>
 <title>Recursively Delete all Files in a Directory with a Specific File Extension</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/_5B425WpXdc/110609-recursively-delete-all-files-directory-specific-file-extension</link>
 <description>&lt;p&gt;This is pretty straight forward.  You have a directory with a large amount of files with a particular extension that you want to recursively get rid of.  For example, you back up a directory from a Windows machine onto an external hard drive.  When you mount that drive on a *nix box you are going to see a bunch of files throughout the directory structure such as thumbs.db, desktop.ini, etc.  I don't need that and want to see them anymore.  The following commands will solve the problem:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/110609-recursively-delete-all-files-directory-specific-file-extension" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/110609-recursively-delete-all-files-directory-specific-file-extension#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/commands">Commands</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <pubDate>Fri, 06 Nov 2009 21:24:44 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">35 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/110609-recursively-delete-all-files-directory-specific-file-extension</feedburner:origLink></item>
<item>
 <title>Installing Adobe Flash 64 bit in Ubuntu 9.10 Karmic Koala</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/mUVyRiTuD4U/110309-installing-adobe-flash-64-bit-ubuntu-910-karmic-koala</link>
 <description>&lt;p&gt;If you are like me, you probably installed Flash player from the repository, expecting it to work properly.  Well, that just isn't the case.  For instance, on YouTube or Hulu videos, I wasn't able to push the buttons without first right clicking, then left clicking twice.  Weird, huh?&lt;/p&gt;
&lt;p&gt;Here's how to get the Adobe Flash 64 bit Alpha for Linux working in Ubuntu 9.10 Karmic Koala.&lt;/p&gt;
&lt;p&gt;First, close Firefox.  Next, uninstall the following packages if you have them installed:&lt;/p&gt;
&lt;p&gt;sudo apt-get remove flashplugin-installer flashplugin-nonfree nspluginwrapper&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/110309-installing-adobe-flash-64-bit-ubuntu-910-karmic-koala" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/110309-installing-adobe-flash-64-bit-ubuntu-910-karmic-koala#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/commands">Commands</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros">Distros</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/64-bit">64 bit</category>
 <category domain="http://adammichaelroach.com/category/tags/flash">Flash</category>
 <category domain="http://adammichaelroach.com/category/tags/karmic-koala">karmic koala</category>
 <pubDate>Wed, 04 Nov 2009 00:57:01 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">34 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/110309-installing-adobe-flash-64-bit-ubuntu-910-karmic-koala</feedburner:origLink></item>
<item>
 <title>Merging Multiple Video Files in Ubuntu Linux</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/KsNMtX7GkpI/092109-merging-multiple-video-files-ubuntu-linux</link>
 <description>&lt;p&gt;Here's an easy way to combine two video files into one.  I did this on Ubuntu, but this should work on most any distribution.  First, you need mencoder if you don't already have it.  In a terminal:&lt;/p&gt;
&lt;p&gt;sudo apt-get install mencoder&lt;/p&gt;
&lt;p&gt;After it installs, change to the directory that has the files you want to merge and execute the following command:&lt;/p&gt;
&lt;p&gt;mencoder -forceidx -oac copy -ovc copy video01.avi video02.avi video03.avi -o merged_final.avi&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/092109-merging-multiple-video-files-ubuntu-linux" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/092109-merging-multiple-video-files-ubuntu-linux#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros">Distros</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/avi">avi</category>
 <category domain="http://adammichaelroach.com/category/tags/merge">merge</category>
 <category domain="http://adammichaelroach.com/category/tags/video">video</category>
 <pubDate>Mon, 21 Sep 2009 20:12:19 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">33 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/092109-merging-multiple-video-files-ubuntu-linux</feedburner:origLink></item>
<item>
 <title>T-Mobile St. Louis gets 3G</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/soLoWcPyxTQ/081209-t-mobile-st-louis-gets-3g</link>
 <description>&lt;p&gt;I have been a T-Mobile customer for about 5 years.  My first phone with them was the Motorola RAZR.  I had always been happy with my plan, so I never upgraded phones through them.  Instead, I have used phones I purchased second-hand and swapped SIM cards.  About a year ago, I bought a used iPhone 2G (Edge) and unlocked/jailbroke it.  I had been happily using that along with the T-Zones ($5.99) Internet package that I was grandfathered in with.  For the most part, everything worked great.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/081209-t-mobile-st-louis-gets-3g" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/081209-t-mobile-st-louis-gets-3g#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/android">Android</category>
 <category domain="http://adammichaelroach.com/category/category/hardware">Hardware</category>
 <category domain="http://adammichaelroach.com/category/category/hardware/phones">Phones</category>
 <category domain="http://adammichaelroach.com/category/category/hardware/phones/t-mobile">T-Mobile</category>
 <category domain="http://adammichaelroach.com/category/tags/android-market">Android Market</category>
 <category domain="http://adammichaelroach.com/category/tags/mytouch-3g">myTouch 3G</category>
 <category domain="http://adammichaelroach.com/category/tags/xtreme-labs-speedtest">Xtreme Labs Speedtest</category>
 <pubDate>Wed, 12 Aug 2009 19:56:52 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">32 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/081209-t-mobile-st-louis-gets-3g</feedburner:origLink></item>
<item>
 <title>Wolfenstein: Enemy Territory on Ubuntu Linux Jaunty Jackalope 9.04</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/2peftOy3blM/050409-wolfenstein-enemy-territory-ubuntu-linux-jaunty-jackalope-904</link>
 <description>&lt;p&gt;I'm not much of a gamer, but one game that I do enjoy playing is Return to Castle Wolfenstein: Enemy Territory.  The following are the steps I took to get Enemy Territory installed and fully updated to version 2.60b (including all Punkbuster updates) on Ubuntu Jaunty Jackalope 9.04.  These instructions will work on more distros than just Ubuntu, but you may have different results depending on hardware/software setup.  Please be sure to research all of your options before following this or any other tutorial.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Installing Enemy Territory&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/050409-wolfenstein-enemy-territory-ubuntu-linux-jaunty-jackalope-904" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/050409-wolfenstein-enemy-territory-ubuntu-linux-jaunty-jackalope-904#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/enemy-territory">Enemy Territory</category>
 <category domain="http://adammichaelroach.com/category/tags/jaunty">Jaunty</category>
 <category domain="http://adammichaelroach.com/category/tags/punkbuster">Punkbuster</category>
 <pubDate>Mon, 04 May 2009 23:25:32 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">29 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/050409-wolfenstein-enemy-territory-ubuntu-linux-jaunty-jackalope-904</feedburner:origLink></item>
<item>
 <title>Get Dropbox Working on Ubuntu Jaunty Beta</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/femp82h1xFA/033009-get-dropbox-working-ubuntu-jaunty-beta</link>
 <description>&lt;p&gt;I recently updated my main machine to Ubuntu Jaunty 9.04 beta.  The version of &lt;a href="https://www.getdropbox.com/referrals/NTMzOTU2Mzk"&gt;Dropbox&lt;/a&gt; I had with Intrepid stopped working after the update.  To get it to work I performed the following steps in the terminal.  (The following steps work on x86.  For x86_64, the steps will be the same, but using different files):&lt;/p&gt;
&lt;p&gt;1. Download and install Dropbox deb (32 or 64 bit) for Intrepid if you don't already have it running.  (Note: Don't restart Nautilus)&lt;br /&gt;
&lt;a href="https://www.getdropbox.com/downloading?os=lnx" title="https://www.getdropbox.com/downloading?os=lnx"&gt;https://www.getdropbox.com/downloading?os=lnx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/033009-get-dropbox-working-ubuntu-jaunty-beta" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/033009-get-dropbox-working-ubuntu-jaunty-beta#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros">Distros</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/tags/dropbox">Dropbox</category>
 <category domain="http://adammichaelroach.com/category/tags/jaunty">Jaunty</category>
 <pubDate>Tue, 31 Mar 2009 04:24:48 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">25 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/033009-get-dropbox-working-ubuntu-jaunty-beta</feedburner:origLink></item>
<item>
 <title>Forwarding X over SSH</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/fvFIwgdJ1hg/030109-forwarding-x-over-ssh</link>
 <description>&lt;p&gt;Often I want to do some quick administration on a box of mine but don't really feel like running a VNC session (aka slow) just to do it.  That's where forwarding X comes in real handy.  Our prerequisites are 1) an understanding of what SSH and X Windows is/does 2) having those tools at your disposal, and 3) the remote machine must be able to forward X.&lt;/p&gt;
&lt;p&gt;Say for instance on our remote machine there is an X application that we want to run on our local machine without needing VNC.  Well, first, fire up the terminal.  We want to SSH (secure shell) into our machine.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/030109-forwarding-x-over-ssh" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/030109-forwarding-x-over-ssh#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/commands">Commands</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/tags/nohup">nohup</category>
 <category domain="http://adammichaelroach.com/category/tags/ssh">ssh</category>
 <category domain="http://adammichaelroach.com/category/tags/x-windows">X Windows</category>
 <category domain="http://adammichaelroach.com/category/tags/x11">X11</category>
 <pubDate>Mon, 02 Mar 2009 06:43:48 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">20 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/030109-forwarding-x-over-ssh</feedburner:origLink></item>
<item>
 <title>Installing nVidia 180.29 Drivers in Intrepid</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/q3WRQ_L0BSs/021809-installing-nvidia-18029-drivers-intrepid</link>
 <description>&lt;p&gt;Installing the latest nVidia drivers (180.29) on Ubuntu Intrepid is quite easy.  First, pull up a terminal (for gnome, Applications &amp;gt; Accessories &amp;gt; Terminal) and enter the following command.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
sudo gedit /etc/apt/sources.list&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You will be prompted for your password.  At the bottom of the newly opened file insert the following lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
deb &lt;a href="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu" title="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu"&gt;http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu&lt;/a&gt; intrepid main&lt;br /&gt;
deb-src &lt;a href="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu" title="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu"&gt;http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu&lt;/a&gt; intrepid main&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/021809-installing-nvidia-18029-drivers-intrepid" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/021809-installing-nvidia-18029-drivers-intrepid#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros">Distros</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/drivers">drivers</category>
 <category domain="http://adammichaelroach.com/category/tags/intrepid">Intrepid</category>
 <category domain="http://adammichaelroach.com/category/tags/nvidia">nVidia</category>
 <pubDate>Thu, 19 Feb 2009 04:21:58 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">16 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/021809-installing-nvidia-18029-drivers-intrepid</feedburner:origLink></item>
<item>
 <title>Free Ubuntu Case Stickers</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/7fjtV97mPfA/021109-free-ubuntu-case-stickers</link>
 <description>&lt;p&gt;System76 is offering free strip of four 'powered by Ubuntu' case stickers.&lt;/p&gt;
&lt;p&gt;The only thing you have to do is send a self-addressed, stamped envelope to the address corresponding to your country.  I've gotten several sets to put on my machines.  Follow the link below to read more.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://system76.com/article_info.php?articles_id=9" title="http://system76.com/article_info.php?articles_id=9"&gt;http://system76.com/article_info.php?articles_id=9&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://adammichaelroach.com/blog/021109-free-ubuntu-case-stickers#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/stickers">stickers</category>
 <pubDate>Wed, 11 Feb 2009 08:19:22 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">14 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/021109-free-ubuntu-case-stickers</feedburner:origLink></item>
<item>
 <title>Converting bin/cue to iso in Linux</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/09w0QnoXTlQ/021009-converting-bincue-iso-linux</link>
 <description>&lt;p&gt;So, you've got a bin/cue in front of you and you're not quite sure what to do with it.  Here's how I handle them.  As usual, I'm using Ubuntu Linux, but these instructions should be the same no matter the distro.&lt;/p&gt;
&lt;p&gt;First, you are going to need bchunk.  Pull up a terminal or your gui package handler of choice and enter the following command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
sudo apt-get install bchunk&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/021009-converting-bincue-iso-linux" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/021009-converting-bincue-iso-linux#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/commands">Commands</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/tags/bchunk">bchunk</category>
 <category domain="http://adammichaelroach.com/category/tags/bin">bin</category>
 <category domain="http://adammichaelroach.com/category/tags/cue">cue</category>
 <category domain="http://adammichaelroach.com/category/tags/iso">iso</category>
 <pubDate>Wed, 11 Feb 2009 07:28:24 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">13 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/021009-converting-bincue-iso-linux</feedburner:origLink></item>
<item>
 <title>User Not Able to Edit Content Created by Admin</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/46l6wF9lYpw/012209-user-not-able-edit-content-created-admin</link>
 <description>&lt;p&gt;One of my clients today was having a problem editing content on their site that was initially created by me when I was logged in as admin (user 1).  The solution wasn't immediately obvious to me as the role I created for the employees of the company had access to create and edit content for that particular content type.  I then realised I had changed the input format for some of the nodes to Full HTML.  So the fix was to add the tags the employees needed to the Filtered HTML input (admin/settings/filter).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/012209-user-not-able-edit-content-created-admin" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/012209-user-not-able-edit-content-created-admin#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/cms">CMS</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/cms/drupal">Drupal</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/admin">Admin</category>
 <category domain="http://adammichaelroach.com/category/tags/user-1">User 1</category>
 <pubDate>Thu, 22 Jan 2009 20:03:33 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">11 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/012209-user-not-able-edit-content-created-admin</feedburner:origLink></item>
<item>
 <title>Happy New Year</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/R8Yem63r4io/123108-happy-new-year</link>
 <description>&lt;p&gt;Happy New Year everyone!  I hope your 2008 was awesome and your 2009 is even awesomer!  &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.timeanddate.com/counters/multicountdowna.html"&gt;New Year 2009 Countdown&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://adammichaelroach.com/blog/123108-happy-new-year#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/personal">Personal</category>
 <category domain="http://adammichaelroach.com/category/tags/new-year">New Year</category>
 <pubDate>Wed, 31 Dec 2008 23:57:26 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">9 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/123108-happy-new-year</feedburner:origLink></item>
<item>
 <title>Formatting my New Hard Drive</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/q6jYi9Nb6DA/123008-formatting-my-new-hard-drive</link>
 <description>&lt;p&gt;Santa brought me a new Western Digital 1TB external hard drive for Christmas this year.  So of course, the first thing I had to do was plug it in and reformat it from the default FAT32 filesystem to ext3.  There are many obvious reasons for doing this, most importantly large file management and fragmentation issues.&lt;/p&gt;
&lt;p&gt;So here's the steps I took.  First, unwrapped it and plugged it in.  Easy.  Ubuntu recognized and mounted it.  I then fired up &lt;a href="http://gparted.sourceforge.net/"&gt;gParted&lt;/a&gt;, which is available in most major distributions' package managers.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/123008-formatting-my-new-hard-drive" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://adammichaelroach.com/category/category/hardware">Hardware</category>
 <category domain="http://adammichaelroach.com/category/tags/gparted">gparted</category>
 <category domain="http://adammichaelroach.com/category/tags/tune2fs">tune2fs</category>
 <pubDate>Tue, 30 Dec 2008 23:14:06 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">8 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/123008-formatting-my-new-hard-drive</feedburner:origLink></item>
<item>
 <title>Xchat-Gnome Not Starting</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/X-gDU3ljeCc/121508-xchat-gnome-not-starting</link>
 <description>&lt;p&gt;This evening xchat-gnome decided it didn't want to open for me.  Running in bash produced:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
The program 'xchat-gnome' received an X Window System error.&lt;br /&gt;
This probably reflects a bug in the program.&lt;br /&gt;
The error was 'BadImplementation (server does not implement operation)'.&lt;br /&gt;
  (Details: serial 548 error_code 17 request_code 145 minor_code 5)&lt;br /&gt;
  (Note to programmers: normally, X errors are reported asynchronously;&lt;br /&gt;
   that is, you will receive the error a while after causing it.&lt;br /&gt;
   To debug your program, run it with the --sync command line&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/121508-xchat-gnome-not-starting" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/121508-xchat-gnome-not-starting#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros">Distros</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/gnome">gnome</category>
 <category domain="http://adammichaelroach.com/category/tags/xchat">xchat</category>
 <pubDate>Tue, 16 Dec 2008 01:15:18 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">7 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/121508-xchat-gnome-not-starting</feedburner:origLink></item>
<item>
 <title>Weird Audio Problems Tonight</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/qtLKXMizXj4/121208-weird-audio-problems-tonight</link>
 <description>&lt;p&gt;I was having some problems with my sound tonight on Ubuntu 8.10 Intrepid Ibex.  I wasn't able to get Rhythmbox or VLC to play any audio.  When I tried to to play a test sound in the sound administration I got this error:&lt;/p&gt;
&lt;p&gt;audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink: Failed to connect: Connection refused&lt;/p&gt;
&lt;p&gt;So I decided the culprit was PulseAudio.  I'm trying to trace the root of the problem.  I've more or less determined it is an issue with the deadly combo  of Firefox/Flash Player/Pulseaudio.  To correct the problem I simply opened up a terminal and ran&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adammichaelroach.com/blog/121208-weird-audio-problems-tonight" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://adammichaelroach.com/blog/121208-weird-audio-problems-tonight#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros">Distros</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux">Linux</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/linux/distros/ubuntu">Ubuntu</category>
 <category domain="http://adammichaelroach.com/category/tags/firefox">Firefox</category>
 <category domain="http://adammichaelroach.com/category/tags/flash">Flash</category>
 <category domain="http://adammichaelroach.com/category/tags/pulseaudio">Pulseaudio</category>
 <category domain="http://adammichaelroach.com/category/tags/rhythmbox">Rhythmbox</category>
 <pubDate>Fri, 12 Dec 2008 09:32:04 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">6 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/121208-weird-audio-problems-tonight</feedburner:origLink></item>
<item>
 <title>Do you like the new look of the site?</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/y25PmLz9Ln4/do-you-new-look-site</link>
 <description>&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="poll-view-voting"&gt;
&lt;div&gt;&lt;div class="poll"&gt;
  &lt;div class="vote-form"&gt;
    &lt;div class="choices"&gt;
            &lt;div class="form-radios"&gt;&lt;div class="form-item" id="edit-choice-0-wrapper"&gt;
 &lt;label class="option" for="edit-choice-0"&gt;&lt;input type="radio" id="edit-choice-0" name="choice" value="0"   class="form-radio" /&gt; Yes :)&lt;/label&gt;
&lt;/div&gt;
&lt;div class="form-item" id="edit-choice-1-wrapper"&gt;
 &lt;label class="option" for="edit-choice-1"&gt;&lt;input type="radio" id="edit-choice-1" name="choice" value="1"   class="form-radio" /&gt; No :(&lt;/label&gt;
&lt;/div&gt;
&lt;div class="form-item" id="edit-choice-2-wrapper"&gt;
 &lt;label class="option" for="edit-choice-2"&gt;&lt;input type="radio" id="edit-choice-2" name="choice" value="2"   class="form-radio" /&gt; Kind of :|&lt;/label&gt;
&lt;/div&gt;
&lt;div class="form-item" id="edit-choice-3-wrapper"&gt;
 &lt;label class="option" for="edit-choice-3"&gt;&lt;input type="radio" id="edit-choice-3" name="choice" value="3"   class="form-radio" /&gt; Who are you again? :()&lt;/label&gt;
&lt;/div&gt;
&lt;/div&gt;    &lt;/div&gt;
    &lt;input type="submit" name="op" id="edit-vote" value="Vote"  class="form-submit" /&gt;
  &lt;/div&gt;
    &lt;input type="hidden" name="form_build_id" id="form-c0510ab4ad791bca31ac55d663758d7c" value="form-c0510ab4ad791bca31ac55d663758d7c"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-poll-view-voting" value="poll_view_voting"  /&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;/form&gt;
</description>
 <comments>http://adammichaelroach.com/poll/121208/do-you-new-look-site#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/personal">Personal</category>
 <pubDate>Fri, 12 Dec 2008 09:05:13 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">5 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/poll/121208/do-you-new-look-site</feedburner:origLink></item>
<item>
 <title>About the Theme</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/84U1U4qzV98/121108-about-theme</link>
 <description>&lt;p&gt;The new site is built on the latest version (6.8) of &lt;a href="http://drupal.org"&gt;Drupal&lt;/a&gt;.  The theme was created by yours truly.  It is the early stages of development although when I feel confident enough about it, I will open source it and make it available free for download and use in your own ventures.  If you are interested in testing it in your own environment, please &lt;a href="contact"&gt;contact me&lt;/a&gt; and I will be happy to send you an early release.&lt;/p&gt;
&lt;p&gt;If you find bugs or just want to make a general suggestion, please feel free to leave me a comment.&lt;/p&gt;
</description>
 <comments>http://adammichaelroach.com/blog/121108-about-theme#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/cms">CMS</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/cms/drupal">Drupal</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/tags/amr">AMR</category>
 <category domain="http://adammichaelroach.com/category/tags/drupal-theme">drupal theme</category>
 <pubDate>Fri, 12 Dec 2008 05:48:11 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">4 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/121108-about-theme</feedburner:origLink></item>
<item>
 <title>New Site</title>
 <link>http://feedproxy.google.com/~r/adammichaelroach/~3/yq-xh9hbwBY/121108-new-site</link>
 <description>&lt;p&gt;I finally got around to putting my new site up. So far...so good...so they say. Stay tuned, lots more to come!&lt;/p&gt;
</description>
 <comments>http://adammichaelroach.com/blog/121108-new-site#comments</comments>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/cms">CMS</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software/cms/drupal">Drupal</category>
 <category domain="http://adammichaelroach.com/category/category/open-source-software">Open Source Software</category>
 <category domain="http://adammichaelroach.com/category/category/personal">Personal</category>
 <pubDate>Fri, 12 Dec 2008 05:45:40 +0000</pubDate>
 <dc:creator>Adam Michael Roach</dc:creator>
 <guid isPermaLink="false">3 at http://adammichaelroach.com</guid>
<feedburner:origLink>http://adammichaelroach.com/blog/121108-new-site</feedburner:origLink></item>
</channel>
</rss>
