<?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>GeoNotes &#187; Linux</title>
	<atom:link href="http://northredoubt.com/n/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://northredoubt.com/n</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 03:07:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Scheduled file copies or directory sync from local directory to FTP server</title>
		<link>http://northredoubt.com/n/2010/09/03/scheduled-file-copies-or-directory-sync-from-local-directory-to-ftp-server/</link>
		<comments>http://northredoubt.com/n/2010/09/03/scheduled-file-copies-or-directory-sync-from-local-directory-to-ftp-server/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 02:02:37 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=93</guid>
		<description><![CDATA[If you have a remote FTP server that you need to put files into, and you don&#8217;t want to deal with SCP/SFTP passkeys, lftp (http://lftp.yar.ru/) on the local client machine might be for you. It comes with most linux distros (I found it using yum simply as lftp) and one of its most useful traits&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/09/03/scheduled-file-copies-or-directory-sync-from-local-directory-to-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using screen in Linux to save your bacon</title>
		<link>http://northredoubt.com/n/2010/02/28/using-screen-in-linux-to-save-your-bacon/</link>
		<comments>http://northredoubt.com/n/2010/02/28/using-screen-in-linux-to-save-your-bacon/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 04:08:58 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=90</guid>
		<description><![CDATA[Tonight I&#8217;m being plagued by dropped ssh connections. 2 minutes of work, them bam everything goes away. I&#8217;ve seen screen used in the past, but never had to use its power until tonight. Ask any seasoned sysadmin and they&#8217;ll tell you that screen has saved their bacon many times, and it did for me tonight.&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/02/28/using-screen-in-linux-to-save-your-bacon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCP / SSH recipes</title>
		<link>http://northredoubt.com/n/2010/02/03/scp-ssh-recipes/</link>
		<comments>http://northredoubt.com/n/2010/02/03/scp-ssh-recipes/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:15:16 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=82</guid>
		<description><![CDATA[scp [[user@]from-host:]source-file [[user@]to-host:][destination-file] Description of options from-host Is the name or IP of the host where the source file is, this can be omitted if the from-host is the host where you are actually issuing the command user Is the user which have the right to access the file and directory that is supposed to&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/02/03/scp-ssh-recipes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find to copy files into single directory</title>
		<link>http://northredoubt.com/n/2010/01/20/find-to-copy-files-into-single-directory/</link>
		<comments>http://northredoubt.com/n/2010/01/20/find-to-copy-files-into-single-directory/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:49:16 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=79</guid>
		<description><![CDATA[Makes copy of subset of dir/ and below with files that match the criteria. It keeps the nested directory structure. Uses -print0 &#124; xargs -0 to handle spaces in Windows names find /cygdrive/f/dir1/ -name '*.doc' -print0 &#124; xargs -0 cp -a --target-directory=/cygdrive/c/Temp --parents]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/01/20/find-to-copy-files-into-single-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search lister</title>
		<link>http://northredoubt.com/n/2009/12/30/search-lister/</link>
		<comments>http://northredoubt.com/n/2009/12/30/search-lister/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 17:56:15 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=70</guid>
		<description><![CDATA[This little script needs a lot of help But it will recurse down through the current directory and create a listing of files, their folders, sizes, and modification dates and times. it was written to run on Windows under Cygwin. #!/bin/sh # v1 jcz 30-dec-2009 # This script will search for files of a certain&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2009/12/30/search-lister/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux/UNIX/Cygwin find command</title>
		<link>http://northredoubt.com/n/2009/12/30/linuxunixcygwin-find-command/</link>
		<comments>http://northredoubt.com/n/2009/12/30/linuxunixcygwin-find-command/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 16:16:25 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=65</guid>
		<description><![CDATA[This is another one of those notes to myself because I look this stuff up every six months. Basics of find. The following is a complete rip off of the content at: http://content.hccfl.edu/pollock/unix/findcmd.htm But I wanted to keep a copy safe here. Thanks Wayne Pollock on 12/30/2009 10:27:30. FIND The -print action lists the names&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2009/12/30/linuxunixcygwin-find-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set a static IP in Ubuntu from the shell</title>
		<link>http://northredoubt.com/n/2008/12/04/how-to-set-a-static-ip-in-ubuntu-from-the-shell-2/</link>
		<comments>http://northredoubt.com/n/2008/12/04/how-to-set-a-static-ip-in-ubuntu-from-the-shell-2/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 00:49:06 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=64</guid>
		<description><![CDATA[Edit /etc/network/interfaces and adjust it to your needs (in this example setup I will use the IP address 192.168.0.100): # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # This is&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2008/12/04/how-to-set-a-static-ip-in-ubuntu-from-the-shell-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remastersys Notes</title>
		<link>http://northredoubt.com/n/2008/09/27/remastersys-notes/</link>
		<comments>http://northredoubt.com/n/2008/09/27/remastersys-notes/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 02:12:16 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2008/09/27/remastersys-notes/</guid>
		<description><![CDATA[My latest project is to turn my favorite Linux desktop configurations into stand alone distributions that I can run as LiveCDs or install anywhere. Here are some links so that I don&#8217;t forget. http://www.ubuntugeek.com/creating-custom-ubuntu-live-cd-with-remastersys.html]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2008/09/27/remastersys-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The all powerful find command</title>
		<link>http://northredoubt.com/n/2008/07/05/the-all-powerful-find-command/</link>
		<comments>http://northredoubt.com/n/2008/07/05/the-all-powerful-find-command/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 01:46:44 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2008/07/05/the-all-powerful-find-command/</guid>
		<description><![CDATA[find &#60;starting point&#62; &#60;search criteria&#62; &#60;action&#62; The starting point is the name of the directory where find should start looking for files. The find command examines all files in this directory (and any subdirectories) to see if they meet the specified search criteria. If any do, find performs the specified action on each found file.&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2008/07/05/the-all-powerful-find-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Linux Web MySQL Backup Script</title>
		<link>http://northredoubt.com/n/2008/07/05/another-linux-web-mysql-backup-script/</link>
		<comments>http://northredoubt.com/n/2008/07/05/another-linux-web-mysql-backup-script/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 01:45:37 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2008/07/05/another-linux-web-mysql-backup-script/</guid>
		<description><![CDATA[I found this on on the nixcraft craft. Looks pretty good to me. Similar in functionality to my other script posted here. I&#8217;m going to poach some concepts from here to make a script that will auto-optimize all tables in all databases on the mysql server. #!/bin/sh ################## ## jcz 17-feb-2007 ## copied from http://www.cyberciti.biz/tips/&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2008/07/05/another-linux-web-mysql-backup-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
