<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="https://diaryproducts.net">
<channel>
 <title>Diary Products - Hannes Schmidt - Windows</title>
 <link>https://diaryproducts.net/taxonomy/term/10/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Sending DNS notify messages (update notifications) using Ruby</title>
 <link>https://diaryproducts.net/dns_notify_ruby</link>
 <description>&lt;p&gt;&amp;hellip; is actually easy thanks to &lt;a href=&quot;https://rubyforge.org/projects/dnsruby/&quot;&gt;Dnsruby&lt;/a&gt;. The following code illustrates that:&lt;/p&gt;</description>
 <category domain="https://diaryproducts.net/exactly/about/programming_languages/ruby">Ruby</category>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/unix">Unix</category>
 <category domain="https://diaryproducts.net/exactly/about/web_servers">Web Servers</category>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <pubDate>Sun, 20 Jan 2008 22:49:12 +0000</pubDate>
</item>
<item>
 <title>Quickly enable/disable default gateway for VPN on Windows</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/enable_disable_default_gateway_vpn_windows</link>
 <description>&lt;p&gt;Whether a VPN connection has the &quot;Use default gateway on remote network&quot; option enabled has big impact on how network traffic from your machine is routed.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <category domain="https://diaryproducts.net/exactly/for/dummy">Dummy</category>
 <pubDate>Thu, 10 Jan 2008 21:53:46 +0000</pubDate>
</item>
<item>
 <title>Windows Vista&#039;s DNS server priority issues in VPNs</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/vista_dns_name_server_priority_vpn_tunnel</link>
 <description>&lt;p&gt;Today I ran into a subtle issue regarding the order in which Windows Vista queries connection-specific DNS servers. I tested a setup with a PPTP VPN server that also provides DNS name resolution services to its VPN clients. For that purpose I ran both a BIND 9 name server and a Poptop PPPD daemon on the same box. It is dual-homed, i.e. one interface is the private interface of the VPN tunnel endpoint and the other one is the public Ethernet interface through which the server is linked to the internet. I configured BIND to listen on both interfaces. &lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/unix">Unix</category>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <pubDate>Fri, 28 Dec 2007 01:27:31 +0000</pubDate>
</item>
<item>
 <title>True Geo-IP country geolocation for Google Urchin 5 statistics</title>
 <link>https://diaryproducts.net/about/operating_systems/unix/urchin_5_geo_ip_geolocation</link>
 <description>&lt;p&gt;If you are a user of Urchin&amp;nbsp;4 or&amp;nbsp;5 you might have noticed that Urchin&amp;rsquo;s &amp;ldquo;Countries&amp;rdquo; report does not match the standards that Urchin has set for professional website statistics. &amp;nbsp;It seems to be Urchin&amp;rsquo;s weak spot.&amp;nbsp; It might be ok for you but I was certainly disappointed when I discovered that Urchin determines (or should I rather say: attempts to determine) a visitor&amp;rsquo;s location from a database that is derived from reverse DNS lookups. This type of location reporting can hardly be considered state-of-the-art, even less so for a commercial website log file analytics application. This article is about how Urchin&amp;nbsp;5 can be fooled into using true Geo IP mappings for its Countries report.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/unix">Unix</category>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <enclosure url="https://diaryproducts.net/files/GeoIP2Urchin.zip" length="2118" type="0" />
 <pubDate>Thu, 15 Dec 2005 15:58:01 +0000</pubDate>
</item>
<item>
 <title>Urchin 5 and dynamic URLs with query parameters/arguments</title>
 <link>https://diaryproducts.net/about/operating_systems/unix/urchin_5_dynamic_url_query</link>
 <description>&lt;p&gt;Urchin is a professional web log analysis and statistics application. It was recently acquired by Google and what used to be called &lt;em&gt;Urchin 6 On Demand&lt;/em&gt; is now being integrated into &lt;em&gt;Google Analytics&lt;/em&gt;. I don&amp;rsquo;t know for how long the stand-alone Urchin 5 will be around but right now it is still used by many individuals and corporations. I was not happy with the way Urchin deals with dynamic URLs, i.e. URLs that have query parameters in them. After playing around with Urchin 5&#039;s advanced filters for a while, I came to the conclusion that they can be employed to improve Urchin&#039;s dynamic URL handling.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/unix">Unix</category>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/webmaster">Webmaster</category>
 <pubDate>Tue, 06 Dec 2005 23:14:19 +0000</pubDate>
</item>
<item>
 <title>Visual SourceSafe 2005 Internet and IIS Setup</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/sourcesafe_2005_internet_iis</link>
 <description>&lt;p&gt;One might think that it wouldn&#039;t be so difficult to setup Visual SourceSafe 2005 on Windows Server 2003 with IIS such that users can access the SourceSafe database using the Visual SourceSafe 2005 Internet plugin. But dude, I was so wrong! I managed to get it working in the end but it took me an etire day. Anyway, this isn&#039;t a complete HowTo. I would just like to point out a few not so obvious caveats.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <category domain="https://diaryproducts.net/exactly/for/programmer">Programmer</category>
 <pubDate>Tue, 06 Dec 2005 01:28:42 +0000</pubDate>
</item>
<item>
 <title>VMWare: Migrating Windows XP and 2000 to a Virtual Machine</title>
 <link>https://diaryproducts.net/about/vmware/migrate_windows_xp_2000_to_vmware</link>
 <description>&lt;p&gt;The other day I decided that I wanted to switch my laptop&#039;s German language version of Windows XP to the English language version.  I could have reinstalled Windows XP from scratch but that would have meant losing all my settings and configurations and, since I have fine-tuned my system, many hours of work would have gone down the drain. Furthermore, I wanted to maintain the German version for certain tasks. What to do?&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/vmware">VMware</category>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <pubDate>Mon, 03 Oct 2005 02:38:44 +0000</pubDate>
</item>
<item>
 <title>Moving Software Installation Packages between Group Policies</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/move_software_package_to_another_gpo</link>
 <description>&lt;p&gt;Let&#039;s skip the  introduction. You probably googled this article anyway, so you&#039;ll know what I&#039;m talking about. This is the scenario: You use group policies to publish or assign software packages (usually Windows Installer MSI) to your Windows workstations. At some point it would be convenient to move a package from one group policy to another, without triggering a complete reinstallation. &lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <pubDate>Fri, 09 Sep 2005 02:21:25 +0000</pubDate>
</item>
<item>
 <title>How to disable USB sticks and limit access to USB storage devices on Windows systems</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/disable_usb_sticks</link>
 <description>&lt;h2 class=&quot;title&quot;&gt;USB storage - a possible security risk?&lt;/h2&gt;
&lt;p&gt;Decent IT administrators secure their networks behind firewalls. They install mail filters on their SMTP servers and deploy anti-virus software on all client workstations. But securing the network is not sufficient -- what happens if the users bring their own USB memory sticks and connect them to the computers at their office? A 1 Gb USB stick can sometimes hold an entire company&#039;s vital data. Within minutes or even seconds an employee has all the files they need in order to start up their own business and take all the customers with them. Alternatively, what happens if a careless user accidentally compromises the network with an infected USB stick?
&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <enclosure url="https://diaryproducts.net/files/usbstore.adm" length="530" type="0" />
 <pubDate>Sat, 20 Aug 2005 16:50:45 +0000</pubDate>
</item>
<item>
 <title>Fainted: Reinitializing the (Non-)Authoritative File Replication Service (FRS, NTFRS) Database on Windows 2000 Servers</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/non_authoritative_restore_ntfrs_frs_windows</link>
 <description>&lt;p&gt;I post this for people who have had the same experience so they do
  not panic like I did.&lt;/p&gt;
&lt;h2 class=&quot;title&quot;&gt;The Symptoms&lt;/h2&gt;
&lt;p&gt;Yesterday one of my Windows Domain Controllers became inaccessible. Users were
  not able to login to their workstations and I even couldn&#039;t log into
  the server using my admin credentials. The server would not recognize the admin
  account so I guessed Active Directory must have been down. I had to shutdown the
  box completely and impolitely using the reset button. After that I did the usual
  routine checks in order to verify that things were running smoothly. But things weren&#039;t
  at all ok. After the restart, the File Replication Service could not play back
  its JET database logs and it started an non-authoritative restore (although it didn&#039;t
  say that).
  </description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <pubDate>Thu, 17 Mar 2005 23:11:53 +0000</pubDate>
</item>
<item>
 <title>Adding drivers to RIS images without RIPrep (Windows XP and Windows 2000)</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/add_driver_ris_image_windows</link>
 <description>&lt;p class=&quot;meta&quot;&gt;25.07.2006: Fixed typos (RIPrep and RISetup confusion in section Putting a driver into a RIS image).&lt;/p&gt;
&lt;p&gt;The other day, a new machine arrived at the office. Although it was a fast and sexy Dell Optiplex SX280, I dreaded going through the setup and installation procedure; maybe because I live in a dream world. In my personal administrators&amp;rsquo; dream world, when a new desktop computer arrives the hardest task is trying to get your signature right on that funny brown handheld computer that the UPS dude hands you after dropping the box. That&amp;rsquo;s because in my dream world I use a fleet of tools and technologies that MS refers to as IntelliMirror. In a nutshell, IntelliMirror equals RIS plus AD plus Windows Installer. I won&#039;t tell you all the gory details about these; rather, for the remainder of this article I&#039;ll assume that you have used RIS before.&lt;/p&gt;</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <pubDate>Sun, 14 Nov 2004 00:30:02 +0000</pubDate>
</item>
</channel>
</rss>
