<?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/category/tutorials/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://nancyfusco.com/wp</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 16:50:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a Desktop shortcut in Lubuntu for Nautilus</title>
		<link>http://nancyfusco.com/wp/index.php/2010/08/create-a-desktop-shortcut-in-lubuntu-for-nautilus/</link>
		<comments>http://nancyfusco.com/wp/index.php/2010/08/create-a-desktop-shortcut-in-lubuntu-for-nautilus/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 16:49:07 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[lxpanel]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=1062</guid>
		<description><![CDATA[I&#8217;m using Lubuntu as my operating system. It uses pcmanfm as the default file system. For most tasks this is ok, but when I want to connect to shares on both windows and other linux pc&#8217;s, I have to use Nautilus.
Here&#8217;s how I setup a desktop shortcut in Lubuntu:
Open Terminal (on Lubuntu, it&#8217;s called LXTerminal, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using Lubuntu as my operating system. It uses pcmanfm as the default file system. For most tasks this is ok, but when I want to connect to shares on both windows and other linux pc&#8217;s, I have to use Nautilus.</p>
<p>Here&#8217;s how I setup a desktop shortcut in Lubuntu:</p>
<p>Open Terminal (on Lubuntu, it&#8217;s called LXTerminal, but any terminal will do).</p>
<p>Verify that you have lxshortcut installed by entering this into Terminal (enter your root password when prompted):</p>
<pre>sudo apt-get install lxshortcut</pre>
<p>Now to create the desktop shortcut, enter this in Terminal:</p>
<pre>lxshortcut -o ~/Desktop/nautilus.desktop</pre>
<p>A GUI window will pop up and you can enter the details as you like. I wanted a desktop shortcut to launch Nautilus file browser only, so I entered where it says Command:</p>
<pre>nautilus --browser --no-desktop</pre>
<p>NOTE: Those are double dashes in front</p>
<p>Finish customizing the name and icon for your new shortcut and Save. Now you will have a desktop shortcut to use Nautilus within Lubuntu.<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2010/08/create-a-desktop-shortcut-in-lubuntu-for-nautilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup a linux file share from an old computer</title>
		<link>http://nancyfusco.com/wp/index.php/2010/06/how-to-setup-up-a-linux-file-share/</link>
		<comments>http://nancyfusco.com/wp/index.php/2010/06/how-to-setup-up-a-linux-file-share/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 15:41:29 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=1006</guid>
		<description><![CDATA[Took an old computer this weekend and wanted to learn how to setup a file server. This is an easy way to take an old computer, stack in a bunch of hard drives, and turn it into a file share for music or file storage. Also handy for backing up entire hard drives on the [...]]]></description>
			<content:encoded><![CDATA[<p>Took an old computer this weekend and wanted to learn how to setup a file server. This is an easy way to take an old computer, stack in a bunch of hard drives, and turn it into a file share for music or file storage. Also handy for backing up entire hard drives on the systems you use everyday.</p>
<p>Initially, this took many hours and lots of googling for answers. I&#8217;ve decided to list the steps below. On the second pc, the entire process only took 45 minutes to setup.</p>
<p>I used a linux distro called <a href="http://crunchbanglinux.org/start/" target="_blank">CRUNCHBANG (#!)</a> and I chose the lite version &#8211; it&#8217;s lean and mean linux goodness. <span id="more-1006"></span></p>
<p><a href="http://www.crunchbanglinux.org/wiki/downloads#lite_edition_-_32-bit" target="_blank">Download the .iso file</a> and burn it to a CD. I use k3b to burn cd&#8217;s on my Ubuntu system. It is important to burn the .iso file as &#8220;bootable&#8221;.</p>
<p>Set you old pc to boot from the CD rom (go into the BIOS and make sure it&#8217;s set to boot CD first). Now, boot the system with the CRUNCHBANG CD in the pc. CRUNCHBANG will now be running from the CD. This is a bit confusing as it looks like it&#8217;s installed to the hard drive&#8230;but it&#8217;s not. Yet.</p>
<p>Right-click on the Desktop and choose &#8220;Install&#8221; and then &#8220;Install CRUNCHBANG&#8221;.</p>
<p>Follow the on screen prompts to install. For more detailed instructions on the installation, refer to the <a href="http://crunchbanglinux.org/wiki/crunchbang_installation_guide_9.04" target="_blank">CRUNCHBANG Installation Guide</a>.</p>
<p>Be sure to use the same workgroup name as the other pc&#8217;s on your network and write down what you called this pc. You will need this later to connect to it.</p>
<p>Next, we&#8217;ll need to install Samba (for file sharing) so that any Windows computers on our network can see the share as well.</p>
<p>Open Terminator (terminal) either by right-clicking the desktop and using the menu or pressing the &#8220;Windows&#8221; key and the &#8220;T&#8221; key. CRUNCHBANG has these <a href="http://crunchbanglinux.org/wiki/faq?rev=1257462347#what_s_a_super_key_what_can_i_do_if_i_don_t_have_one" target="_blank">&#8220;SUPER&#8221; key shortcuts</a> that you will soon find very addictive.</p>
<p>Let&#8217;s make sure our repositories and such have the latest updates, so type or copy/paste this line:</p>
<p>sudo apt-get update</p>
<p>Now, let&#8217;s install Samba. In the Terminator window, type or copy/paste this line at the flashing prompt:</p>
<p>sudo apt-get install samba</p>
<p>Next let&#8217;s install Samba configuration editor. Enter or copy/paste this into Terminator:</p>
<p>sudo apt-get install system-config-samba</p>
<p>Use the text editor to edit this file. Be sure to enter the exact workgroup name of your network. Otherwise the other computers on the network won&#8217;t &#8220;see&#8221; this share.</p>
<p>From Terminator enter:</p>
<p>sudo nano /etc/samba/smb.conf</p>
<p>Optional &#8211; edit the host name in /etc/hostname</p>
<p>Be aware that when you make changes to smb.conf you then need to restart Samba for the change to take effect. From Terminator, enter:</p>
<p>sudo /etc/init.d/samba restart</p>
<p>In the file manager, create the folder to share and give it RW permissions as Root. If during the course of this tutorial, you can&#8217;t read or write to the share, that is most likely due to permissions. I had to open my permissions to &#8220;see&#8221; the share, and then narrow them down until I got it just right.</p>
<p>I found using the default file manager difficult to &#8220;see&#8221; the shares,   so I installed Nautilus. At terminator type or copy/paste:</p>
<p>sudo  apt-get install nautilus</p>
<p>And since Nautilus likes to mess  with  the desktop, I disabled a few things. Remove all the interference  of  Nautilus desktop by running these from terminal. Use copy/paste into   Terminator to make sure you enter it correctly:</p>
<p>This will disable  Nautilus desktop:</p>
<p>gconftool-2 -s -t bool   /apps/nautilus/preferences/show_desktop false &amp;</p>
<p>Do not let   Nautilus set the background image:</p>
<p>gconftool-2 -s -t bool   /desktop/gnome/background/draw_background false &amp;</p>
<p>Make  Nautilus use spatial mode, should start-up quicker:</p>
<p>gconftool-2   -s -t bool /apps/nautilus/preferences/always_use_browser false &amp;</p>
<p>Make   Nautilus show the advanced permissions dialog:</p>
<p>gconftool-2 -s -t   bool /apps/nautilus/preferences/show_advanced_permissions true &amp;</p>
<p>Next let&#8217;s attach that physical folder to Samba, so the rest of the  network can see it and read/write to it. At Terminator, enter:</p>
<p>sudo system-config-samba</p>
<p>If you want to set this computer up as a &#8220;headless&#8221; server (one with  no monitor, keyboard, mouse, etc), you can install Vino to be able to  remotely connect to it for administration and such. Pretty handy stuff!</p>
<p>To install Vino (for remote connections) on the file sharing  computer, in Terminator type or copy/paste:</p>
<p>sudo apt-get install  vino</p>
<p>If the computer that will be connecting to it is Linux, run  this command at the teminal prompt on that pc:</p>
<p>sudo apt-get  install xtightvncviewer</p>
<p>If you will be connecting to it thru  Windows, just use &#8220;Remote Desktop&#8221;.</p>
<p>Ok, let&#8217;s configure the server , in a terminal type :</p>
<p>vino-preferences</p>
<p>Set  it how you want it and save/close.</p>
<p>Let&#8217;s make sure vino starts automatically upon reboot, so back in  terminal type or copy/paste:</p>
<p>/usr/lib/vino/vino-server &amp;</p>
<p>Done! Let&#8217;s check our work by going to another computer on the network. If it&#8217;s a Linux pc use Nautilus (the default file browser) to browse the network to the share or click File -&gt; Connect to Server and enter the name of your computer and the share manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2010/06/how-to-setup-up-a-linux-file-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Delete &#8220;undeletable&#8221; files from Linux Trash</title>
		<link>http://nancyfusco.com/wp/index.php/2009/11/how-to-delete-undeletable-files-from-linux-trash/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/11/how-to-delete-undeletable-files-from-linux-trash/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 00:32:42 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[trash]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=881</guid>
		<description><![CDATA[I&#8217;ve been cleaning up some junk files off my linux laptop and deleted files from various directories with no problem. Well, then I go to Empty the Trash Can when I get an error message &#8211; something about can&#8217;t delete those files due to permissions. Did some google searching and found this helpful tip from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been cleaning up some junk files off my linux laptop and deleted files from various directories with no problem. Well, then I go to Empty the Trash Can when I get an error message &#8211; something about can&#8217;t delete those files due to permissions. Did some google searching and found <a href="http://www.ubuntugeek.com/empty-ubuntu-gnome-trash-from-the-command-line.html" target="_blank">this helpful tip from the Ubuntu Geek</a> website about mid-way down in a post by Lopo.</p>
<p>Basically, I just opened Terminal in Super User mode (found this in my menu system at Applications | System Tools | Terminal Program &#8211; Super User Mode). You will need to enter your root (super user aka su) password before proceeding.</p>
<p>Next, I entered this at the command line:</p>
<pre>sudo rm -rf /home/YOUR HOME DIRECTORY HERE/.local/share/Trash/files/*</pre>
<p>note: there is a space after the -rf and mind the capital letters as they matter to linux.</p>
<p><strong>**caution: this will really really really delete stuff so be careful**</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/11/how-to-delete-undeletable-files-from-linux-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[Tutorials]]></category>
		<category><![CDATA[debian]]></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 non-free
To save, use CTRL [...]]]></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>1</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[Tutorials]]></category>
		<category><![CDATA[debian]]></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 Rename. [...]]]></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 create your own ringtones free for Verizon phones</title>
		<link>http://nancyfusco.com/wp/index.php/2009/03/how-to-create-your-own-ringtones-free/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/03/how-to-create-your-own-ringtones-free/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:27:21 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[cellphone]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[ringtones]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=583</guid>
		<description><![CDATA[This tutorial will teach you how to create your own ringtones from mp3&#8217;s and then transfer the files to your cellphone over the air with text messages.
Awhile back we learned how to transfer your own legally purchased mp3&#8217;s to your Verizon cellphone and be able to listen to music without having to purchase songs thru [...]]]></description>
			<content:encoded><![CDATA[<h3>This tutorial will teach you how to create your own ringtones from mp3&#8217;s and then transfer the files to your cellphone over the air with text messages.</h3>
<p>Awhile back we learned how to transfer your own legally purchased mp3&#8217;s to your Verizon cellphone and be able to listen to music without having to purchase songs thru Verizon&#8217;s very expensive and clunky &#8220;service&#8221;. You can find that tutorial <a href="http://nancyfusco.com/wp/index.php/2009/02/how-to-get-music-files-on-your-cellphone/" target="_blank">here</a>.</p>
<p>The only thing I can think of that would cost anything  is the actual text message you will be sending yourself with the ringtone attached, so check your rate on &#8220;picture messages&#8221; before going too crazy. <img src='http://nancyfusco.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Using <a href="http://audacity.sourceforge.net/" target="_blank">Audacity</a>, an opensource, free, sound editor available for both Windows and Linux platforms, we can crop our legally purchased mp3&#8217;s into &#8220;ringtone length&#8221; midi files. Let&#8217;s walk thru it.</p>
<p>Download and install Audacity. For Linux, I just use Synaptic Package Manager | Search for Audacity | And install from there as any dependancy files will be automatically installed as well, including the very important LAME encoder. If you are installing this on Windows, make sure you <a href="http://audacity.sourceforge.net/help/faq?s=install&amp;i=lame-mp3" target="_blank">install and configure the LAME encoder</a> which will allow you to export as mp3.</p>
<p>Now that Audacity is installed and configured with the LAME encoder, let&#8217;s open an mp3 that you want to crop for a ringtone.</p>
<p>Open Audacity and choose File | Open. Path out to an mp3 file and Open it. It may take several seconds for Audacity to open it and then you will see the file in the timeline window (click the image below for a larger screenshot of the Audacity interface):</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ring_tones1.jpg"><img class="alignnone size-medium wp-image-584" title="ring_tones1" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ring_tones1-300x204.jpg" alt="ring_tones1" width="300" height="204" /></a></p>
<p>Listen to the song by clicking the play button and make a note of what section of the song you want to crop as the ringtone.</p>
<p>Using the select tool, <a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtone_select_tool.jpg"><img class="alignnone size-full wp-image-585" title="ringtone_select_tool" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtone_select_tool.jpg" alt="ringtone_select_tool" width="30" height="28" /></a> click and drag to highlight the area for the ringtone. You won&#8217;t have to be too specific right now, we will tweak the crop in the next step. Just generally select the area you want. With it selected, it should look like this:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ring_tones2.jpg"><img class="alignnone size-full wp-image-586" title="ring_tones2" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ring_tones2.jpg" alt="ring_tones2" width="600" height="229" /></a></p>
<p>Next, click on the menu Edit | Trim, which will leave just the selection, cutting away the rest of the song. Great! Now let&#8217;s fine tune our trim and save it to send to your cellphone. <span id="more-583"></span></p>
<p>Click on the Zoom tool, <a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtone_zoom_tool.jpg"><img class="alignnone size-full wp-image-589" title="ringtone_zoom_tool" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtone_zoom_tool.jpg" alt="ringtone_zoom_tool" width="32" height="30" /></a> to zoom in on each side of the song. Click and drag with the Select tool, <a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtone_select_tool.jpg"><img class="alignnone size-full wp-image-585" title="ringtone_select_tool" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtone_select_tool.jpg" alt="ringtone_select_tool" width="30" height="28" /></a> to <strong>highlight the area you want to cut away</strong>. From the menu choose Edit | Cut to trim away the highlighted area. I like to use Cut, as then I can &#8220;undo&#8221; if needed. Continue this process until you are happy with your ringtone track.</p>
<p>Now, let&#8217;s export it and get it ready to send to the cellphone. From the menu, choose File | Export. This dialog box will pop up. I recommend making the name of the file short for simplicity in viewing the file on your phone. Verify that mp3 is the export format type and where the file will be saved:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtones_export1.jpg"><img class="alignnone size-medium wp-image-592" title="ringtones_export1" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtones_export1-300x232.jpg" alt="ringtones_export1" width="300" height="232" /></a></p>
<p>Click Save. You will get an additional popup for tagging the file (the meta information), I usually just leave the defaults and click Ok:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtones_export2.jpg"><img class="alignnone size-medium wp-image-594" title="ringtones_export2" src="http://nancyfusco.com/wp/wp-content/uploads/2009/03/ringtones_export2-300x263.jpg" alt="ringtones_export2" width="300" height="263" /></a></p>
<p>Now, we have to rename the file to midi, so that our cellphone will recognize it as a ringtone. Easy enough. Just edit the file extension and change it from mp3 to midi. Make sure you are changing the file extension and not just the file name. For example:</p>
<p>Dragostea_Din_Tei.midi</p>
<p>Now, to get that midi over to your cellphone with a picture/text message.  You can use gmail, Yahoo, etc to send an email to your cellphone with the midi file attached.</p>
<p>Send <strong>an email </strong>with the attached midi to YOUR_CELLPHONE_NUMBER@vzwpix.com</p>
<p>When you receive the message on your cellphone, open it and download the attachment. Now you can save the download/attachment as a ringtone! That&#8217;s it!</p>
<p>Remember, check your rates/plan to see if there are extra costs for you to receive PICTURE messages. That&#8217;s the transport we are using to get the ringtone to your phone. Other than that, free ringtones from your own music collection, custom edited by you &#8211; how cool is that?!</p>
<p>For exhausting information on using Audacity, check out the Tips wiki <a href="http://audacityteam.org/wiki/index.php?title=Tips" target="_blank">here</a>.</p>
<p>I created this tutorial while experimenting on my Samsung U550. In general this process should work for most phones on Verizon. If you need a more exhaustive tutorial, check out Audacity&#8217;s version of <a href="http://audacityteam.org/wiki/index.php?title=Making_Ringtones" target="_blank">Making Ringtones</a>.</p>
<p>And if you need info on other cellphones and carriers, check out <a href="http://verizonwireless.howardforums.com/index.php" target="_blank">Howard Forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/03/how-to-create-your-own-ringtones-free/feed/</wfw:commentRss>
		<slash:comments>1</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[Tutorials]]></category>
		<category><![CDATA[debian]]></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 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[Tutorials]]></category>
		<category><![CDATA[debian]]></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&#8217;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&#8217;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&#8217;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[Tutorials]]></category>
		<category><![CDATA[debian]]></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[Tutorials]]></category>
		<category><![CDATA[debian]]></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;0&#215;7fffffff&#8221;&#62;/proc/sys/kernel/shmmax 
Sure, you can run over to Terminal as Root and enter that [...]]]></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;0&#215;7fffffff&#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=0&#215;7fffffff</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>
	</channel>
</rss>
