<?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>arcster.com Blog &#187; Technology</title>
	<atom:link href="http://blog.arcster.com/blog/index.php/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arcster.com</link>
	<description>These fragments I have shored against my ruins</description>
	<lastBuildDate>Sun, 11 Sep 2011 00:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Analog log file analyzer</title>
		<link>http://blog.arcster.com/2011/03/analog-log/</link>
		<comments>http://blog.arcster.com/2011/03/analog-log/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 01:05:35 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Analog]]></category>

		<guid isPermaLink="false">http://blog.arcster.com/?p=288</guid>
		<description><![CDATA[I just downloaded Analog for analyzing my log files. It&#8217;s a pleasure to work with. The configuration file is daunting at first, but I soon figured how to make it understand my log files. It&#8217;s startling to see how many &#8230; <a href="http://blog.arcster.com/2011/03/analog-log/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.arcster.com/wp-content/uploads/2011/03/histworld2-turks.png"><img class="alignleft size-medium wp-image-287" title="histworld2-turks" src="http://blog.arcster.com/wp-content/uploads/2011/03/histworld2-turks-236x300.png" alt="Turks" width="236" height="300" /></a>I just downloaded <a href="http://www.analog.cx/" target="_blank">Analog</a> for analyzing my log files. It&#8217;s a pleasure to work with. The configuration file is daunting at first, but I soon figured how to make it understand my log files.</p>
<p>It&#8217;s startling to see how many ways there are to try to hack a website. I&#8217;ve already tightened up a couple loose ends based on what I learned from my logs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2011/03/analog-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux accomplishments: Samba, X11 forwarding, new NIC</title>
		<link>http://blog.arcster.com/2010/10/linux-accomplishments-samba-x11-forwarding-new-nic/</link>
		<comments>http://blog.arcster.com/2010/10/linux-accomplishments-samba-x11-forwarding-new-nic/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 01:41:40 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Linksys WPC54GX4]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=211</guid>
		<description><![CDATA[The addition of a strictly Linux box in the basement with plenty of RAM created a conundrum: how to play with it without spending all my time in the basement? SSH seemed to be the solution, but connecting via Putty &#8230; <a href="http://blog.arcster.com/2010/10/linux-accomplishments-samba-x11-forwarding-new-nic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://arcster.com/blog/2010/09/a-pleasant-linux-install/">addition of a strictly Linux box</a> in the basement with plenty of RAM created a conundrum: how to play with it without spending all my time in the basement?</p>
<p>SSH seemed to be the solution, but connecting via Putty from my Windows laptop wasn&#8217;t always satisfying. (In the course of my research, I stumbled on a post on how to turn on X11 forwarding in Putty; that&#8217;s an experiment for another day.) The old Dell Latitude had an outdated wireless card that didn&#8217;t support any modern encryption standards, so I thought I would try the Linksys Wireless-G WPC54GX4 that I ordered <a href="http://arcster.com/blog/2008/10/im-a-linux-user-now/">some time ago</a>.</p>
<p>A little research told me I would have to go the ndiswrapper route, which filled me with trepidation, especially since I&#8217;m running Xubuntu (7.10). However, I found some helpful sources of info:</p>
<ul>
<li><a href="http://homecommunity.cisco.com/t5/Wireless-Adapters/wpc54gx4-linux-drivers/m-p/36070" target="_blank">wpc45gx linux drivers</a>?</li>
<li><a href="http://www.linuxquestions.org/questions/linux-newbie-8/installing-wireless-card-on-xubuntu-613964/" target="_blank">Wireless card on xubuntu</a></li>
<li><a href="https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper" target="_blank">The Ubuntu community on ndiswrapper</a></li>
</ul>
<p>It wasn&#8217;t easy, but I got it working.</p>
<p>With that working I remotely installed Samba, and, with a little more <a href="http://www.techotopia.com/index.php/Displaying_Ubuntu_Linux_Applications_Remotely_%28X11_Forwarding%29" target="_blank">help</a>, got X11 forwarding up and running so I could run the samba shares-admin as a gui.</p>
<p>Next up: Apache and PHP</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/10/linux-accomplishments-samba-x11-forwarding-new-nic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A pleasant Linux install</title>
		<link>http://blog.arcster.com/2010/09/a-pleasant-linux-install/</link>
		<comments>http://blog.arcster.com/2010/09/a-pleasant-linux-install/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 03:32:18 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=206</guid>
		<description><![CDATA[Those of you old enough to remember my previous frustrations with Linux, take heart: I&#8217;m truly finding peace with the OS. I just installed Lucid Lynx on a Compaq Presario 6000 that just wasn&#8217;t getting it done with Windows XP. &#8230; <a href="http://blog.arcster.com/2010/09/a-pleasant-linux-install/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Those of you old enough to remember <a href="http://arcster.com/blog/2009/06/really-starting-to-hate-linux/">my previous frustrations</a> with Linux, take heart: I&#8217;m truly finding peace with the OS.</p>
<p>I just installed Lucid Lynx on a Compaq Presario 6000 that just wasn&#8217;t getting it done with Windows XP. It has close to a gig of RAM, but the AMD Athlon XP 1800+ was struggling to keep up with all the antivirus and other bloatware.</p>
<p>Most impressively, Unbuntu 10.04 recognized my D-Link wireless adapter DWA-542 (in answer to <a href="http://ubuntuforums.org/showthread.php?t=556138">this question</a>) right out of the box; no ndiswrapper or any such mumbo jumbo required.</p>
<p>And it looks pretty sharp.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/09/a-pleasant-linux-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another example of Apple&#8217;s hubris</title>
		<link>http://blog.arcster.com/2010/04/yet-another-example-of-apples-hubris/</link>
		<comments>http://blog.arcster.com/2010/04/yet-another-example-of-apples-hubris/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 00:06:02 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hubris]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=184</guid>
		<description><![CDATA[I just discovered that iTunes has an affiliates program like Amazon&#8217;s. But right off the gate they&#8217;re asking for my Social Security number?! Not a chance.]]></description>
			<content:encoded><![CDATA[<p>I just discovered that iTunes has an affiliates program like Amazon&#8217;s.</p>
<p>But right off the gate they&#8217;re<a href="https://cli.linksynergy.com/cli/publisher/registration/registration.php" target="_blank"> asking for my Social Security number</a>?!</p>
<p>Not a chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/04/yet-another-example-of-apples-hubris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xobni Outlook search</title>
		<link>http://blog.arcster.com/2009/11/xobni-outlook-search/</link>
		<comments>http://blog.arcster.com/2009/11/xobni-outlook-search/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:29:07 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=125</guid>
		<description><![CDATA[The inability to find things inside of that inscrutable black inbox that is your Microsoft Outlook email is one of the great frustrations of modern life. So Xobni&#8217;s search tool seemed like a great thing. And it probably is, if &#8230; <a href="http://blog.arcster.com/2009/11/xobni-outlook-search/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The inability to find things inside of that inscrutable black inbox that is your Microsoft Outlook email is one of the great frustrations of modern life. So Xobni&#8217;s search tool seemed like a great thing. And it probably is, if you&#8217;re willing to buy the full version. But don&#8217;t even bother with the free download.</p>
<p>Xobni&#8217;s evaluation version only indexes your inbox. So if you use other PSTs, tough. Most frustratingly, it hijacks your recently used email selection. So you start to type a name in the To field  and you get a message &#8220;10 messages including &#8230;&#8221; So you hit your down arrow and instead of getting your contact you get a popup to buy Xobni.</p>
<p>I don&#8217;t have the freedom to buy software for my work computer, so while I&#8217;m sure it&#8217;s a good tool, I&#8217;m giving up on Xobni</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/11/xobni-outlook-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really starting to hate Linux</title>
		<link>http://blog.arcster.com/2009/06/really-starting-to-hate-linux/</link>
		<comments>http://blog.arcster.com/2009/06/really-starting-to-hate-linux/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:53:53 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux newbie]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2009/06/really-starting-to-hate-linux/</guid>
		<description><![CDATA[Ubuntu is alot like Windows 3.1, except Windows 3.1 pretty much did what you wanted it to when it wasn&#8217;t crashing. Ubuntu doesn&#8217;t crash, but it doesn&#8217;t do anything. I admit I&#8217;m using really old hardware, but I&#8217;ve spent a &#8230; <a href="http://blog.arcster.com/2009/06/really-starting-to-hate-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu is alot like Windows 3.1, except Windows 3.1 pretty much did what you wanted it to when it wasn&#8217;t crashing.<br />
Ubuntu doesn&#8217;t crash, but it doesn&#8217;t do anything. I admit I&#8217;m using really old hardware, but I&#8217;ve spent a whole damn night just trying to install Java Runtime. I messed around with all these sudo apt-get commands and edited my stupid etc/apt/sources.list, but I still can&#8217;t download squat.<br />
I found a promising lead that says some people can use Firefox to connect to their wireless internet but the add/remove software app doesn&#8217;t work. So I edited my stupid etc/somethingorother.conf, but that didn&#8217;t work either.<br />
And Linux is better than Windows why?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/06/really-starting-to-hate-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Letter to Yahoo Web Hosting</title>
		<link>http://blog.arcster.com/2009/05/open-letter-to-yahoo-web-hosting/</link>
		<comments>http://blog.arcster.com/2009/05/open-letter-to-yahoo-web-hosting/#comments</comments>
		<pubDate>Wed, 06 May 2009 01:35:09 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=108</guid>
		<description><![CDATA[Yahoo! Inc. 701 First Avenue Sunnyvale, CA 94089 ATTN: Web hosting customer service Dear Yahoo: I am writing about the failure of Yahoo Web Hosting to upgrade from PHP 4. I feel it indicates a lack of interest in customers &#8230; <a href="http://blog.arcster.com/2009/05/open-letter-to-yahoo-web-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yahoo! Inc.<br />
701 First Avenue<br />
Sunnyvale, CA 94089<br />
ATTN: Web hosting customer service<br />
Dear Yahoo:<br />
I am writing about the failure of Yahoo Web Hosting to upgrade from PHP 4. I feel it indicates a lack of interest in customers who are actually paying for service. Yahoo offers all kinds of great services for free, like email and the YUI library – and don&#8217;t get me wrong, I&#8217;m very pleased with them. But I pay $12 a month for my web site and I have to work with seriously outdated technology.<br />
I chose Yahoo because it&#8217;s a brand that I trust. I would rather pay Yahoo than some of the questionable web hosting services out there. But I am disappointed. I have repeatedly used your existing customer feedback mechanisms to request that you upgrade your PHP support, but nothing has happened. So I am now writing a formal letter.<br />
I realize the upgrade is not trivial, and some web sites may break, causing customer service complaints. But I think people who are sophisticated enough to code PHP will be able to manage. I would be willing to be a beta tester.<br />
Thank you for your consideration.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/05/open-letter-to-yahoo-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CD burning problem solved</title>
		<link>http://blog.arcster.com/2009/05/cd-burning-problem-solved/</link>
		<comments>http://blog.arcster.com/2009/05/cd-burning-problem-solved/#comments</comments>
		<pubDate>Sun, 03 May 2009 01:27:29 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2009/05/02/cd-burning-problem-solved/</guid>
		<description><![CDATA[My CD problems turned out not to be a root kit, virus, or OS issue. Just hardware. Bought a new burner for $22 from newegg and everything&#8217;s good as new.]]></description>
			<content:encoded><![CDATA[<p>My CD problems turned out not to be a root kit, virus, or OS issue. Just hardware. Bought a new burner for $22 from newegg and everything&#8217;s good as new.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/05/cd-burning-problem-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CD burning problems</title>
		<link>http://blog.arcster.com/2009/04/cd-burning-problems/</link>
		<comments>http://blog.arcster.com/2009/04/cd-burning-problems/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 01:56:14 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=104</guid>
		<description><![CDATA[I have of late, but wherefore I know not, lost all my ability to burn CDs. <a href="http://blog.arcster.com/2009/04/cd-burning-problems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have of late, but wherefore I know not, lost all my ability to burn CDs.</p>
<p>I don&#8217;t know if it&#8217;s hardware or software. I noticed today that my event viewer shows events like the following throughout the day.</p>
<p>Event Type:    Information<br />
Event Source:    Service Control Manager<br />
Event Category:    None<br />
Event ID:    7036<br />
Date:        4/22/2009<br />
Time:        6:29:41 PM<br />
User:        N/A<br />
Computer:    idhere<br />
Description:<br />
The IMAPI CD-Burning COM Service service entered the stopped state.</p>
<p>For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.</p>
<p>So I changed the imapi.exe service from &#8220;manual&#8221; to &#8220;disabled&#8221;</p>
<p>We&#8217;ll see if there are any side-effects.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/04/cd-burning-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m annoyed with Webroot Spy Sweeper</title>
		<link>http://blog.arcster.com/2009/04/im-annoyed-with-webroot-spy-sweeper/</link>
		<comments>http://blog.arcster.com/2009/04/im-annoyed-with-webroot-spy-sweeper/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 03:34:27 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Spy Sweeper]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=62</guid>
		<description><![CDATA[I&#8217;ve been using Spy Sweeper for years and it&#8217;s been reliable. But last week it prompted me to upgrade. When I did, it lost my subscription information and is displaying a key code that expired in 2006. Spy Sweeper keeps &#8230; <a href="http://blog.arcster.com/2009/04/im-annoyed-with-webroot-spy-sweeper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Spy Sweeper for years and it&#8217;s been reliable. But last week it prompted me to upgrade. When I did, it lost my subscription information and is displaying a key code that expired in 2006. Spy Sweeper keeps telling me to renew. And there seems to be no way to update the license key. The <em>upgrade</em> link in the software just takes me to a page to buy the software online. I emailed their support and just got an automated list of irrelevant answers to questions about Conficker and other crap.</p>
<p>I&#8217;m gettin&#8217; irritated, people.</p>
<p>Update 4/21/09: Webroot contacted me and resolved the issue. There&#8217;s an undocumented command involving cntrl+alt+shift+S you have to use to get to the screen to enter a license key.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/04/im-annoyed-with-webroot-spy-sweeper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

