<?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>Nancy Fusco &#187; debian</title>
	<atom:link href="http://nancyfusco.com/wp/index.php/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://nancyfusco.com/wp</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 14:45:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Installing Open Office 3 on Debian Lenny Distro</title>
		<link>http://nancyfusco.com/wp/index.php/2009/10/installing-open-office-3-on-debian-lenny-distro/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/10/installing-open-office-3-on-debian-lenny-distro/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 02:28:00 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[open office]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=858</guid>
		<description><![CDATA[Open up a Super User Terminal Mode (from the Applications menu &#124; System Tools &#124; Terminal Mode &#8211; Super User) First, we need to add the repository where all the cool backports and upgrades are. At the command prompt, type: sudo nano /etc/apt/sources.list and add this line at the bottom: deb http://www.backports.org/debian lenny-backports main contrib [...]]]></description>
			<content:encoded><![CDATA[<p>Open up a Super User Terminal Mode (from the Applications menu | System Tools | Terminal Mode &#8211; Super User)</p>
<p>First, we need to add the repository where all the cool backports and upgrades are. At the command prompt, type:</p>
<p>sudo nano /etc/apt/sources.list</p>
<p>and add this line at the bottom:</p>
<p>deb http://www.backports.org/debian lenny-backports main contrib non-free</p>
<p>To save, use CTRL &#8211; X and Y to save.</p>
<p>Now we need to add the public key ring for backports, at the command prompt, type:</p>
<p>wget -O &#8211; http://backports.org/debian/archive.key | apt-key add -</p>
<p>Once that is successful, update apt by entering:</p>
<p>apt-get update</p>
<p>Finally, we&#8217;re ready to install Open Office 3 on Debian Lenny. Type this at the command line:</p>
<p>apt-get -t lenny-backports install openoffice.org</p>
<p>And it will show dependancies and what files it will need to download and install. If all looks ok, enter Y and the install will commence.</p>
<p>Got my info from a few sources <a href="http://tuxarena.blogspot.com/2009/08/how-to-install-openoffice-31-in-debian.html" target="_blank">here</a> and <a href="http://linux.derkeiler.com/Mailing-Lists/Debian/2009-02/msg01190.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/10/installing-open-office-3-on-debian-lenny-distro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install true type fonts in Linux Debian</title>
		<link>http://nancyfusco.com/wp/index.php/2009/04/how-to-install-true-type-fonts-in-linux-debian/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/04/how-to-install-true-type-fonts-in-linux-debian/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 19:27:02 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=681</guid>
		<description><![CDATA[First download any True Type Font to your Desktop. If you download a zip file, use ARK to unzip/extract it. ARK is usually at Applications &#124; Accessories. After extraction, you will have a file with the extension .ttf If your extraction left you with file(s) that have multiple underscores or spaces, right-click the file choose [...]]]></description>
			<content:encoded><![CDATA[<p>First download any True Type Font to your Desktop. If you download a zip file, use ARK to unzip/extract it. ARK is usually at Applications | Accessories. After extraction, you will have a file with the extension .ttf</p>
<p>If your extraction left you with file(s) that have multiple underscores or spaces, right-click the file choose Rename. Edit and remove extra spaces and underscores but leave the extension .ttf . This will make it a lot easier to copy these files from the command line as you&#8217;ll see in a moment.</p>
<p>Open up your Terminal as Super User (su). I usually just select Applications | System Tools | Terminal Program &#8211; Super User Mode</p>
<p>Enter your su password.</p>
<p>At the command prompt, path out to your Desktop directory by entering:</p>
<p><code>cd /home/name_of_your_homearea/Desktop</code></p>
<p>*Note: In Linux, case matters, so Desktop must have the capital D.</p>
<p>*Note: Enter the exact name of your home area after /home/</p>
<p>To copy the ttf files to your fonts area, enter this at the command line:</p>
<p><code>cp name_of_file_you_downloaded.ttf /usr/share/fonts/truetype/</code></p>
<p>If you are wanting to copy and entire folder to the fonts area, at the command prompt enter</p>
<p><code>cp /home/name_of_your_homearea/Desktop/folder_name /usr/share/fonts/truetype -r</code></p>
<p>*Note: There is a space after cp and after the folder name in the command line</p>
<p>You will have to <strong>restart your computer</strong> for the changes to go into effect but that&#8217;s it!</p>
<p>If you want to check and make sure the files are successfully copied over, open your file explorer and path up (usually it will default open in your home area, so you&#8217;ll need to use File | Open Parent a few times to get all the way to the top of the file structure. From the top (double-click Computer and choose Filesystem), path out to usr/share/fonts/truetype and you should see all your fonts including the newly copied ones.</p>
<p>*Note: If you can&#8217;t see certain directories, they may be hidden. To view hidden files and folders, select View | Show Hidden from your Explorer window.</p>
<p>Interested in<strong><span style="color: #ff6600;"> installing the Microsoft fonts to your Linux system</span></strong> in one quick download? Check out this fab <a href="http://www.marksanborn.net/linux/installing-microsoft-fonts-msttcorefonts-on-debian-linux/" target="_blank">tutorial</a> by Mark Sanborn.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/04/how-to-install-true-type-fonts-in-linux-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install additional programs with gdebi on Linux Debian</title>
		<link>http://nancyfusco.com/wp/index.php/2009/03/how-to-install-additional-programs-with-gdebi-on-linux-debian/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/03/how-to-install-additional-programs-with-gdebi-on-linux-debian/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:14:38 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[gdebi]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kompozer]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=555</guid>
		<description><![CDATA[Ok, this morning I was reading about KompoZer, a WYSIWYG web page editor for Linux. I&#8221;m currently using Quanta, but it&#8217;s all manual entering of HTML/PHP/etc. KompoZer Looked promising, with a Dreamweaver style interface, so I went into my Synaptic package manager and searched for it. Nadda. Not in my list of available apps from [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, this morning I was reading about KompoZer, a WYSIWYG web page editor for Linux. I&#8221;m currently using Quanta, but it&#8217;s all manual entering of HTML/PHP/etc. KompoZer Looked promising, with a Dreamweaver style interface, so I went into my Synaptic package manager and searched for it. Nadda. Not in my list of available apps from the repositories. So, let&#8217;s download and install it manually with gdebi. I use gdebi instead of gdeb because <strong>gdebi</strong> will detect any dependancies and fix/install those as needed when installing new software on a Debian system &#8211; thank you falco. Alright, enough intro, let&#8217;s get this installed so we can check it out this cool software!</p>
<p>First <a href="http://kompozer.net/" target="_blank">download the latest deb package of KompoZer</a> to your Desktop.</p>
<p>Next, open up your Terminal as Super User (su). I usually just select Applications | System Tools | Terminal Program &#8211; Super User Mode</p>
<p>Enter your su password. Now, lets install the package with gdebi by entering gdebi plus the path to the downloaded file at the command line. Press the Enter key to begin the install.</p>
<p>gdebi /home/your_home_folder_name/Desktop/name_of_file_you_downloaded</p>
<p>See an example of my entry at the command line and the name /location of the downloaded file &#8211; click the image to enlarge. Remember, Unix/Linux based system are case sensitive, so Desktop has to be capitalized in your command line.</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/step1_installing_w_gdebi.jpg"><img class="alignnone size-medium wp-image-556" title="step1_installing_w_gdebi" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/step1_installing_w_gdebi-300x241.jpg" alt="step1_installing_w_gdebi" width="300" height="241" /></a></p>
<p>Now you will see gdebi unpacking the file and checking for dependancies. It will display the author&#8217;s description of the package. And it will ask if you want to install KompoZer. Enter Y and press the Enter key.</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/step3_installing_w_gdebi.jpg"><img class="alignnone size-full wp-image-558" title="step3_installing_w_gdebi" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/step3_installing_w_gdebi.jpg" alt="step3_installing_w_gdebi" width="450" height="341" /></a></p>
<p>Now it will do the actual install. When it&#8217;s done, and Terminal returns to the command prompt, type logout to exit Terminal. Click image for a larger screenshot:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/step4_installing_w_gdebi.jpg"><img class="alignnone size-medium wp-image-559" title="step4_installing_w_gdebi" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/step4_installing_w_gdebi-300x226.jpg" alt="step4_installing_w_gdebi" width="300" height="226" /></a></p>
<p>That&#8217;s it! Kompozer is now installed! I found the icon for it under Applications | Internet.</p>
<p>Now, how to use it, right?! From the fine folks on the sourceforge forums for this app, sessileoak posted some links to two guides. Check them out here:</p>
<table border="0">
<tbody>
<tr>
<td bgcolor="#dddddd">
<div class="forum">
<div><strong><a href="http://sourceforge.net/forum/message.php?msg_id=5656137">RE: A complete newbie who needs help</a><!-- google_ad_section_end --></strong></div>
<p><small>By: sessileoak (<a href="http://sourceforge.net/users/sessileoak/">sessileoak</a>) &#8211; 2008-11-16 17:41</small></div>
</td>
</tr>
<p><!-- /forum/nested_messages.html - Copyright 1999-2006 (c) Open Source Technology Group @version $Id: nested_messages.html 14031 2007-01-10 14:24:43Z avoigt $ --></p>
<tr>
<td style="font-family: 'Courier New',Courier,monospace;"><!-- google_ad_section_start -->Hi Barney.</p>
<p>Typing &#8220;Kompozer manual&#8221; into Google came up with the following (the first is an online manual, the second a pdf download):</p>
<p><a href="http://www.charlescooke.me.uk/web/kz-ug-home.htm" target="_blank">http://www.charlescooke.me.uk/web/kz-ug-home.htm</a></p>
<p><a href="http://www.chromakinetics.com/Kompozer/KompoZer%20User%20Guide.pdf" target="_blank">http://www.chromakinetics.com/Kompozer/KompoZer%20User%20Guide.pdf</a></td>
</tr>
</tbody>
</table>
<p>And for everything you ever needed for installing, setting up, and building the perfect debian lenny system can be found in this <a href="http://www.howtoforge.com/the-perfect-desktop-debian-lenny" target="_blank">awesome tutorial by falco</a> on the How To Forge site. Many thanks to falco &#8211; all kudos and good karma to you for your great instruction.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/03/how-to-install-additional-programs-with-gdebi-on-linux-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Levels to quick fix photos in Gimp</title>
		<link>http://nancyfusco.com/wp/index.php/2009/02/how-to-use-levels-to-quick-fix-photos-in-gimp/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/02/how-to-use-levels-to-quick-fix-photos-in-gimp/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:29:43 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=486</guid>
		<description><![CDATA[Very often I find that my cell phone photos have a grey wash to them or they just look flat in color. So, I use the Levels adjustment tool in Gimp to fix them. There&#8217;s lots of discussion about what levels are and what they do, etc. but I tend to focus on the practical. [...]]]></description>
			<content:encoded><![CDATA[<p>Very often I find that my cell phone photos have a grey wash to them or they just look flat in color. So, I use the Levels adjustment tool in Gimp to fix them. There&#8217;s lots of discussion about what levels are and what they do, etc. but I tend to focus on the practical. I simply adjust them until it looks right.</p>
<p>Open Gimp and then open an image you want to try this out on, preferably a photo that needs correction and/or has a grey wash to it. If you need an image to practice on, you can <a href="http://www.nancyfusco.com/practice_image.jpg" target="_blank">download this one</a>.</p>
<p>Within Gimp, on the Image&#8217;s menu bar, select Colors | Levels and this dialog box will open up.</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/level_adjustment_original.jpg"><img class="alignnone size-full wp-image-487" title="level_adjustment_original" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/level_adjustment_original.jpg" alt="level_adjustment_original" width="548" height="464" /></a></p>
<p>Notice the granular adjustments you can do, however correcting most photos I&#8217;ve found can be done with just pulling in the slider triangles from each edge to the beginning of the color levels for each photo/image, like so:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/levels_adjusted.jpg"><img class="alignnone size-full wp-image-492" title="levels_adjusted" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/levels_adjusted.jpg" alt="levels_adjusted" width="400" height="341" /></a></p>
<p>What&#8217;s nice about this tool, and Gimp in general, is that as you slide the triangles the image will change accordingly. I start by pulling the triangles in to the edges of the image&#8217;s color levels and check the image. If it looks good, just click OK and there you go, easy color adjustment with the Levels tool.</p>
<p>Notice that on different images the Level Input area will be different, so just adjust the triangle sliders in from each side to the beginning of the color level for each photo/image for quick color correction:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/different_image.jpg"><img class="alignnone size-full wp-image-488" title="different_image" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/different_image.jpg" alt="different_image" width="400" height="341" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/02/how-to-use-levels-to-quick-fix-photos-in-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to crop photos in Gimp tutorial</title>
		<link>http://nancyfusco.com/wp/index.php/2009/02/how-to-crop-photos-in-gimp-tutorial/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/02/how-to-crop-photos-in-gimp-tutorial/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 15:51:09 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=481</guid>
		<description><![CDATA[I&#8217;m using the opensource Gimp to manipulate and edit my photos these days, and thought I&#8217;d put together a short tutorial on how to crop photos. I&#8217;m using version 2.4.7 but any 2* version should look the same as my screenshots. Follow the link above to get the latest Gimp download, just click on the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using the opensource <a href="http://www.gimp.org/" target="_blank">Gimp</a> to manipulate and edit my photos these days, and thought I&#8217;d put together a short tutorial on how to crop photos. I&#8217;m using version 2.4.7 but any 2* version should look the same as my screenshots. Follow the link above to get the latest Gimp download, just click on the big orange download button to see the various packages already compiled and ready for install. And hey, if your on Debian like I am, just go to your Terminal as super-user and do an <strong>apt-get install gimp</strong> at the command prompt or use Synaptic package manager, searching for Gimp.</p>
<p>Ok, now that you&#8217;ve got Gimp, lets rock the crop! Open an image you want to crop by choosing File | Open. Now, click on the Rectangle Select Tool from the main left toolbar, like so (click the image below to see a larger version):</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/select_tool.jpg"><img class="alignnone size-medium wp-image-482" title="select_tool" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/select_tool-300x206.jpg" alt="select_tool" width="300" height="206" /></a></p>
<p>Click and drag to select the area you want to crop to, or what you want the final image to look like. Let go of the click and you will see the dashed lines around the area. You can use the mouse, click and drag, to adjust these lines as needed. Just move your mouse to the edge of the dashed lines and the cursor will change to indicate you can drag and move the lines.</p>
<p>Here&#8217;s the important part &#8211; you have to invert the selection, so you can delete the area surrounding the final image you want. So, use the keyboard shortcut, CTRL-I (or you can select it off the menu by choosing Select | Invert) to invert the selection, so now you will have the area around the image crop you want selected. The dashed lines will now extend from the crop line to the edge of the image like this:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/inverted_selection.jpg"><img class="alignnone size-full wp-image-483" title="inverted_selection" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/inverted_selection.jpg" alt="inverted_selection" width="207" height="171" /></a></p>
<p>Next, we want to delete the now selected inverted area, so on the keyboard press CTRL-X to cut it away. I like to use Cut so I can undo if needed. Now you will have white space around the image crop:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/white_space.jpg"><img class="alignnone size-full wp-image-484" title="white_space" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/white_space.jpg" alt="white_space" width="282" height="225" /></a></p>
<p>Finally, to get rid of the white space and trim down to your cropped image, from the Image Menu (the menu right off the top of your image), choose Image | Autocrop Image</p>
<p>You will now have the picture cropped and can save accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/02/how-to-crop-photos-in-gimp-tutorial/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to rip cd&#8217;s in linux with kAudioCreator</title>
		<link>http://nancyfusco.com/wp/index.php/2009/02/how-to-rip-cds-in-linux-with-kaudiocreator/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/02/how-to-rip-cds-in-linux-with-kaudiocreator/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 14:35:56 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cellphone]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=426</guid>
		<description><![CDATA[I&#8217;ve been testing all the various cd ripper packages on my Debian Lenny Distro of Linux but none of them would rip to mp3&#8242;s. They would rip ok to OGG files, but I can&#8217;t play those on my cellphone&#8217;s mp3 player. As you know from my other tutorial, that it&#8217;s a breeze to load your [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been testing all the various cd ripper packages on my Debian Lenny Distro of Linux but none of them would rip to mp3&#8242;s. They would rip ok to OGG files, but I can&#8217;t play those on my cellphone&#8217;s mp3 player. As you know from my other <a href="http://nancyfusco.com/wp/index.php/2009/02/how-to-get-music-files-on-your-cellphone/">tutorial, that it&#8217;s a breeze to load your cellphone with mp3&#8242;s</a>.</p>
<p>Well, I finally found a package that will rip audio cd&#8217;s to mp&#8217;3 in Linux! Let me walk you thru how to set it up and use it.</p>
<p>Use your package manager, or aptitiude, to install kAudioCreator. Comment if you need to know how to do this or look at this<a href="http://nancyfusco.com/wp/index.php/2009/01/installing-googles-picasa-on-linux-debian/"> tutorial that walks thru installing stuff in Linux</a>. I downloaded it using my package manager Synaptic, searching for the keyword: kAudioCreator</p>
<p>After Kaudiocreator is installed, you will find the icon off your menu. Mine happens to be located at Applications | Sound &amp; Video | kAudioCreator</p>
<p>Insert your legally purchased CD into the cdrom drive. Now, on my linux system, SoundJuicer automatically pops up. No big, just close whatever program automatically opens.</p>
<p>When you open kAudioCreator for the first time, you will get an error message that tells you to configure your settings. No problem, we were going to do that anyway right! <img src='http://nancyfusco.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>And everytime you open kAudioCreator you will get a prompt about how to format your information from CDDB, the CD database that automatically fills in your artist, album and track information. Just select your preferred format:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/cddb_prompt.jpg"><img class="alignnone size-full wp-image-427" title="cddb_prompt" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/cddb_prompt.jpg" alt="cddb_prompt" width="500" height="423" /></a></p>
<p>Next we will configure the encoder. Click on the left icon that looks like a funnel:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/configure_encoder.jpg"><img class="alignnone size-full wp-image-428" title="configure_encoder" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/configure_encoder.jpg" alt="configure_encoder" width="500" height="594" /></a></p>
<p>Click on MP3 as the encoder type. Now we have to set the encoded file location and format. <span id="more-426"></span> Here&#8217;s where it gets a bit tricky, trying to figure out the correct fomatting for how you want the tracks stored and written as files. The default location and format is:</p>
<p>~/%{extension}/%{albumartist}/%{albumtitle}/%{artist} &#8211; %{number} &#8211; %{title}.%{extension}</p>
<p>Let me walk you thru what each part means, so you can change as you prefer:</p>
<p>~ will put the files in a folder at your home directory.</p>
<p>/%{extension}/%{albumartist}/%{albumtitle}/% will put them in a folder based on the extension, in the default case, a folder called mp3. Then in a folder named for the album&#8217;s artist, and finally in a folder named after  the album title.</p>
<p>{artist} &#8211; %{number} &#8211; %{title}.%{extension} will names these files Artist &#8211; TrackNumber &#8211; Title of Track.mp3</p>
<p>So, the only thing I had to edit was where to store the files. I wanted them to go into an existing folder called Music. Everything else was cool so I simply removed {extension} and added Music to the path like so:</p>
<p>~/Music/%{albumartist}/%{albumtitle}/%{artist} &#8211; %{number} &#8211; %{title}.%{extension}</p>
<p>There is a File Location and Formatting Wizard if you need help and a beautiful &#8220;Defaults&#8221; button to reset everything. A note on the Defaults button. If you click it, it will set <strong>ALL</strong> the settings back to default. All as in every panel All. Use carefully.</p>
<p>I didn&#8217;t care for the wizard, but here&#8217;s a screen capture if you want to see it:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/file_loc_wizard.jpg"><img class="alignnone size-full wp-image-432" title="file_loc_wizard" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/file_loc_wizard.jpg" alt="file_loc_wizard" width="500" height="413" /></a></p>
<p>Next thing to set is the Ripper information. Click on the left icon that looks like a blue widget. Here we set the Default Temporary Directory, where kAudioCreator will use space to rip and then encode the files. This directory has to be writable, so for simplicity I just use my home directory. kAudioCreator cleans up these files automatically after ripping, so there&#8217;s no leftover junk in the home directory. Enter the location you want to use as a Default Temporary Directory and any other settings you want here:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/configure_ripper.jpg"><img class="alignnone size-full wp-image-434" title="configure_ripper" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/configure_ripper.jpg" alt="configure_ripper" width="500" height="592" /></a></p>
<p>Now, once these are set you won&#8217;t have to do this everytime. Yay! Let&#8217;s rip a cd! When you insert a cd, remember another program might popup, but close that program and open kAudioCreator. You&#8217;ll get the prompt for how to format your CDDB, choose one and you&#8217;ll have this screen:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/insert_cd.jpg"><img class="alignnone size-full wp-image-436" title="insert_cd" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/insert_cd.jpg" alt="insert_cd" width="500" height="427" /></a></p>
<p>Click either Select All Tracks or manually click the track(s) you want to rip. When you select a track, a check mark will be next to it like this:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/select_track.jpg"><img class="alignnone size-full wp-image-437" title="select_track" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/select_track.jpg" alt="select_track" width="385" height="133" /></a></p>
<p>Now click on the Rip widget icon:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/rip_widget.jpg"><img class="alignnone size-full wp-image-438" title="rip_widget" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/rip_widget.jpg" alt="rip_widget" width="30" height="27" /></a></p>
<p>To watch the status of kAudioCreator ripping your tracks (and then encoding them to mp3), click on the Job Status tab. It will rip first to OGG:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/job_status.jpg"><img class="alignnone size-full wp-image-440" title="job_status" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/job_status.jpg" alt="job_status" width="500" height="422" /></a></p>
<p>Then encode to MP3:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/encoding_job.jpg"><img class="alignnone size-full wp-image-441" title="encoding_job" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/encoding_job.jpg" alt="encoding_job" width="500" height="420" /></a></p>
<p>Finally saving it to your specified location:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/file_finished.jpg"><img class="alignnone size-full wp-image-442" title="file_finished" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/file_finished.jpg" alt="file_finished" width="500" height="210" /></a></p>
<p>So that&#8217;s it! Post any comments or questions on this tutorial below.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/02/how-to-rip-cds-in-linux-with-kaudiocreator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian Linux &#8211; Use Etherape to view network traffic visually</title>
		<link>http://nancyfusco.com/wp/index.php/2009/02/debian-linux-use-etherape-to-view-network-traffic/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/02/debian-linux-use-etherape-to-view-network-traffic/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:15:25 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[etherape]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=300</guid>
		<description><![CDATA[Ever wanted to see what your network traffic is doing and if there are any background transmissions slowing down your internet? But you don&#8217;t want to be a network admin to be able to figure out the stats from log files and traceroutes, right! Well, check this out &#8211; Etherape, a visual network traffic tool [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to see what your network traffic is doing and if there are any background transmissions slowing down your internet? But you don&#8217;t want to be a network admin to be able to figure out the stats from log files and traceroutes, right! Well, check this out &#8211; Etherape, a visual network traffic tool for Linux. I downloaded it using my package manager Synaptic, searching for the keyword: Etherape.</p>
<p>Once you download it, there will be several icons off your menu systems. You have to Use the <strong> Etherape (root) </strong>icon in Applications | Internet for it to work, otherwise it&#8217;ll open with an error. It has to be used as root.</p>
<p>Or open your Terminal as root then enter, &#8220;cd /&#8221; then &#8220;cd /usr/bin/&#8221; and then &#8220;sudo etherape&#8221;. You might have to type in your root admin password at this point to run it from the Terminal.</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/etherape1.jpg"><img class="alignnone size-full wp-image-311" title="etherape1" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/etherape1.jpg" alt="etherape1" width="550" height="413" /></a></p>
<p>Yes, I have blocked out some of the IP addresses, but you get a general feel for how it looks. The size of the line grows and shrinks as network traffic increase and decreases to different addresses and services on your network. Pretty sweet!</p>
<p>If you click on View | Protocols you can see a simple status breakdown of all the network traffic, to go a bit more granular in your investigations. From this tool, I found that my Lenny distro was running a bunch of &#8220;extra&#8221; protocols that I didn&#8217;t need &#8211; such as mDNS, which I removed to optimize my internet connection even more.</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/02/etherape_protocols.jpg"><img class="alignnone size-full wp-image-312" title="etherape_protocols" src="http://nancyfusco.com/wp/wp-content/uploads/2009/02/etherape_protocols.jpg" alt="etherape_protocols" width="550" height="245" /></a></p>
<p>I am on a network with Windows computers, so some of this traffic in my grid is theirs but then I have a good reason to yell at them for playing World of Warcraft when I&#8217;m trying to publish this blog, right! <img src='http://nancyfusco.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/02/debian-linux-use-etherape-to-view-network-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix startup memory error in Cinelerra</title>
		<link>http://nancyfusco.com/wp/index.php/2009/02/how-to-fix-startup-memory-error-in-cinelerra/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/02/how-to-fix-startup-memory-error-in-cinelerra/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 23:14:06 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cinelerra]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=252</guid>
		<description><![CDATA[In the current release of Cinelerra, the Linux Video editing tool, version 2.1 CV, you may get the error when starting up the program: The following errors occurred: void MWindow::init_shm0: WARNING:/proc/sys/kernel/shmmax is 0&#215;2000000, which is too low. Before running Cinelerra do the following as root: echo &#8220;0x7fffffff&#8221;&#62;/proc/sys/kernel/shmmax Sure, you can run over to Terminal as [...]]]></description>
			<content:encoded><![CDATA[<p>In the current release of Cinelerra, the Linux Video editing tool, version 2.1 CV, you may get the error when starting up the program:<br />
<i>The following errors occurred:<br />
void MWindow::init_shm0: WARNING:/proc/sys/kernel/shmmax is 0&#215;2000000, which is too low.<br />
Before running Cinelerra do the following as root:<br />
echo &#8220;0x7fffffff&#8221;&gt;/proc/sys/kernel/shmmax </i></p>
<p>Sure, you can run over to Terminal as Root and enter that command everytime your reboot and want to use Cinelerra, and yes, that&#8217;s 7 f&#8217;s. But why not make a more permanent change. <span id="more-252"></span> This error message is just trying to say to allocate more memory space to Cinelerra. Cinelerra will be happy. Linux will be happy. You&#8217;ll be happy. So let&#8217;s go team!</p>
<p>Open terminal in super user mode, I just used the icon already on Debian, under Applications | System Tools | Terminal Server &#8211; Super User Mode and enter the following at the command prompt to make a backup of this file. You always make a backup, right!?</p>
<p>cp /etc/sysctl.conf /etc/sysctl.conf.backup</p>
<p>Now let&#8217;s edit this file. Enter this next:</p>
<p>nano /etc/sysctl.conf</p>
<p>At the very bottom of the file, add this line, and remember that&#8217;s 7 f&#8217;s, we&#8217;re talking memory size here. After adding this line, save and close the file, CTRL-X and then Y for yes to save it.</p>
<p>kernel/shmmax=0x7fffffff</p>
<p>Now, let&#8217;s put this file in action, at the command prompt enter:</p>
<p>sudo sysctl -p</p>
<p>Test by opening Cinelerra. Yay! No more annoying error message! Well, at least at startup. <img src='http://nancyfusco.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/02/how-to-fix-startup-memory-error-in-cinelerra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded to Lenny &#8211; How to fix broken sound</title>
		<link>http://nancyfusco.com/wp/index.php/2009/02/upgraded-to-lenny-how-to-fix-broken-sound/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/02/upgraded-to-lenny-how-to-fix-broken-sound/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:01:09 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[no sound]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=240</guid>
		<description><![CDATA[After upgrading to Lenny, everything was really smooth and in order. The only package that didn&#8217;t upgrade automatically was Quanta. So from the command line, I did a quick install of Quanta and good to go. Well, sort of. After the upgrade, I rebooted to find that my sound was broken. Up in the top [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to Lenny, everything was really smooth and in order. The only package that didn&#8217;t upgrade automatically was Quanta. So from the command line, I did a quick install of Quanta and good to go. Well, sort of. After the upgrade, I rebooted to find that my sound was broken. Up in the top right of the screen, when I clicked on the Gnome Mixer Volume Control icon (which had a diabolical red x on it), I got this error message:</p>
<p><i>The volume control did not find any elements and/or devices to control. This means either that you don&#8217;t have the right GStreamer plugins installed, or that you don&#8217;t have a sound card configured. </i></p>
<p>After some research, I found that the new kernel did not have built in support for Alsa sound firmware! What?! Ok, I&#8217;m not going to rant about this too much, suffice it to say, it worked with the previous kernel why in the world would they not include it in the most recent kernel? Rant over. Let&#8217;s fix it. <img src='http://nancyfusco.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First thing, you have to do a manual install of the alsa-source and the build-essential files. Open terminal in super user mode, I just used the icon already on Debian, under Applications | System Tools | Terminal Server &#8211; Super User Mode and enter the following at the command prompt:</p>
<p><code>aptitude install alsa-source build-essential</code></p>
<p>This will take a few minutes, but now you&#8217;ll have the groundwork for installing the firmware to connect to your sound card in Debian Lenny. <span id="more-240"></span> Next, you&#8217;ll need to download the firmware for Alsa from here:</p>
<p><a href="ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.16.tar.bz2">ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.16.tar.bz2</a></p>
<p>Make a directory to store this file:</p>
<p><code> mkdir /usr/src/alsa </code></p>
<p>At the Terminal command line, copy the downloaded file to the sources area you just created. Adjust this path as needed, depending on where you saved your download (remember Unix is case sensitive):</p>
<p><code> cp /home/nancyfusco/Desktop/alsa* /usr/src/alsa </code></p>
<p>Now path out to that area, so you can unpack the tar:</p>
<p><code> cd /usr/src/alsa </code></p>
<p>Unpack it:</p>
<p><code> tar -vxjf alsa-firmware-1.0.16.tar.bz2 </code></p>
<p>Path out to the unpackaged folder:</p>
<p><code> cd /usr/src/alsa/alsa-firmware-1.0.16 </code></p>
<p>Are you ready? Good! Here we go! Now to compile and install the firmware and configuration for your sound card. At the command prompt enter:</p>
<p><code> ./configure &amp;&amp; make &amp;&amp; make install </code></p>
<p>Watch it work while sipping on a cold one. <b>Reboot.</b> Hey! Look! We got sound again! Now go watch some <a href="http://www.filmcow.com/youtube-charlietheunicorn.html" target="_blank">Charlie the Unicorn</a> to celebrate!</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/02/upgraded-to-lenny-how-to-fix-broken-sound/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgraded Linux Version (Debian, Ubuntu) &#8211; How to fix slow internet</title>
		<link>http://nancyfusco.com/wp/index.php/2009/02/upgraded-to-lenny-how-to-fix-slow-internet/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/02/upgraded-to-lenny-how-to-fix-slow-internet/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 17:22:23 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ice weasel]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=237</guid>
		<description><![CDATA[The directions below are a bit outdated with the latest version of Ubuntu. You can still disable IPv6 in Firefox per the instructions below, but if you&#8217;re on Ubuntu (or any variety of Ubuntu), there is no longer the alias file. Instead, use sysctl to disable IPv6 without rebooting by typing this in Terminal (you [...]]]></description>
			<content:encoded><![CDATA[<p>The directions below are a bit outdated with the latest version of Ubuntu. You can still disable IPv6 in Firefox per the instructions below, but if you&#8217;re on Ubuntu (or any variety of Ubuntu), there is no longer the alias file.</p>
<p>Instead, use sysctl to disable IPv6 without rebooting by typing this in Terminal (you may need to enter your password):</p>
<p>sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1</p>
<p>To disable permanently add</p>
<p>net.ipv6.conf.all.disable_ipv6=1</p>
<p>to /etc/sysctl.conf.</p>
<p>[ Got this tip from <cite>Andreas N</cite> in the comments of this article: <a href="http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html" target="_blank">http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html</a> ]</p>
<hr />I noticed a substantial slowdown of my internet, particularly in IceWeasel aka Firefox for Debian. After investigating a bit, I found that IPv6 was turned on! Oy! I don&#8217;t need IPv6 and I sure don&#8217;t need it hogging all my bandwidth.</p>
<p>Make a backup of the alias file by opening terminal in super user mode, I just used the icon already on Debian, under Applications | System Tools | Terminal Server &#8211; Super User Mode:</p>
<p>cp /etc/modprobe.d/aliases /etc/modprobe.d/aliases.backup</p>
<p>Now, lets open it for editing. Since your in Super User mode (you are right!?), you will be able to save this file after making these changes. <span id="more-237"></span></p>
<p>Open aliases by entering:</p>
<p>nano /etc/modprobe.d/aliases</p>
<p>Find this line:</p>
<p>alias net-pf-10 ipv6</p>
<p>Replace it with these three lines:</p>
<p>alias net-pf-10 ipv6 off<br />
alias net-pf-10 off<br />
alias ivp6 off</p>
<p>Now, save the file by pressing CTRL-X and saying Yes to save the changes.</p>
<p>Close out of Terminal Mode.</p>
<p>While we&#8217;re at it, let&#8217;s tweak IceWeasel to not use IPv6 as a default.</p>
<p>From within IceWeasel, open a new tab window. Type the following in the address/location bar:</p>
<p>about:config</p>
<p>You&#8217;ll get a funny message about being sure you know what you&#8217;re doing. Of course you do, click OK/Yes.</p>
<p>Search/Sort/Filter for the following by starting to type it:</p>
<p>network.dns.disableIPv6</p>
<p>Double-click (toggle) it to set it to <strong>true</strong></p>
<p>Close IceWeasel and Reboot your entire system. To see if you&#8217;ve really turned off IPv6, open Terminal and enter this command:</p>
<p>ip a | grep inet6</p>
<p>If some lines are displayed, IPv6 is still on. If nothing is returned, IPv6 is off. Happy fast surfing!</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/02/upgraded-to-lenny-how-to-fix-slow-internet/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

