<?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>Random Renegade Bits &#187; linux</title>
	<atom:link href="http://rrbits.com/epb/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://rrbits.com/epb</link>
	<description>Whatever comes to mind</description>
	<lastBuildDate>Mon, 30 Jan 2012 08:42:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CherryPad America Factory Reset</title>
		<link>http://rrbits.com/epb/2010/10/27/cherrypad-america-factory-reset/</link>
		<comments>http://rrbits.com/epb/2010/10/27/cherrypad-america-factory-reset/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 17:14:46 +0000</pubDate>
		<dc:creator>epb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tablets]]></category>

		<guid isPermaLink="false">http://rrbits.com/epb/?p=225</guid>
		<description><![CDATA[The CherryPad America is a tablet running Android I plan to write up a review for later, however a quick note for anyone who might be searching: Yes, if you do a factory restore, the default language will be Chinese. You can change it to English by pressing the change-language button in the lower-right hand [...]]]></description>
			<content:encoded><![CDATA[<p>The CherryPad America is a tablet running Android I plan to write up a review for later, however a quick note for anyone who might be searching: Yes, if you do a factory restore, the default language will be Chinese.</p>
<p>You can change it to English by pressing the change-language button in the lower-right hand corner of the initial start screen where you are asked to press on the android. (But you can&#8217;t read that since it&#8217;s in Chinese. <img src='http://rrbits.com/epb/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )  Then you can pick English and be good to go for your initial boot.</p>
]]></content:encoded>
			<wfw:commentRss>http://rrbits.com/epb/2010/10/27/cherrypad-america-factory-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rythmbox Sync to USB Device</title>
		<link>http://rrbits.com/epb/2010/06/23/rythmbox-sync-to-usb-device/</link>
		<comments>http://rrbits.com/epb/2010/06/23/rythmbox-sync-to-usb-device/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 20:10:35 +0000</pubDate>
		<dc:creator>epb</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://rrbits.com/epb/?p=184</guid>
		<description><![CDATA[I have a sizable collection of music, so sizable in fact that I can&#8217;t store the full collection on any portal media.  Since I only use Windows to play video games, I use Rhythmbox to manage my music and found myself in need of a way to sync to a USB thumbdrive.  Now, the issue [...]]]></description>
			<content:encoded><![CDATA[<p>I have a sizable collection of music, so sizable in fact that I can&#8217;t store the full collection on any portal media.  Since I only use Windows to play video games, I use Rhythmbox to manage my music and found myself in need of a way to sync to a USB thumbdrive.  Now, the issue with this is that, by default, Rhythmbox doesn&#8217;t treat just any USB mass-storage device as an audio player, so I stumbled upon a post titled &#8220;<a href="http://www.m-phasis.de/2008/09/26/rhythmbox-and-usb-mass-storage-sync/">Rhythmbox and USB mass storage sync</a>&#8221; dealing with a similar problem.</p>
<p>All you need to do is create a file called &#8220;.is_audio_player&#8221; and add some content to it that&#8217;s something like this:</p>
<pre>audio_folders=music/
folder_depth=1
</pre>
<p>&#8230;and then scan removable media.  (Should be in the file menu)  One caveat you should be aware of is that I&#8217;m not sure if Rhythmbox will do any audio file conversion for you during the sync to your device.  But for moving a play list from one computer to another, this is plenty fine for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://rrbits.com/epb/2010/06/23/rythmbox-sync-to-usb-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting a VHD in Linux</title>
		<link>http://rrbits.com/epb/2010/01/17/mounting-a-vhd-in-linux/</link>
		<comments>http://rrbits.com/epb/2010/01/17/mounting-a-vhd-in-linux/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:52:12 +0000</pubDate>
		<dc:creator>epb</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[mounting]]></category>
		<category><![CDATA[vhd]]></category>

		<guid isPermaLink="false">http://rrbits.com/epb/?p=154</guid>
		<description><![CDATA[Let&#8217;s say you have a VHD file you&#8217;d like to access while in Linux without attaching it to a Virtual Machine.  There are many reasons you might like to do this, but it&#8217;s not immediately obvious how to do so with Linux. There are two ways I know of: You can use vmware-mount provided by [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you have a VHD file you&#8217;d like to access while in Linux without attaching it to a Virtual Machine.  There are many reasons you might like to do this, but it&#8217;s not immediately obvious how to do so with Linux.</p>
<p>There are two ways I know of:</p>
<p>You can use vmware-mount provided by VMWare Server.  I don&#8217;t actually like this method because VMWare Server is huge and I don&#8217;t use VMWare.  However, if you do, take a gander at this: <a href="http://www.vmware.com/support/reference/linux/loopback_linux.html">http://www.vmware.com/support/reference/linux/loopback_linux.html</a></p>
<p>The method I ultimately went with was <a href="http://forums.virtualbox.org/viewtopic.php?f=7&amp;t=17574">vdfuse</a> since I use VirtualBox.  It allows you to mount any disk image supported by VirtualBox.  Basically, if you follow the instructions at that the vdfuse forum link I just provided, you can mount the VHD to a mount point in your filesystem.  Now, this alone doesn&#8217;t yet give you access to your files yet.  It provides the partitions as standard files (and a file for the entire disk as well).  The partitions are named Partition1, Partition2, etc.  You can then mount the partition you want as a loopback device.</p>
]]></content:encoded>
			<wfw:commentRss>http://rrbits.com/epb/2010/01/17/mounting-a-vhd-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 With Compiz</title>
		<link>http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/</link>
		<comments>http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/#comments</comments>
		<pubDate>Thu, 28 May 2009 08:15:17 +0000</pubDate>
		<dc:creator>epb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rrbits.com/epb/?p=68</guid>
		<description><![CDATA[It seems most appropriate to post my screenshots of Ubuntu Linux 9.04 with Compiz-Fusion right now right after replacing Windows 7 Beta 7000 with it.  I went through and turned on quite a few custom effects, including my windows burning up when they are minimized or restored. I suspect that it&#8217;s having all these animations [...]]]></description>
			<content:encoded><![CDATA[<p>It seems most appropriate to post my screenshots of Ubuntu Linux 9.04 with Compiz-Fusion right now right after replacing Windows 7 Beta 7000 with it.  I went through and turned on quite a few custom effects, including my windows burning up when they are minimized or restored.</p>
<p>I suspect that it&#8217;s having all these animations and effects on that make the WordPress editor terribly unresponsive.  Or it could be something completely different since CPU utilization only spikes when I interact with the windows.</p>
<p><span id="more-68"></span></p>

<a href='http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/screenshot-1/' title='Fire Reminants'><img width="150" height="150" src="http://rrbits.com/epb/files/2009/05/screenshot-1-150x150.png" class="attachment-thumbnail" alt="Fire Reminants" title="Fire Reminants" /></a>
<a href='http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/screenshot-2/' title='Coverflow Application Switcher'><img width="150" height="150" src="http://rrbits.com/epb/files/2009/05/screenshot-2-150x150.png" class="attachment-thumbnail" alt="Coverflow Application Switcher" title="Coverflow Application Switcher" /></a>
<a href='http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/screenshot-3/' title='Desktop Switcher'><img width="150" height="150" src="http://rrbits.com/epb/files/2009/05/screenshot-3-150x150.png" class="attachment-thumbnail" alt="Desktop Switcher" title="Desktop Switcher" /></a>
<a href='http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/screenshotfire/' title='Firey Window Departure'><img width="150" height="150" src="http://rrbits.com/epb/files/2009/05/screenshotfire-150x150.png" class="attachment-thumbnail" alt="Firey Window Departure" title="Firey Window Departure" /></a>
<a href='http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/screenshot-fire2/' title='Firey Window Arrival'><img width="150" height="150" src="http://rrbits.com/epb/files/2009/05/screenshot-fire2-150x150.png" class="attachment-thumbnail" alt="Firey Window Arrival" title="Firey Window Arrival" /></a>
<a href='http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/screenshot/' title='Highlight with Plasma'><img width="150" height="150" src="http://rrbits.com/epb/files/2009/05/screenshot-150x150.png" class="attachment-thumbnail" alt="Highlight with Plasma" title="Highlight with Plasma" /></a>
<a href='http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/screenshot-explode/' title='Window Explode'><img width="150" height="150" src="http://rrbits.com/epb/files/2009/05/screenshot-explode-150x150.png" class="attachment-thumbnail" alt="Window Explode" title="Window Explode" /></a>

]]></content:encoded>
			<wfw:commentRss>http://rrbits.com/epb/2009/05/28/ubuntu-904-with-compiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

