<?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>Adventures In DIY &#187; Open Source</title>
	<atom:link href="http://www.adventuresindiy.com/http:/www.adventuresindiy.com/category/fixes-and-tips-i-find/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://www.adventuresindiy.com</link>
	<description>A DIY Blog trying to help others by sharing what I&#039;ve done.</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:55:03 +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>Free Tool To Resize A Partition</title>
		<link>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/free-tool-to-resize-a-partition</link>
		<comments>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/free-tool-to-resize-a-partition#comments</comments>
		<pubDate>Mon, 07 Jan 2008 16:24:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/free-tool-to-resize-a-partition</guid>
		<description><![CDATA[I recently wanted to resize an existing Windows NTFS partition to install Kubuntu Linux on a laptop. The problem I was running into was I didn&#8217;t want to pay $50 for Partition Magic or some other software for maybe 2 uses. Back up anything you want to keep. Never trust any partitioning software to maintain [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wanted to resize an existing Windows NTFS partition to install Kubuntu Linux on a laptop.  The problem I was running into was I didn&#8217;t want to pay $50 for Partition Magic or some other software for maybe 2 uses.</p>
<p><strong>Back up anything you want to keep.</strong>  Never trust any partitioning software to maintain your data.</p>
<p>The solution I found was to use <a href="http://qtparted.sourceforge.net/" target="_blank" title="QTParted is a Partition Magic clone written in C++">qtparted</a>on a bootable <a href="http://www.knoppix.org/" target="_blank" title="KNOPPIX is a bootable Live system">Knoppix</a>Linux distribution.</p>
<p>First thing is to <a href="http://www.knoppix.org/" target="_blank" title="Knoppix Live CD site">download and create a Knoppix CD </a>to boot from.  If you don&#8217;t have software to burn the .iso to disk, just Google free windows burning software.</p>
<p>Once the disk is burned, restart the computer and boot to the CD.</p>
<p>Follow the instructions on the splash page to start Knoppix.</p>
<p>After Knoppix has started, start qtparted by choosing the Knoppix icon-&gt;System-&gt;qtparted.</p>
<p style="font-size: 85%" align="center"><img src="http://www.diy-images.adventuresindiy.com/open_source_partition/fullscreen.gif" alt="Starting Qtparted" style="width: 450px; height: 338px" title="Starting Qtparted" height="338" width="450" /><br />
<strong> Starting Qtparted</strong></p>
<p align="left">When Qtparted starts there will be a listing of drives in the left.</p>
<p style="font-size: 85%" align="center"><img src="http://www.diy-images.adventuresindiy.com/open_source_partition/qtpart.gif" alt="Listing Of Drives" style="width: 450px; height: 334px" title="Listing Of Drives" height="334" width="450" /><br />
<strong> Listing Of Drives</strong></p>
<p align="left"><em>hda</em> should be the primary hard drive, assuming there is one hard drive in the system.  The drive name can vary depending on the system.  Once the correct drive is chosen, the details window will show a partition of <em>Type</em> NTFS with a Windows icon next to it.</p>
<p style="text-align: center; font-size: 85%"><img src="http://diy-images.adventuresindiy.com/open_source_partition/qtpart_hd_selected.gif" title="hda Selected With NTFS Partition" alt="hda Selected With NTFS Partition" height="334" width="450" /><br />
<span style="font-weight: bold">hda Selected With NTFS Partition</span></p>
<p style="text-align: left"> Select the NTFS partition, right-click on it, choose <span style="font-style: italic">Re-size</span>.  The re-size window will come up allowing changes to be made either by dragging the right side of the bar representing the partition or manually entering the sizes.</p>
<p style="text-align: center; font-size: 85%"><img src="http://diy-images.adventuresindiy.com/open_source_partition/qtpart_changing_part_size.gif" title="Options For Re-sizing The Partition" alt="Options For Re-sizing The Partition" height="321" width="450" /><br />
<strong> Options For Re-sizing The Partition</strong></p>
<p style="text-align: left">The details screen will show the changes after sizing the partition and selecting OK.</p>
<p style="text-align: center; font-size: 85%"><img src="http://diy-images.adventuresindiy.com/open_source_partition/qtpart_rsized.gif" title="Resized Partition" alt="Resized Partition" height="334" width="450" /><br />
<strong> Showing Resized Partition</strong></p>
<p style="text-align: left">The changes must be committed to take affect.  This is done by choosing File -&gt; Commit.</p>
<p style="text-align: center; font-size: 85%"><img src="http://diy-images.adventuresindiy.com/open_source_partition/commit.gif" title="Commit Finished" alt="Commit Finished" height="420" width="450" /><br />
<strong> Commit Finished</strong></p>
<p align="left">Shut down Knoppix.  Remove the Knoppix disk.  Restart the PC.  Once Windows starts up it might want to run Scandisk.  After that was done, use the Windows Disk Management to verify the free partition space.</p>
<p style="text-align: center; font-size: 85%"><img src="http://diy-images.adventuresindiy.com/open_source_partition/newly_part_drive.jpg" title="Windows Disk Management Showing Free Space" alt="Windows Disk Management Showing Free Space" height="287" width="450" /><br />
<strong>Windows Disk Management Showing Free Space</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/free-tool-to-resize-a-partition/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Acrobat Reader for Ubuntu Linux</title>
		<link>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/open-source/installing-acrobat-reader-for-ubuntu-linux</link>
		<comments>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/open-source/installing-acrobat-reader-for-ubuntu-linux#comments</comments>
		<pubDate>Wed, 16 May 2007 02:43:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/open-source/installing-acrobat-reader-for-ubuntu-linux</guid>
		<description><![CDATA[I recently ugraded the version 7.04 of Ubuntu Linux. One of the problems I came across was that the Adobe Acrobat Reader was uninstalled when I told the upgrade to uninstall applications that were no longer supported by Ubuntu. The previous version I had used the Add/Remove Applications to do the installation. This was no [...]]]></description>
			<content:encoded><![CDATA[<p>I recently ugraded the version 7.04 of Ubuntu Linux.  One of the problems I came across was that the Adobe Acrobat Reader was uninstalled when I told the upgrade to uninstall applications that were no longer supported by Ubuntu.  The previous version I had used the Add/Remove Applications to do the installation.  This was no longer an option with 7.04.  These are the steps I took to install the version of Acrobat Reader that is available from their site.</p>
<ol>
<li> Go went to <a href="http://www.adobe.com" title="Adobe.com" target="_blank">Adobe.com</a> and downloaded the .tar.gz version, instead of the .rpm one.</li>
<li>Using the File Browser, navigate to where the download exists.  If the download location preferences have not been changed in Firefox the default location is the desktop.</li>
<li>Double clicking on the AdobeReader_enu-(followed version info).tar.gz file will automatically launch File Roller (if your using Gnome) or something similar.</li>
<li>Extract the AdobeReader folder to someplace that can be easily remembered.<br />
<strong>Tip:</strong> clicking on the pencil and paper icon in the upper left portion of the File Browser will change the path between text and button based location bar.</p>
<p style="font-size: 85%" align="center"><img src="http://diy-images.adventuresindiy.com/install_acrobat/file_browser_location.jpg" title="Location Bar" alt="Location Bar" height="195" width="193" /><br />
<strong>Paper and Pencil Icon That<br />
Changes the Location Bar</strong></li>
<li>Open a shell by going to Application -&gt;System Tools-&gt;Konsole</li>
<li>Use the <em>su</em> command and type in the root password to change to that user.</li>
<li>Change directories to the location of the uncompressed AdobeReader folder.  ex: cd /home/yourHome/downloads/AdobeReader</li>
<li>Run the install file by typing <em>sh INSTALL</em></li>
<li>A series of questions like the End User License and where to install the program will be asked.  I chose the default by pressing <em>Enter</em> when asked where to install.</li>
<li>After the browser install is done, the installation will ask if you want to do a manual install.  I chose no for this.  I didn&#8217;t see a need for it.</li>
</ol>
<p>It seems a bit lengthy, but it was relatively easy.  The only problem that might be encountered is the INSTALL file is not executable.  This is fixed by doing a <em>chmod 755 filename</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/open-source/installing-acrobat-reader-for-ubuntu-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing GIMP for Windows</title>
		<link>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/installing-gimp-for-windows</link>
		<comments>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/installing-gimp-for-windows#comments</comments>
		<pubDate>Thu, 01 Mar 2007 02:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/installing-gimp-for-windows</guid>
		<description><![CDATA[GIMP is the GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition, and image authoring. It works on many operating systems, in many languages. Because I don&#8217;t use Linux as my primary operating system, shame on me , I needed to install it on [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.gimp.org">GIMP</a> is the GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition, and image authoring. It works on many operating systems, in many languages.</p>
<p>Because I don&#8217;t use Linux as my primary operating system, shame on me <img src='http://www.adventuresindiy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , I needed to install it on my Windows machine.</p>
<ol>
<li>Go to the <a target="_blank" href="http://gimp-win.sourceforge.net/stable.html" title="Stable GIMP for Windows site">GIMP for Windows site</a> and download the latest stable version of GTK+ 2 Runtime Environment and GIMP for Windows. I find if you choose to &#8220;Select a different mirror&#8221; and choose &#8220;Auto select&#8221; the downloads tend to be faster.</li>
<li>The downloaded files are zipped and will need to be extracted. Where doesn&#8217;t matter as long as you remember where you put them. I use WinRAR, but Windows comes with an unzipping tool built in.
<p align="center"><img width="350" src="http://diy-images.adventuresindiy.com/install_gimp_for_windows/unzipping_gimp.jpg" alt="Unzipping GIMP" height="251" style="width: 350px; height: 251px" title="Unzipping GIMP" /></p>
</li>
<li>Install GTK+ 2 first. The installation has the usual acceptance of the license agreement, selecting destination location (I usually keep the default).
<p align="center"><img width="350" src="http://diy-images.adventuresindiy.com/install_gimp_for_windows/gtk2_setup.jpg" height="273" /></p>
<p>I want to have translations into local languages, no particular reason. Otherwise uncheck the Translations option.</p>
<p align="center"><img width="350" src="http://diy-images.adventuresindiy.com/install_gimp_for_windows/gtk2_setup_components.jpg" height="273" /></p>
<p>The ready to install screen will come up describing what is being installed. Choose &#8220;Install&#8221;. Finish the installation by choosing &#8220;Finish&#8221;.</li>
<li>Time for GIMP. Open the extracted GIMP setup executable. The installation is similar to GTK+ 2 in that there is the accepting the license agreement and selecting where to do the installation.
<p align="center"><img width="350" src="http://diy-images.adventuresindiy.com/install_gimp_for_windows/gimp_setup.jpg" height="273" /></p>
<p>Again, I am doing the full installation because it only takes up 32 MB of drive space, which is nothing really. The only component I would consider optional is the Translation.</p>
<p align="center"><img width="350" src="http://diy-images.adventuresindiy.com/install_gimp_for_windows/gimp_setup_components.jpg" height="273" /></p>
<p>Because I have other programs I prefer to use for viewing files I chose not to associate any file types. If GIMP is going to be the primary graphics editing and viewing programs, then either &#8220;Select All&#8221; or individual image file types from the list. <a target="_blank" href="http://www.worldstart.com/guides/imagefile.htm" title="Image File Type Guide">Worldstart</a> lists some image file types as well as their strengths and weaknesses if your interested.</p>
<p align="center"><img width="350" src="http://diy-images.adventuresindiy.com/install_gimp_for_windows/gimp_setup_file_assoc.jpg" height="273" /></p>
<ul>
<li>When it comes to &#8220;Select Start Menu Folder&#8221;, I go with the default.</li>
<li>Lastly before the installation page, the &#8220;Select Additional Tasks&#8221; screen offers to put an icon on the desktop and quick launch areas. Personally I like an uncluttered screen. I unchecked these.</li>
<li>Select &#8220;Install&#8221; on the &#8220;Ready to Install&#8221; screen.</li>
</ul>
<p align="center"><img width="350" src="http://diy-images.adventuresindiy.com/install_gimp_for_windows/gimp_setup_complete.jpg" alt="GIMP Installation Complete" height="273" title="GIMP Installation Complete" /></p>
<p>The GIMP installation is done. Start GIMPin&#8217;.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.adventuresindiy.com/http:/www.adventuresindiy.com/fixes-and-tips-i-find/installing-gimp-for-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

