<?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>Reflection Technology &#187; Windows</title>
	<atom:link href="http://www.reflections.co.nz/index.php/archives/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.reflections.co.nz</link>
	<description>the meanderings of an inquisitive mind ...</description>
	<lastBuildDate>Sun, 04 Apr 2010 19:37:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>EchoLink Install Hangs</title>
		<link>http://www.reflections.co.nz/index.php/archives/29</link>
		<comments>http://www.reflections.co.nz/index.php/archives/29#comments</comments>
		<pubDate>Sat, 23 Dec 2006 09:19:37 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ham Radio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.reflections.co.nz/archives/29</guid>
		<description><![CDATA[Today I was shown how EchoLink works &#8211; it&#8217;s an amalgam of Amateur Radio and the Internet &#8211; see www.echolink.org for details, really neat if you can&#8217;t put up an antenna or the band conditions are horrible. It&#8217;s closely related to IRLP but enables you to access remote repeaters without a radio at your end. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was shown how EchoLink works &#8211; it&#8217;s an amalgam of Amateur Radio and the Internet &#8211; see <a href="http://www.echolink.org">www.echolink.org</a> for details, really neat if you can&#8217;t put up an antenna or the band conditions are horrible. It&#8217;s closely related to <a href="http://www.irlp.net">IRLP</a> but enables you to access remote repeaters without a radio at your end.</p>
<p>Anyway, I came home and tried to install EchoLink on a recently received box with Windows XP SP2 and found the installer would start up and then just fails, it terminates with no message, no event in the Event Log, nothing &#8230;</p>
<p>Searching around I found the note about the InstallShield 16 bit installer not being happy with the %Temp% and %tmp% folders having names like <code>C:\Documents and Settings\Fred\local settings\temp</code> (or whatever it is &#8211; I just made that up but it doesn&#8217;t like having spaces in the name. </p>
<p>I went to the Control Panel/System/Advanced/Environment Variables and changed both <code>tmp </code>and <code>temp </code>for both <strong>&#8220;User Variables&#8221;</strong> and <strong>&#8220;System Variables&#8221;</strong> to be c:/tmpfiles and problem fixed &#8230;  Any name less than eight characters is probably ok.</p>
<p>There was also a problem with MusicMatch V7.5 not installing (same symptoms) but this was related to Internet Explorer V7 &#8211; deinstalling that and it was happy too.</p>
<p>This is a new PC and I&#8217;m discovering just how much software is (was) installed and how little I use on a daily basis :-(</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reflections.co.nz/index.php/archives/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Windows Backups using Cygwin</title>
		<link>http://www.reflections.co.nz/index.php/archives/17</link>
		<comments>http://www.reflections.co.nz/index.php/archives/17#comments</comments>
		<pubDate>Mon, 02 Jan 2006 02:44:00 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.reflections.co.nz/archives/17</guid>
		<description><![CDATA[Using Linux tools under Windows provides a free backup for user files.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using CYGWIN (www.cygwin.org) with Windows XP to do things that are trivial under Linux/Unix and somewhat messy under Windows, such as provide easy platform independent backups.</p>
<p><strong>Tips on using TAR</strong></p>
<p>If you&#8217;re trying to add large numbers of files (eg with wildcards) and get:</p>
<p>> bash: /usr/bin/tar: Argument list too long</p>
<p>Use -T (&#8211;files-from) option, e.g.:</p>
<p>  find /path/to/bitmaps -name &#8216;*.bmp&#8217; | tar cfT archive -</p>
<p>the &#8220;-&#8221; at the end tells Tar to take its input from Stdin.</p>
<p><strong>Encrypting TAR Backups</strong></p>
<p> tar cf &#8211; secretdir | gpg -c > destdir/mysecretfiles.tar.gpg</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reflections.co.nz/index.php/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
