<?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; Tutorials</title>
	<atom:link href="http://nancyfusco.com/wp/index.php/category/tutorials/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>Quick White Balance Correction in Gimp</title>
		<link>http://nancyfusco.com/wp/index.php/2009/12/quick-white-balance-correction-in-gimp/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/12/quick-white-balance-correction-in-gimp/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:32:32 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[white balance]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=910</guid>
		<description><![CDATA[I notice that most of my winter, aka &#8220;snow&#8221;, pictures have this dull gray color to them. For quick white balance correction in Gimp, open the image. Now from the menu on the Image, choose COLOR &#124; AUTO &#124; WHITE BALANCE
Gimp&#8217;s auto white balance has been pretty reliable to quickly set the correct tones in [...]]]></description>
			<content:encoded><![CDATA[<p>I notice that most of my winter, aka &#8220;snow&#8221;, pictures have this dull gray color to them. For quick white balance correction in Gimp, open the image. Now from the menu on the Image, choose COLOR | AUTO | WHITE BALANCE</p>
<div id="attachment_911" class="wp-caption alignnone" style="width: 310px"><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/12/before_auto_whitebalance.png"><img class="size-medium wp-image-911" title="before_auto_whitebalance" src="http://nancyfusco.com/wp/wp-content/uploads/2009/12/before_auto_whitebalance-300x186.png" alt="before_auto_whitebalance" width="300" height="186" /></a><p class="wp-caption-text">click image for a larger version</p></div>
<p>Gimp&#8217;s auto white balance has been pretty reliable to quickly set the correct tones in my grayish photos. See the results here:</p>
<div id="attachment_912" class="wp-caption alignnone" style="width: 310px"><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/12/after_auto_whitebalance.png"><img class="size-medium wp-image-912" title="after_auto_whitebalance" src="http://nancyfusco.com/wp/wp-content/uploads/2009/12/after_auto_whitebalance-300x186.png" alt="click image for a larger version" width="300" height="186" /></a><p class="wp-caption-text">click image for a larger version</p></div>
<p>And there you go &#8211; one click white balance correction in Gimp!</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/12/quick-white-balance-correction-in-gimp/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>Wordpress 2.8 Visual Editor fixed</title>
		<link>http://nancyfusco.com/wp/index.php/2009/11/wordpress-2-8-visual-editor-fixed/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/11/wordpress-2-8-visual-editor-fixed/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:47:48 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[visual editor]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=875</guid>
		<description><![CDATA[Got the Visual Editor in Wordpress 2.8 working again!

From the Wordpress archives page mentioned in my last post, I re-downloaded a fresh copy of the zip/tar file and unpackaged it.
My thought was, perhaps my FTP client is corrupting (by not transferring file types in the correct format (ASCII or BINARY). So, I used a different [...]]]></description>
			<content:encoded><![CDATA[<p>Got the Visual Editor in Wordpress 2.8 working again!</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/11/visual-editor_ok.jpg"><img class="alignnone size-full wp-image-876" title="visual-editor_ok" src="http://nancyfusco.com/wp/wp-content/uploads/2009/11/visual-editor_ok.jpg" alt="visual-editor_ok" width="510" height="108" /></a></p>
<p>From the <a href="http://wordpress.org/download/release-archive/" target="_blank">Wordpress archives page</a> mentioned in my last post, I re-downloaded a fresh copy of the zip/tar file and unpackaged it.</p>
<p>My thought was, perhaps my FTP client is corrupting (by not transferring file types in the correct format (ASCII or BINARY). So, I used a different FTP program &#8211; called FileZilla. As a side note, highly recommend <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>, they have Windows and Linux flavours.</p>
<p><strong>**Save a backup of your existing files before attempting any overwrites** To quickly save a backup, just rename the folder on your server to something like &#8220;wp-admin-backup&#8221; and then upload the wp-admin folder fresh.</strong></p>
<p>I connected to my FTP site and for ALL the Wordpress folders and files I completely overwrote all the existing files using FileZilla.</p>
<p>As a note, this next step may or may not be necessary &#8211; I also looked at the folder permissions and reset them. For example, if the file permission was 755, I used my FTP program to issue the &#8220;set to 755&#8243; command again. I wanted to make sure that the folders were current with permission for the default domain FTP user I was logging in with.</p>
<p>Voila! I have the Visual Editor back!</p>
<p>If you still have this issue after a fresh overwrite of files, you can try some other tips from the <a href="http://wordpress.org/support/topic/279132" target="_blank">Wordpress Support Forums 2.8 area</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/11/wordpress-2-8-visual-editor-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downgrading a Wordpress install</title>
		<link>http://nancyfusco.com/wp/index.php/2009/11/downgrading-a-wordpress-install/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/11/downgrading-a-wordpress-install/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:59:24 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[revert]]></category>
		<category><![CDATA[visual editor]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=868</guid>
		<description><![CDATA[Hi. Ever hose up a wordpress upgrade? Ever upgrade and then stuff went really wonky? Ever dream of going back to the perfect wordpress version, whatever your idea of the perfect wordpress version is.
Ok, now you can &#8211; visit the Wordpress release archives and download zip installs of every major and minor release Wordpress has [...]]]></description>
			<content:encoded><![CDATA[<p>Hi. Ever hose up a wordpress upgrade? Ever upgrade and then stuff went really wonky? Ever dream of going back to the perfect wordpress version, whatever your idea of the perfect wordpress version is.</p>
<p>Ok, now you can &#8211; visit the <a href="http://wordpress.org/download/release-archive/" target="_blank">Wordpress release archives</a> and download zip installs of every major and minor release Wordpress has ever put out.</p>
<p>Why am I even bothering to tell you this? The latest upgrade to 2.9 has seriously hosed my Visual Editor like this, making all the buttons white and/or garbled:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/11/visual_editor_boo.png"><img class="alignnone size-full wp-image-869" title="visual_editor_boo" src="http://nancyfusco.com/wp/wp-content/uploads/2009/11/visual_editor_boo.png" alt="visual_editor_boo" width="511" height="91" /></a></p>
<p>So, until I&#8217;m ready to tackle it, I&#8217;m going to take a jump in the WP way-back machine and revisit an old friend named 2.7.1</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/11/downgrading-a-wordpress-install/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>GIMP &#8211; Working with layers and autocrop layers</title>
		<link>http://nancyfusco.com/wp/index.php/2009/07/gimp-working-with-layers-and-autocrop-layers/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/07/gimp-working-with-layers-and-autocrop-layers/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:43:28 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=807</guid>
		<description><![CDATA[Once you start getting to work on a complex graphic, you&#8217;ll want to use layers. Here&#8217;s what I&#8217;ve found works best for me and seems to flow easily in GIMP. You can start with your own image, or download my classroom graphic here: classroom_small_zip.
To view the Layer&#8217;s dialog box, press CTRL-L or from the Dialog [...]]]></description>
			<content:encoded><![CDATA[<p>Once you start getting to work on a complex graphic, you&#8217;ll want to use layers. Here&#8217;s what I&#8217;ve found works best for me and seems to flow easily in GIMP. You can start with your own image, or download my classroom graphic here: <a href="http://nancyfusco.com/wp/wp-content/uploads/2009/07/classroom_small.zip">classroom_small_zip</a>.</p>
<p>To view the Layer&#8217;s dialog box, press CTRL-L or from the Dialog menu.</p>
<p>Create a new layer:</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/07/new_layer.jpg"><img class="alignnone size-medium wp-image-808" title="new_layer" src="http://nancyfusco.com/wp/wp-content/uploads/2009/07/new_layer-195x300.jpg" alt="new_layer" width="195" height="300" /></a></p>
<p>Notice that in the dialog box for a new layer you can select different options. I use the &#8220;Transparent&#8221; option most of the time, so my new layer will overlay the background layer. Also notice the size of the new layer. This is where it gets tricky in GIMP. Leave it at the size of the image right now.</p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/07/new_layer_dialog_box.jpg"><img class="alignnone size-full wp-image-809" title="new_layer_dialog_box" src="http://nancyfusco.com/wp/wp-content/uploads/2009/07/new_layer_dialog_box.jpg" alt="new_layer_dialog_box" width="294" height="348" /></a></p>
<p>Next, draw a new selection on this new layer and fill it with a color. When you click on a tool in GIMP, the dialog box below the tools area will change to allow for options with that tool. Experiment a bit with that and you&#8217;ll find some cool effects. <span id="more-807"></span></p>
<p><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/07/selection_tool_expanded.jpg"><img class="alignnone size-full wp-image-812" title="selection_tool_expanded" src="http://nancyfusco.com/wp/wp-content/uploads/2009/07/selection_tool_expanded.jpg" alt="selection_tool_expanded" width="239" height="703" /></a></p>
<p>Once you have created a new shape on the layer:</p>
<div id="attachment_811" class="wp-caption alignnone" style="width: 310px"><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/07/selection_fill.jpg"><img class="size-medium wp-image-811" title="selection_fill" src="http://nancyfusco.com/wp/wp-content/uploads/2009/07/selection_fill-300x192.jpg" alt="Click to see a bigger version of this screenshot" width="300" height="192" /></a><p class="wp-caption-text">Click to see a bigger version of this screenshot</p></div>
<p>Click on the Bucket tool and fill it.</p>
<p>Great! You&#8217;ve created a shape that&#8217;s on it&#8217;s own layer! Now if you move that graphic around it will float independant of the lower and upper layers. Oh, wait a minute &#8211; if you move it around you&#8217;re moving a layer the size of the entire graphic, not just the shape you made. This can really get you at the end of your design when you go to print or export &#8211; you&#8217;ll have a layer that is &#8220;over the edge&#8221; of the background layer. Trust me when I say, this is pure GIMP chaos.</p>
<p>So, just as soon as I&#8217;m happy with a shape for that layer I use the Autocrop Layer to resize the layer to just around my shape. Then, when I move the shape around, the layer won&#8217;t go over the edges of the main background layer.</p>
<div id="attachment_810" class="wp-caption alignnone" style="width: 310px"><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/07/autocrop_layer.jpg"><img class="size-medium wp-image-810" title="autocrop_layer" src="http://nancyfusco.com/wp/wp-content/uploads/2009/07/autocrop_layer-300x152.jpg" alt="Click for a bigger version of this screenshot" width="300" height="152" /></a><p class="wp-caption-text">Click for a bigger version of this screenshot</p></div>
<p>Choose, Layer and then Autocrop Layer. Voila! Now, the layer is exactly the size of your shape. What&#8217;s awesome about the Autocrop Layer is if you had multiple shapes and lines on a layer it would Autocrop to the edges of all the elements.</p>
<p>Experiment with this and you&#8217;ll soon see Autocrop Layer is your best friend when working with complex graphic layers.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/07/gimp-working-with-layers-and-autocrop-layers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy cropping in Gimp</title>
		<link>http://nancyfusco.com/wp/index.php/2009/06/easy-cropping-in-gimp/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/06/easy-cropping-in-gimp/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:38:50 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=793</guid>
		<description><![CDATA[For an even easier way to crop images in GIMP, use the Selection Tool:
1) Click and drag a selection over the area that you want to remain as your image.
2) From the Image Menu, choose Crop To Selection
3)You now have a quickly cropped picture in GIMP!

]]></description>
			<content:encoded><![CDATA[<p>For an even easier way to crop images in GIMP, use the Selection Tool:</p>
<p>1) Click and drag a selection over the area that you want to remain as your image.</p>
<p>2) From the Image Menu, choose Crop To Selection</p>
<p>3)You now have a quickly cropped picture in GIMP!</p>
<p style="text-align: center;"><a href="http://nancyfusco.com/wp/wp-content/uploads/2009/06/crop_to_selection.jpg"><img class="size-medium wp-image-794 aligncenter" style="margin: 5px;" title="crop_to_selection" src="http://nancyfusco.com/wp/wp-content/uploads/2009/06/crop_to_selection-300x216.jpg" alt="Click for a larger screenshot" width="300" height="216" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/06/easy-cropping-in-gimp/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>
	</channel>
</rss>
