<?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>Chris Brainard</title>
	<atom:link href="http://floweringmind.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://floweringmind.com</link>
	<description>Web Developer Extraordinaire</description>
	<lastBuildDate>Sat, 02 Jan 2010 04:32:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Custom Video Widget Per Page</title>
		<link>http://floweringmind.com/2010/01/01/custom-video-widget-per-page/</link>
		<comments>http://floweringmind.com/2010/01/01/custom-video-widget-per-page/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 04:02:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://floweringmind.com/custom-video-widget-per-page/</guid>
		<description><![CDATA[Recently I had a rather complicated WordPress problem. The client had different videos on their pages and they decided that they wanted them on the sidebar instead of being in the content. After much tweaking and researching I discovered a way to do this. Download and install the following plugins: 1. ProPlayer 2. Widget Logic [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had a rather complicated WordPress problem. The client had different videos on their pages and they decided that they wanted them on the sidebar instead of being in the content.<br />
After much tweaking and researching I discovered a way to do this.</p>
<p>Download and install the following plugins:<br />
1. <a href="http://www.mac-dev.net/blog/" target="_blank">ProPlayer</a><br />
2. <a href="http://wordpress.org/extend/plugins/widget-logic/" target="_blank">Widget Logic</a><br />
3. <a href="http://wordpress.org/extend/plugins/php-code-widget/">Executable PHP widget</a></p>
<p>Once installed upload your videos and their preview images.</p>
<p>Add the PHP Widget to your sidebar. Then add the php code similar to this:</p>
<p>&lt;?php<br />
print insert_proplayer(<br />
array(<br />
&#8220;width&#8221; =&gt; &#8220;200&#8243;,<br />
&#8220;height&#8221; =&gt; &#8220;213&#8243;,<br />
&#8220;image&#8221; =&gt; &#8220;http://www.praxmatrix.com/i/video_icon_full.jpg&#8221;,<br />
&#8220;playlist&#8221; =&gt; &#8220;none&#8221;<br />
),<br />
&#8220;http://www.youtube.com/watch?v=7sjSHazjrWg&#8221;<br />
);</p>
<p>?&gt;</p>
<p>In the Widget Logic section of the widget add simlar code depending on the page you want it to show up on: is_page(26)</p>
<p>Keeping creating PHP widgets for as many different pages you have.</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2010/01/01/custom-video-widget-per-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Apache for local dev environment</title>
		<link>http://floweringmind.com/2009/05/18/setting-up-apache-for-local-dev-environment/</link>
		<comments>http://floweringmind.com/2009/05/18/setting-up-apache-for-local-dev-environment/#comments</comments>
		<pubDate>Mon, 18 May 2009 15:07:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/?p=126</guid>
		<description><![CDATA[I am used to doing this all the time, but some people who are new to linux may find this useful. Make a directory in your account called www which would be: /home/useraccountname/www/ make an index.html file that has some text like &#8220;Yay working!&#8221; 1. open a terminal 2. Install VIM by typing: apt-get vim [...]]]></description>
			<content:encoded><![CDATA[<p>I am used to doing this all the time, but some people who are new to linux may find this useful.</p>
<p>Make a directory in your account called www which would be:<br />
/home/useraccountname/www/</p>
<p>make an index.html file that has some text like &#8220;Yay working!&#8221;</p>
<p>1. open a terminal<br />
2. Install VIM by typing: apt-get vim<br />
3. Now you are ready to edit the apache file<br />
4. type: cd /etc/apache2/sites-available/<br />
5. type: sudo vim default</p>
<p>Press I and change DocumentRoot and Directory<br />
from /var/www/ to /home/useraccountname/www/<br />
then press ESC and : and w<br />
then press : q<br />
then type: sudo a2enmod userdir<br />
then type: sudo /etc/init.d/apache2 restart</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/05/18/setting-up-apache-for-local-dev-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Linux for good</title>
		<link>http://floweringmind.com/2009/05/07/switching-to-linux-for-good/</link>
		<comments>http://floweringmind.com/2009/05/07/switching-to-linux-for-good/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:50:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/?p=124</guid>
		<description><![CDATA[Well I have finally made my final move to Linux. It took quite awhile due to lots of quirky issues and figuring out how to get Linux to do what I wanted. Also I was always finding I had to switch back to Windows to do something or to play a game. Vista really motivated [...]]]></description>
			<content:encoded><![CDATA[<p>Well I have finally made my final move to Linux. It took quite awhile due to lots of quirky issues and figuring out how to get Linux to do what I wanted. Also I was always finding I had to switch back to Windows to do something or to play a game.</p>
<p>Vista really motivated me to work at understanding more about Linux because it was so horrible and I had no idea when the next version of Windows would release. Linux has made huge strides and 99% of the quirks are gone. So finally Windows 7 is going to release this fall. It is a huge improvement over Vista in many ways but way worse in others. Lets talk about Windows 7 for a second to get it out of the way before moving onto why I made my final move to Linux.</p>
<p>Windows 7 has finally figured out something from Vista. Provide drivers! So on install you will find that it installs 90% of your drivers. This is way better than either Windows XP or Vista. Other than that Windows 7 has nothing to shout about. People talk about all the wonderful stuff in Windows 7, but the reality is that most of it is all marketing hype. Lets go through the list of new features:</p>
<p>1. Pin items to taskbar &#8211; this was called quick launch in XP and Vista and it worked better as quick launch.<br />
2. Snap to windows to half the window screen. Nice but you will almost never use it, Linux has it.<br />
3. Aero shake clears windows out of the way. Even less chance you will remember to use this feature, really not worth the effort when you can use the icon minimize to desktop that has been in XP and Vista.<br />
4. UAC or User Account Control &#8211; slows down the system and is just plain worthless security.<br />
5. Customize the tray &#8211; oh boy that is a huge reason to buy Windows 7.<br />
6. New look for paint and calculator. Another worthless feature. Why didn&#8217;t they just integrate paint.net which is free and way more powerful?<br />
7. Wifi has been tweaked and is even more worthless than Vista. I had the worst time trying to connect to a secured wireless connection that I finally gave up.<br />
8. Touch screen &#8211; yeah this won&#8217;t be used by most of us.<br />
9. The UI has been re-arranged again from Vista boy that really helps.<br />
10. File manager finally works after being broken in Vista. Your point of reference stays the same where in Vista it always changed.<br />
11. Boot a 5 seconds faster than Vista and about the same as XP.<br />
12. More DRM control.<br />
13. ISO burning you will still most likely want real burning software.<br />
14. Better multi-monitor support.<br />
15. Better projection screen support.<br />
16. DirectX 11 &#8211; but hey there are no games to play yet and there won&#8217;t be any for at least a year or two. I am betting Fable2 will be released at the same time as Windows 7.</p>
<p>So there you are with the features. There are other minor features but the reality is that you are getting a fixed version of Vista with DirectX11. You will spend $250+tax for the Home Pro edition. </p>
<p>I ask the question why??? Why not stop spending money on Windows and get an OS that gets upgraded every 6 months for free??? </p>
<p>This April I finally made the final move to Linux. I love Mint Linux which is based off of Ubuntu and you may want to check out Ubuntu as it is great as well. But Mint Linux has the Windows feel that I like. With the April release Mint Linux boots in 18 seconds or less on my computer, way faster than XP, Vista or Windows 7. 100% of my drivers are installed and instead of a DVD it fits on a CD. It comes with:</p>
<p>1. Gimp &#8211; as good as photoshop for me being a non-designer.<br />
2. Open Office 3.1 &#8211; which opens super fast now and is as good as Office 2007.<br />
3. Brasero &#8211; a great disk burning software.<br />
4. Firefox installed with the latest version of Flash.<br />
5. Apt &#8211; which allows you to easily install a vast array of software for free.<br />
6. Tomboy &#8211; quick note taker.<br />
7. Compiz &#8211; awesome 3d graphic effects!</p>
<p>Mint Linux also reads my NTFS Windows hard drives and can write to them so it was easy to work with data on those drives. With Wine I was able to play my favourite free MMO Runes of Magic. There were still certain windows apps that wouldn&#8217;t run.</p>
<p>Well in Windows 7 there will be Window apps that won&#8217;t run either and because of this they are including a Virtual PC version that runs Windows XP. So under Linux I found that I could purchase for $190 ($60 cheaper than Windows 7) Vmware Workstation that runs DirectX games and runs seamlessly in Linux so it looks like it running as a Linux program.</p>
<p>As a web developer this allows me to run to IE and Safari to test webpages. Flash and Photoshop though I am using Gimp more. You could also use Office 2007 if you wanted instead of Open Office. </p>
<p>With Linux you also get a way better UI than Vista or Windows 7, the system is super fast compared to Windows and you can run all your applications now with Vmware Workstation. The only thing you don&#8217;t get is DirectX11. Even when games are finally developed, they will still run on DirectX 9 for the PC. Mint Linux also has tons of features and the ability to customize your system to suit you perfectly. </p>
<p>Also in 2 years there will be four releases of Mint Linux. Wine will make huge strides beyond where it is now, which will include DirectX 10 and 11. Open Office and other open software will keep moving forward even faster. So it just keeps getting better and better.</p>
<p>This is a great time to make the move to Linux and it will keep getting better as time move onward.</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/05/07/switching-to-linux-for-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localhost apache2 mod-rewrite</title>
		<link>http://floweringmind.com/2009/01/23/localhost-apache2-mod-rewrite/</link>
		<comments>http://floweringmind.com/2009/01/23/localhost-apache2-mod-rewrite/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 07:59:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/?p=86</guid>
		<description><![CDATA[If you have one virtual hosting (that means your localhost actually points to /var/www) then change the file “/etc/apache2/sites-enabled/000-default” and replace the following line AllowOverride None with AllowOverride all]]></description>
			<content:encoded><![CDATA[<p>If you have one virtual hosting (that means your localhost actually points to /var/www) then change the file “/etc/apache2/sites-enabled/000-default” and replace the following line</p>
<p>AllowOverride None</p>
<p>with</p>
<p>AllowOverride all</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/01/23/localhost-apache2-mod-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Open Office 3 on Ubuntu</title>
		<link>http://floweringmind.com/2009/01/23/installing-open-office-3-on-ubuntu/</link>
		<comments>http://floweringmind.com/2009/01/23/installing-open-office-3-on-ubuntu/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 07:58:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/?p=84</guid>
		<description><![CDATA[I found a great article on install Open Office 3 here. The only problem is that all your spell checking modules are removed from your computer. All you have to do is reinstall them. The following spell checkers need to be reinstalled: gnome-spell aspell-en aspell wbritish myspell-en-au myspell-en-za myspell-en-gb hunspell-en-us]]></description>
			<content:encoded><![CDATA[<p>I found a great article on <a href="http://www.tectonic.co.za/?p=3363" target="_blank">install Open Office 3</a> here. The only problem is that all your spell checking modules are removed from your computer. All you have to do is reinstall them. The following spell checkers need to be reinstalled:</p>
<p>gnome-spell<br />
aspell-en<br />
aspell<br />
wbritish<br />
myspell-en-au<br />
myspell-en-za<br />
myspell-en-gb<br />
hunspell-en-us</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/01/23/installing-open-office-3-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing system-tools-backends</title>
		<link>http://floweringmind.com/2009/01/23/fixing-system-tools-backends/</link>
		<comments>http://floweringmind.com/2009/01/23/fixing-system-tools-backends/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 07:58:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/?p=82</guid>
		<description><![CDATA[1) sudo invoke-rc.d system-tools-backends stop 2) sudo dpkg &#8211;configure -a]]></description>
			<content:encoded><![CDATA[<p>1) sudo invoke-rc.d system-tools-backends stop<br />
2) sudo dpkg &#8211;configure -a</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/01/23/fixing-system-tools-backends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript: Check Certain Check Boxes</title>
		<link>http://floweringmind.com/2009/01/23/76/</link>
		<comments>http://floweringmind.com/2009/01/23/76/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 07:51:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/76</guid>
		<description><![CDATA[A problem I ran with check boxes that I had four sets of checkboxes (7 checkboxes in each group) and I wanted one check box to make all those check boxes in that group checked. The added problem was that the field names were array names so they couldn&#8217;t be used and the other way [...]]]></description>
			<content:encoded><![CDATA[<p>A problem I ran with check boxes that I had four sets of checkboxes (7 checkboxes in each group) and I wanted one check box to make all those check boxes in that group checked. The added problem was that the field names were array names so they couldn&#8217;t be used and the other way was to use IDs but since you couldn&#8217;t use IDs more than once that solution was out. So I found a javascript from here: <a href="http://www.tanguay.info/web/codeExample.php?id=727" target="_blank">http://www.tanguay.info/web/codeExample.php?id=727</a></p>
<p>Then I modified it so it would just go through the group of checkboxes I wanted and made them checked. Here is the new javascript:</p>
<p>&lt;script&gt;<br />
function toggleCheckedAll (boxname, id, boxnum, boxend) {</p>
<p>//variables<br />
var allCheckBoxes = document.getElementById(id);<br />
var checkStatus = allCheckBoxes.elements[boxname].checked;</p>
<p>//loop through all checkboxes<br />
for (var i = boxnum; i &lt; boxend; i++) {</p>
<p>//variables<br />
var formElement = allCheckBoxes.elements[i];<br />
var formElementName = formElement.name;</p>
<p>//check all but the one that we clicked<br />
if(formElementName != &#8216;checkBoxAll&#8217;) {<br />
if(formElement.checked) {<br />
formElement.checked = checkStatus;<br />
} else {<br />
formElement.checked = checkStatus;<br />
}<br />
}</p>
<p>}<br />
}<br />
&lt;/script&gt;</p>
<p>Then I have my check box that runs the script:<br />
&lt;input type=&#8221;checkbox&#8221; name=&#8221;checkBoxAll&#8221; onClick=&#8221;javascript:toggleCheckedAll(\&#8217;checkBoxAll\&#8217;, \&#8217;formname\&#8217;, 6, 22)&#8221;  /&gt;</p>
<p>You will have to replace <strong>formname</strong> and set the begining check box number and the ending check box number and you are set to go. Now you can have multiple groups of check boxes checked.</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/01/23/76/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize Your System</title>
		<link>http://floweringmind.com/2009/01/23/customize-your-system/</link>
		<comments>http://floweringmind.com/2009/01/23/customize-your-system/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 07:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/?p=74</guid>
		<description><![CDATA[Now that you have your system installed, I will go through how you improve it so that it does amazing things. Since I use Mint Linux (which is Ubuntu) all of these tutorials will be geared towards any Ubuntu version that is based on 7.04 Feisty. Graphics This one of the first things you will [...]]]></description>
			<content:encoded><![CDATA[<p>Now that you have your system installed, I will go through how you improve it so that it does amazing things.<br />
Since I use Mint Linux (which is Ubuntu) all of these tutorials will be geared towards any Ubuntu version that is based on 7.04 Feisty.</p>
<p><strong>Graphics</strong><br />
This one of the first things you will want to customize. In most cases your system will be using a generic video driver. This great for getting started but you will want to install restricted drivers for your video card, so that you get the full performace. Talking with people who own ATI cards this works but doesn&#8217;t work as well as the restricted drivers that come with the system. There are three easy ways to install better drivers:</p>
<p>1. Restricted Drivers<br />
2. Automatix<br />
3. Envy</p>
<p>To activate restricted drivers just go into the Control Center and go to Restricted Drivers. For Automatix, just go to their website and install <a href="http://www.getautomatix.com/" target="_blank">Automatix</a> and then you can install the drivers. For Envy, just go into the Control Center and run Envy.</p>
<p><span style="color: red;">My system won&#8217;t start and I am stuck at a text prompt!!!</span></p>
<p>If this happens just follow these instructions:</p>
<p>1. at the prompt type: sudo envy -t and use this to remove the current drivers. Also have it clean the system of drivers.<br />
2. For NVIDA type: sudo apt-get install nvidia-glx. Do not allow it configure your xorg.conf and it should boot back to your desktop. If this doesn&#8217;t work then try having it configure your xorg.conf file.<br />
3. For ATI type: sudo apt-get install xorg-driver-fglrx.<br />
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed<br />
sudo dpkg-reconfigure xserver-xorg #Select the fglrx driver</p>
<p><strong>Screen Resolution</strong><br />
It is most likely that your system is not running at the resolution that you like and this will cause the screen to look fuzzy or blurry on LCD monitors. You can adjust the screen resolution higher by going into the Control Center and then choosing Screen Resolution. If the resolution isn&#8217;t listed then we have to edit your xorg.conf. To do this open up a terminal window. Then type: sudo gedit /etc/X11/xorg.conf</p>
<p>Once the the editor pops up, scroll down until you see &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;<br />
Now you can just add in the resolution in front of those like this: &#8220;1280&#215;1024&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;<br />
There are six of them, so do that for all six and then save the file. You will now need to restart the desktop by either rebooting or doing CTRL-ALT BACKSPACE.</p>
<p><strong>Key Bindings</strong><br />
Once you get settled into your system, you will want to alter your key bindings. In gnome they are a real pain in the ass to configure beyond the default set they have for you. I suggest getting <a href="http://www.getautomatix.com/" target="_blank">Automatix</a> as it can setup CTRL-ALT-DELETE to open your system monitor to kill of programs that have locked up. I will talk more about Automatix more, but for now</p>
<p>Now you will need to install <a href="http://hocwp.free.fr/xbindkeys/xbindkeys.html" target="_blank">Xbindkeys</a>. This will give you the ability create any custom keyset. For example I like to use a different file manager than the one that comes with gnome. So with Xbindkeys I was able to set my WIN-E to open up <a href="http://thunar.xfce.org/index.html" target="_blank">Thunar</a>.</p>
<p>Once you have install Xbindkeys you will have to run it from a command prompt by typing xbindkeys-config. You can add an icon to your taskbar or to the menu manually if you are afraid that you will forget. Once you do that you still need to set it for starting when you log into your desktop. So start the Sessions manager. In Mint it is found under Preferences or in the Control Center.</p>
<p><strong>PDFs</strong><br />
I found that using <a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">Adobe&#8217;s PDF</a> reader was way better than any of the other PDF readers. The standard PDF reader that comes with Mint Linux is the Gnome (the name of your desktop) version called Evince which is great for opening Adobe Illustrator files.</p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/01/23/customize-your-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discovering Linux</title>
		<link>http://floweringmind.com/2009/01/23/discovering-linux/</link>
		<comments>http://floweringmind.com/2009/01/23/discovering-linux/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 07:13:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://floweringmind.com/?p=69</guid>
		<description><![CDATA[My first post will start off with how to pick and choose a version of Linux. Some people complain that are too many (over 300 flavors) and it keeps new users away. You shouldn&#8217;t feel scared about that. What it offers is a huge diversity that allows your computer to be customized to the way [...]]]></description>
			<content:encoded><![CDATA[<p>My first post will start off with how to pick and choose a version of Linux. Some people complain that are too many (over 300 flavors) and it keeps new users away. You shouldn&#8217;t feel scared about that. What it offers is a huge diversity that allows your computer to be customized to the way you are, rather than conforming to a system that doesn&#8217;t work for you.</p>
<p>If you are totally new to computers and Linux, then I suggest Ubuntu. It is easy to use and there is a ton of support. You can find it here: <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a></p>
<p>If you are more experienced with computers but new to Linux then I suggest Mint Linux. It is based off of Ubuntu but has a nicer experience, especially if you are a Windows user. If you are a Mac user then I point you back to Ubuntu. You can find Mint Linux here: <a href="http://linuxmint.com/" target="_blank">Mint</a></p>
<p>If you do more work with graphic design and sound production then you should check out Ubuntu Studio. You can find it here: <a href="http://http//ubuntustudio.com/" target="_blank">Ubuntu Studio</a></p>
<p>If you are interested in version besides Ubuntu, then check out these. One of the issues I have encountered is that installing software can be more challenging. On Ubuntu it is very easy to find deb files and install. On these other system sometimes it works and sometimes you have to do the install manually.</p>
<p><a href="http://www.opensuse.org/" target="_blank">Open Suse</a><br />
<a href="http://fedoraproject.org/" target="_blank">Fedora</a><br />
<a href="http://www.dreamlinux.com.br/" target="_blank">Dream Linux</a></p>
<p>Beyond these you are stepping into advanced Linux distros and should learn about Linux before you try them. You can check out all the different version and their development here: <a href="http://distrowatch.com/" target="_blank">Distro Watch</a></p>
<p>Test Test Test<br />
Before you install any of these versions of Linux, I strongly suggest that you download the live CD and try it out first. This way it won&#8217;t alter your system in a way that could make your experience be really bad.</p>
<p>The second issue is that you may not have another hard drive to install on. If this is the case and you are running Windows then I suggest using Wubi to install right within Windows. <a href="http://distrowatch.com/" target="_blank">Wubi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://floweringmind.com/2009/01/23/discovering-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
