<?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; install</title>
	<atom:link href="http://nancyfusco.com/wp/index.php/tag/install/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>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>Installing Google&#8217;s Picasa on Linux Debian</title>
		<link>http://nancyfusco.com/wp/index.php/2009/01/installing-googles-picasa-on-linux-debian/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/01/installing-googles-picasa-on-linux-debian/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 02:57:50 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[sources.list]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=145</guid>
		<description><![CDATA[So, you want to install Picasa software for your Linux / Debian system? Easy enough, we just have to add the repository and the software key info to our package manager. Ok, fetch a snack, we&#8217;re gonna go back into the command line! Within Debian or other Linux system, open a Terminal Window in Super [...]]]></description>
			<content:encoded><![CDATA[<p>So, you want to install Picasa software for your Linux / Debian system? Easy enough, we just have to add the repository and the software key info to our package manager. Ok, fetch a snack, we&#8217;re gonna go back into the command line!</p>
<p>Within Debian or other Linux system, open a Terminal Window in Super User Mode (root). From the command line, we must first download the key and then install the key. Type the following at the command line:</p>
<p>wget -q -O &#8211; https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add &#8211; apt-get update</p>
<p>Now, we add in the google repository of software for linux. Open sources.list by typing sudo nano /etc/apt/sources.list at the command prompt.</p>
<p>Then, add these lines at the bottom of the file:</p>
<p># Google goodies<br />
deb http://dl.google.com/linux/deb/ stable non-free</p>
<p>After editing this file and save it by using the CTRL-X to close sources.list.</p>
<p>then use apt as usual, for example, first update the packages list by typing:</p>
<p>apt-get update</p>
<p>And after updating the packages list, if you want to install Picasa, type:</p>
<p>apt-get install picasa</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/01/installing-googles-picasa-on-linux-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

