<?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</title>
	<atom:link href="http://northredoubt.com/n/feed/" rel="self" type="application/rss+xml" />
	<link>http://northredoubt.com/n</link>
	<description></description>
	<lastBuildDate>Mon, 01 Mar 2010 04:09:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>SYSSTAT: SAR/IOSTAT</title>
		<link>http://northredoubt.com/n/2010/02/25/sysstat-sariostat/</link>
		<comments>http://northredoubt.com/n/2010/02/25/sysstat-sariostat/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:30:48 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2010/02/25/sysstat-sariostat/</guid>
		<description><![CDATA[The pidstat command is used to monitor processes and threads currently being managed by the Linux kernel. It can also monitor the children of those processes and threads.
With its -d option, pidstat can report I/O statistics, providing that you have a recent Linux kernel (2.6.20+) with the option CONFIG_TASK_IO_ACCOUNTING compiled in. So imagine that your&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/02/25/sysstat-sariostat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick SCP</title>
		<link>http://northredoubt.com/n/2010/02/25/quick-scp/</link>
		<comments>http://northredoubt.com/n/2010/02/25/quick-scp/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:39:29 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2010/02/25/quick-scp/</guid>
		<description><![CDATA[Logged into source host
scp -r -p * root@remotehost:/home/user/public_html
This will copy *all* files to the directory /home/user/public_html in the remote server remotehost. The -p preserves the modification and access times, as well as the permissions of the source-file in the destination-file. The -r copies the contents of the source-file (directory in this case) recursively.
]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/02/25/quick-scp/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 be&#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>Updated find to list script</title>
		<link>http://northredoubt.com/n/2010/01/20/updated-find-to-list-script/</link>
		<comments>http://northredoubt.com/n/2010/01/20/updated-find-to-list-script/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:52:51 +0000</pubDate>
		<dc:creator>John Zastrow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=74</guid>
		<description><![CDATA[This is an update to the earlier script.


#!/bin/sh
# v1 jcz 30-dec-2009
# This is a silly little script that will search
# for files of a certain type and create a text file of the results
# TODO:
#  - Everything
# - Fix this script to run under cygwin 1.7.X after working fine under 1.5.X

############################
# enable for debugging #####
############################
#&#8230;]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2010/01/20/updated-find-to-list-script/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 type and create&#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 of files separated by&#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 a list of hotpluggable network interfaces.
# They will&#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>
	</channel>
</rss>
