<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Steve Friedl&apos;s Weblog</title>
<link>http://www.unixwiz.net/blog/</link>
<description>I had a backup. Really.</description>
<language>en-us</language>
<copyright>Copyright 2007</copyright>
<lastBuildDate>Sat, 02 Dec 2006 18:59:42 -0800</lastBuildDate>
<pubDate>Wed, 13 Jun 2007 08:45:34 -0800</pubDate>
<generator>http://www.movabletype.org/?v=3.01D</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Anti-freeze in your TV?</title>
<description> My 13-year-old Pioneer Elite Pro-97 50&quot; rear projection TV finally died an unrepairable death, and since the local trash hauler won&apos;t take a TV, I decided to tear it apart and separate the &quot;hazardous materials&quot; from the cabinet. Then...</description>
<link>http://www.unixwiz.net/archives/2006/12/antifreeze_in_y.html</link>
<guid>http://www.unixwiz.net/archives/2006/12/antifreeze_in_y.html</guid>
<category></category>
<pubDate>Sat, 02 Dec 2006 18:59:42 -0800</pubDate>
</item>
<item>
<title>Steve&apos;s Election Analysis - Nov 6, 2006</title>
<description> If you don&apos;t live in California, you won&apos;t care about this at all. Even if you do live here, you still may not :-) I&apos;m way, way late for this election cycle, but have finally finished my customary analysis...</description>
<link>http://www.unixwiz.net/archives/2006/11/steves_election.html</link>
<guid>http://www.unixwiz.net/archives/2006/11/steves_election.html</guid>
<category>California Elections</category>
<pubDate>Sat, 04 Nov 2006 18:39:55 -0800</pubDate>
</item>
<item>
<title>&quot;user-defined ObjectClass has inappropriate SUPerior&quot;</title>
<description> This is mainly written for Google. I&apos;ve been engaged in building a custom LDAP directory with OpenLDAP on a Linux system, and it&apos;s been pretty slow slogging. The net is full of resources for how to use LDAP for...</description>
<link>http://www.unixwiz.net/archives/2006/10/userdefined_obj_1.html</link>
<guid>http://www.unixwiz.net/archives/2006/10/userdefined_obj_1.html</guid>
<category>LDAP</category>
<pubDate>Wed, 25 Oct 2006 08:23:32 -0800</pubDate>
</item>
<item>
<title>Reloading Linux - How hard could it be?</title>
<description> God didn&apos;t want me to reload the OS on a customer server, though it wasn&apos;t apparent right away that this was going to be such an involved process. This was to be a routine reloading of Fedora Core 5...</description>
<link>http://www.unixwiz.net/archives/2006/09/reloading_linux.html</link>
<guid>http://www.unixwiz.net/archives/2006/09/reloading_linux.html</guid>
<category></category>
<pubDate>Sun, 24 Sep 2006 08:15:10 -0800</pubDate>
</item>
<item>
<title>What is &quot;stopfaxnow.com&quot;?</title>
<description> My fax machine gets one interesting/useful fax for every 20 or 30 ones it actually receives (the rest are spam), and today I got a curious one: Help us put an end to junk faxes once and for all....</description>
<link>http://www.unixwiz.net/archives/2006/09/what_is_stopfax.html</link>
<guid>http://www.unixwiz.net/archives/2006/09/what_is_stopfax.html</guid>
<category>Spam / email</category>
<pubDate>Sun, 03 Sep 2006 13:10:52 -0800</pubDate>
</item>
<item>
<title>Excellent overview of memory technologies</title>
<description> I remember the good old days of buying RAM, where the only two parameters were: Capacity (32 megabytes) Speed (60 nsec) Those days are long gone. Every time I have to spec memory for a server, I start to...</description>
<link>http://www.unixwiz.net/archives/2006/08/excellent_overv.html</link>
<guid>http://www.unixwiz.net/archives/2006/08/excellent_overv.html</guid>
<category></category>
<pubDate>Wed, 30 Aug 2006 07:52:12 -0800</pubDate>
</item>
<item>
<title>Gotcha with Outlook 2003 with RPC-over-HTTPS</title>
<description> One of this nicest features of Outlook 2003 is that it can &quot;phone home&quot; to the Exchange server using not only the normal NETBIOS protocols, but it can also proxy this over a secure web connection. This is ideal...</description>
<link>http://www.unixwiz.net/archives/2006/08/gotcha_with_out_1.html</link>
<guid>http://www.unixwiz.net/archives/2006/08/gotcha_with_out_1.html</guid>
<category></category>
<pubDate>Thu, 03 Aug 2006 09:30:53 -0800</pubDate>
</item>
<item>
<title>New Tech Tip: Remote Access for SBS2003</title>
<description> I have quite a few customers who run SBS (Microsoft Small Business Server) 2003, and everybody wants remote access of one kind or another. Email, files, their desktop - everybody wants in from the outside. The easy part is...</description>
<link>http://www.unixwiz.net/archives/2006/08/new_tech_tip_re.html</link>
<guid>http://www.unixwiz.net/archives/2006/08/new_tech_tip_re.html</guid>
<category>Tech Tips</category>
<pubDate>Tue, 01 Aug 2006 10:07:45 -0800</pubDate>
</item>
<item>
<title>New tool: whoamIP</title>
<description> A customer of mine asked how he could determine, from /etc/profile at login time, the IP address of remotely-connected telnet users: He wanted to be able to figure out the general area they were logging in from - the...</description>
<link>http://www.unixwiz.net/archives/2006/07/new_tool_whoami_1.html</link>
<guid>http://www.unixwiz.net/archives/2006/07/new_tool_whoami_1.html</guid>
<category>Tools</category>
<pubDate>Mon, 31 Jul 2006 20:10:10 -0800</pubDate>
</item>
<item>
<title>New  Tech Tip:  Converting Win32 Kernel-mode Print Drivers to User Mode</title>
<description> I&apos;ve been doing print drivers on and off for a long time - back from the NT 3.51 days - but recently had to do my first conversion of a driver from kernel mode to user mode. Most of...</description>
<link>http://www.unixwiz.net/archives/2006/07/new_tech_tip_co.html</link>
<guid>http://www.unixwiz.net/archives/2006/07/new_tech_tip_co.html</guid>
<category>Tech Tips</category>
<pubDate>Sat, 29 Jul 2006 22:37:12 -0800</pubDate>
</item>
<item>
<title>New Tech Tip: Slipstreamed Driver Installation of SBS 2003</title>
<description> After getting really stuck installing Windows SBS2003 on a machine with a RAID controller not supported by the setup discs, I decided to figure out how to burn my own install CD with the required driver files. I figured...</description>
<link>http://www.unixwiz.net/archives/2006/07/new_tech_tip_sl.html</link>
<guid>http://www.unixwiz.net/archives/2006/07/new_tech_tip_sl.html</guid>
<category>Tech Tips</category>
<pubDate>Tue, 11 Jul 2006 15:31:23 -0800</pubDate>
</item>
<item>
<title>New tool: lockrun</title>
<description> For a large Cacti network monitoring implementation on a FreeBSD machine, we found that though the SNMP polling went relatively quickly, updating the RRD data files with the collected data sometimes took more than the alloted five-minute polling run....</description>
<link>http://www.unixwiz.net/archives/2006/06/new_tool_lockru.html</link>
<guid>http://www.unixwiz.net/archives/2006/06/new_tool_lockru.html</guid>
<category>Tools</category>
<pubDate>Sat, 03 Jun 2006 16:53:39 -0800</pubDate>
</item>
<item>
<title>California Election Analysis - June 6, 2006</title>
<description> For every election, I do an analysis of the propositions (not the candidates) on the California ballot in the hopes of getting to the bottom of each: what&apos;s it about? what&apos;s the hidden agenda? who&apos;s behind it? I&apos;ve been...</description>
<link>http://www.unixwiz.net/archives/2006/05/california_elec.html</link>
<guid>http://www.unixwiz.net/archives/2006/05/california_elec.html</guid>
<category>California Elections</category>
<pubDate>Wed, 24 May 2006 21:06:15 -0800</pubDate>
</item>
<item>
<title>DrvStartDoc without a JobId</title>
<description> If you don&apos;t write Windows print drivers, this won&apos;t be interesting; this is here mostly for Google. I write Windows print drivers, mostly built on the Microsoft OEM PostScript driver using customization DLLs, and I spent days tracking down...</description>
<link>http://www.unixwiz.net/archives/2006/05/drvstartdoc_wit.html</link>
<guid>http://www.unixwiz.net/archives/2006/05/drvstartdoc_wit.html</guid>
<category>Software Development</category>
<pubDate>Sun, 21 May 2006 23:15:49 -0800</pubDate>
</item>
<item>
<title>&quot;Required Reading&quot;</title>
<description>I put a lot of work into my Tech Tips and hope that others find them useful, but today while wandering through my weblogs I tripped across several references to some of my Tips being required reading for college computer-security...</description>
<link>http://www.unixwiz.net/archives/2006/05/required_readin.html</link>
<guid>http://www.unixwiz.net/archives/2006/05/required_readin.html</guid>
<category>Tech Tips</category>
<pubDate>Sat, 06 May 2006 11:58:17 -0800</pubDate>
</item>


</channel>
</rss>