<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>New on my Wiki</title>
    <link>http://www.kr8.de/wiki</link>
    <description>What is new on my Wiki?</description>
    <atom:link href="http://www.kr8.de/feeds/wikinews.xml" rel="self" type="application/rss+xml" />
    <language>en</language>
    <copyright>Copyright 2009 by Lonzo</copyright>
    <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    <lastBuildDate>Mi, 13 Mai 2009 13:54:39 GMT</lastBuildDate>
    <category>Technology</category>
    <generator>Absolute RSS Editor</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <item>
      <title>HTC Touch Diamond as an UMTS Modem</title>
      <link>http://www.kr8.de/wiki/index.php/HTC_Touch_Diamond</link>
      <description>&lt;p&gt;More and more people I know use their mobile telephone to connect to the internet and use various services there, like web surfing, RSS feeds, mobile boading card for air travel, live video or audio streams...&lt;/p&gt;
&lt;p&gt;I was hesitant to do this on my mobile because of the enormous costs that are charged for UMTS connections with "normal" (i,e, voice) SIM card rates. But for testing puposes I can now use my flat rate UMTS data card SIM and put it into the mobile phone.&lt;/p&gt;
&lt;p&gt;My first test scenario is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Disconnect my notebook computer from the internet &lt;/li&gt;
&lt;li&gt;Put my SIM card with UMTS data flat rate into my HTC Touch Diamond mobile phone &lt;/li&gt;
&lt;li&gt;Connect the mobile (cell) phone via USB cable with my notebook computer &lt;/li&gt;
&lt;li&gt;On the mobile (Windows Mobile 6): Start &amp;gt; Programme &amp;gt; Tools &amp;gt; Internet-Freigabe and set 
&lt;ul&gt;
&lt;li&gt;PC connection to "USB" &lt;/li&gt;
&lt;li&gt;Network connection to "VF DE Web" (or VFDE live! or VFDE Push or Vodafone MMS or Vodafone Web) &lt;/li&gt;
&lt;li&gt;Finally tap on "Connect" &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;On the Windows XP notebook you now can see in the "Device Manager" under "Network Adapters" a new device called "Windows Mobile-based Internet Sharing Device" &lt;/li&gt;
&lt;li&gt;Now my Notebock computer is connected to the internet via the mobile phone using UMTS &lt;/li&gt;
&lt;li&gt;I could now surf the Internet (Web), connect to my company via the VPN I always use etc. etc. on my notebook through the cell phone &lt;/li&gt;
&lt;li&gt;Great!&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>UMTS | Mobile Phone | Cell Phone</category>
      <guid isPermaLink="false">580F6033-79E1-45FB-B49B-ED425972FEE2</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:41 GMT</pubDate>
    </item>
    <item>
      <title>Buffalo LinkStation Live - Larger Harddrive</title>
      <link>http://www.kr8.de/wiki/index.php/Buffalo_LinkStation</link>
      <description>&lt;p&gt;I managed to upgrade my 320 GB Buffalo LinkStation Live (ARM9) with a 1 TB harddisk.&lt;/p&gt;
&lt;h2&gt;Step 1: Partitioning of new disk&lt;/h2&gt;
&lt;p&gt;The new disk was mounted as a USB disk on a Windows PC and partioned with GParted like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;First patition: Primary EXT3, 196 MB mounted on "/boot"&lt;/li&gt;
&lt;li&gt;Second partition Primary XFS,&amp;nbsp;486 MB mounted on "/"&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Third partition: Extended partition with rest of the disk space 
&lt;ul&gt;
&lt;li&gt;LINUX Swap: 133.3 MiB&lt;/li&gt;
&lt;li&gt;Data partition EXT3 (instead of XFS) : rest of space, mounted on "/mnt/disk1"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;
root@HS-DHGL522:~# df -h

Filesystem                Size      Used Available Use% Mounted on

/dev/sda2               481.7M    244.3M    237.3M  51% /

/dev/ram1                15.0M    120.0k     14.9M   1% /mnt/ram

/dev/ls_disk1_1         281.0M     14.5M    252.1M   5% /boot

/dev/ls_disk1_6         464.6G     62.1G    402.5G  13% /mnt/disk1

/dev/ls_usbdisk1_1      916.9G    399.8G    470.6G  46% /mnt/usbdisk1

/dev/ls_usbdisk2_1      303.8M     10.0M    278.1M   3% /mnt/usbdisk2
&lt;/pre&gt;
&lt;h2&gt;Step 2: Kloning the old disk&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The image of the original LinkStation Live disk (partition 2) was copied to a file.&lt;/li&gt;
&lt;li&gt;The new disk is connected via USB with the buffalo LinkStation Live.&lt;/li&gt;
&lt;li&gt;This file then was copied onto partition 2 of the new disk.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;root@HS-DHGL522:~# dd if=/dev/ls_disk1_1 | gzip &amp;gt;/mnt/disk1/share/system.img.gz

594342+0 records in

594342+0 records out&lt;/pre&gt;
&lt;pre&gt;root@HS-DHGL522:~# gzip -dc /mnt/disk1/share/system.img.gz | dd of=/dev/ls_usbdisk2_1

594342+0 records in

594342+0 records out&lt;/pre&gt;
&lt;p&gt;Step 3: Shutdown the LinkStation Live&lt;/p&gt;
&lt;p&gt;Step 4: Open the LinkStation and exchange the disks&lt;/p&gt;
&lt;p&gt;Step 5: Start the LinkStation Live&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>NAS | Buffalo LinkStation</category>
      <guid isPermaLink="false">CCC20B53-74D7-4E47-96EC-98AAEC7D995E</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>RSS with the Buffalo LinkStation</title>
      <link>http://www.kr8.de/wiki/index.php/Buffalo_LinkStation</link>
      <description>&lt;p&gt;When you start writing your notes in form of RSS feeds, you need a place to publish them. A NAS disk running 7x24 hours is an ideal possibility to host private RSS feeds, that should only be accessible in the home LAN.&lt;/p&gt;
&lt;p&gt;We need the following ingredients:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;An RSS authoring software for creating and publishing your RSS feeds (I use &lt;strong&gt;Absolute RSS Editor&lt;/strong&gt;)&lt;/li&gt;
&lt;li&gt;An FTP server as the target for publishing (I use an extra share on my Buffalo LinkStation with FTP enabled for it)&lt;/li&gt;
&lt;li&gt;An HTTP server to host the feeds and make them accessible&amp;nbsp;to RSS Readers or e.g. Internet Explorer&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Ad 2 - running an FTP server on the LinkStation shared folder (say "xyz") is standard functionality&lt;/p&gt;
&lt;p&gt;Ad 3 - running an HTTP server (Apache) is also standard on the Linkstation.&lt;strong&gt; The only extra trick needed is to put the shared folder "xyz" under the DocumentRoot of Apache&lt;/strong&gt; by adding some lines to the configuration file "httpd.conf". To manipulate the file /etc/apache/httpd.conf on the LinkStation you need a &lt;strong&gt;telnet&lt;/strong&gt; or even&amp;nbsp;more practical, a &lt;strong&gt;SSH&lt;/strong&gt; connection to the LinkStation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My objective was to have my electronic notes with me on my mobile. This is now possible with &lt;strong&gt;"RSS Hub for Pocket PC Version 1.0"&lt;/strong&gt; by Ilium Software, which is standardly installed von my Windows Mobile 6.0 Smartphone. When I connect the smartphone via WLAN to my home network, I get my RSS feeds on the mobile device.&lt;/p&gt;
&lt;p&gt;For details see: &lt;a href="http://www.kr8.de/wiki/index.php/Buffalo_LinkStation"&gt;http://www.kr8.de/wiki/index.php/Buffalo_LinkStation&lt;/a&gt;&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>RSS</category>
      <guid isPermaLink="false">F6E571D6-62E9-47BB-A810-3D1FFC1B00F9</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>Netgear Digital Entertainer for Windows Error 10022</title>
      <link>http://www.kr8.de/wiki/index.php/EVA8000</link>
      <description>&lt;p&gt;I have a Netgear EVA8000 device that runs in conjunction with a piece of software called "Digital Entertainer for Windows" (DEW) on my Windows Vista PC in my local network. DEW starts up with the Windows start, and is then accessible by right-clicking its icon in the taskbar. DEW now crashes with the error message: "Error 10022 - line 215, .\receiver.c".&lt;/p&gt;
&lt;p&gt;The root cause is a conflict on TCP/IP port 49156 that DEW is using and which is now used by Windows Vista as well (KB929851).&lt;/p&gt;
&lt;p&gt;The workaround is to tell Windows Vista to use a different range of ports by using the netsh command as described in &lt;a href="http://forum1.netgear.com/showthread.php?t=34615&amp;amp;highlight=Error+10022"&gt;http://forum1.netgear.com/showthread.php?t=34615&amp;amp;highlight=Error+10022&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After that you need to restart Windows Vista.&lt;/p&gt;
&lt;p&gt;24. April 2009&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>Windows Vista | Netgear EVA8000</category>
      <guid isPermaLink="false">940C4683-B837-4E72-AF46-689E390847BC</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>What does "Deployment" mean?</title>
      <description>&lt;p&gt;In German IT language the word "deployment" is used increasingly often as a "German word", apparently because there is&amp;nbsp;no native German word to express the intended meaning. But what is the intended meaning of&amp;nbsp;word "deployment"?&lt;/p&gt;
&lt;p&gt;"Deployment" is typically used to describe the activity of moving something from one environment into an other (source environment - target environment). Very often the target environment is the productive environment, but you also can deploy something into e.g. the UAT environment.&lt;/p&gt;
&lt;p&gt;After deployment of some "items" you can use these "items". In German one would say "in Einsatz bringen" or "installieren".&lt;/p&gt;
&lt;p&gt;The "items" to be deployed are typically software items e.g. a piece of executable code, a Windows image, or even "content" can be deployed....&lt;/p&gt;
&lt;p&gt;In SAP terms one would say "Transport".&lt;/p&gt;
&lt;p&gt;In terms of classical Software Configuration Management tools, one would "promote" items...&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>English</category>
      <guid isPermaLink="false">CEC011D2-7925-4ADD-989E-4C144F2C5FB6</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>Could not save Configuration of DVBViewer Recording Service</title>
      <link>http://www.kr8.de/wiki/index.php/DVBViewer</link>
      <description>&lt;p&gt;I had a running installation of &lt;strong&gt;DVBViewer&lt;/strong&gt; with the recording service on my computer. At some point in time the associated webserver switched from port 8081 to the default port 80 making it impossible to use my &amp;quot;normal&amp;quot; local Apache webserver. &lt;/p&gt;
  &lt;p&gt;During the configuration dialog I could change the port to something, say 8085, but the changed configuration was not saved - port 80 remaind active. &lt;/p&gt;
  &lt;p&gt;The reason was easy to find: the configuration file &lt;strong&gt;&amp;quot;service.xml&amp;quot;&lt;/strong&gt; was somehow destroyed with a lot of NUL characters. The solution was to copy an older syntactical correct version of service.xml to the configuration directory (c:/ProgramData/CMUV/DVBViewer/config)&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>DVB</category>
      <guid isPermaLink="false">{D27F8F26-43F7-40C8-BD79-FDB5CE5199C2}</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>Bookmark Service furl has become part of Diigo</title>
      <link>http://www.kr8.de/wiki/index.php/Bookmarking</link>
      <description>&lt;p&gt;I am using the social bookmarking and annotation service &lt;em&gt;&lt;font color="#000080"&gt;&amp;quot;furl&amp;quot;&lt;/font&gt;&lt;/em&gt; to save and annotate bookmarks as well as to have an independent copy of the referred to content. &lt;/p&gt;
  &lt;p&gt;Now I see that I have to migrate to &lt;em&gt;&lt;font color="#000080"&gt;Diigo&lt;/font&gt;&lt;/em&gt; by exporting my furl data and.... &lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>furl</category>
      <guid isPermaLink="false">{5DA6130E-632F-4243-AEE2-8B9C15C7C966}</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>Error when Viewing PDF documents in the Web Browser</title>
      <link>http://www.kr8.de/wiki/index.php/pdf</link>
      <description>Today an old problem again occurred: My wiki website heavily uses hyperlinks on PDF documents. Microsoft Internet Explorer 6.0 as well as Firefox 2.0 came up with the error message &lt;em&gt;&lt;font color="#ff0000"&gt;File does not begin with &amp;quot;%PDF&amp;quot;&lt;/font&gt;&lt;/em&gt; and do not show the PDF document in the web browser window.</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>PDF</category>
      <guid isPermaLink="false">{0861BAAE-DA85-4C45-81E9-F2A9FDC655DE}</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>Buffalo LinkStation as a RSS Server</title>
      <link>http://www.kr8.de/wiki/index.php/News_Feeds</link>
      <description>&lt;p&gt;When you start writing your notes in form of RSS feeds, you need a place to publish them. &lt;/p&gt;
  &lt;p&gt;What is meant for the public could easily be FTPed to an existing HTTP Server in the public internet. &lt;/p&gt;
  &lt;p&gt;Sensitive internal information shoul be kept on a private HTTP server within the home LAN. I have one device at home that is running 24x7 hours, that's my NAS disk, the Buffalo LinkStation. The LinkStation runs an Apache server for administration and configuration. With the help of information from the Web, I have managed to telnet to my LinkStation and identify the Apache DocumentRoot. It's /www. Now it's easy to create a subdirectory /www/feeds and publish my RSS feeds via SFTP to that directory.&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>RSS</category>
      <guid isPermaLink="false">{79876BA3-F20C-45D7-B97F-A776E708018E}</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>RSS Editors to Produce RSS Feeds</title>
      <link>http://www.kr8.de/wiki/index.php/Notizbuch</link>
      <description>&lt;p&gt;RSS feed readers are wonderful to consume some from the thousands of exisiting feeds. &lt;/p&gt;
  &lt;p&gt;I now wanted to start writing my own RSS feeds. &lt;/p&gt;
  &lt;p&gt;What's needed for that are so called &lt;font color="#0000ff"&gt;RSS Writers&lt;/font&gt; or &lt;font color="#0000ff"&gt;RSS Editors&lt;/font&gt;. To find a suitable one is not easy, because this software field is quite new and the RSS formats do differ wildly.&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>RSS</category>
      <guid isPermaLink="false">{1413176F-6CF5-4C2B-B118-2CA7AF55E312}</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>My AlphaCrypt CAM Modul has Arrived</title>
      <link>http://www.kr8.de/wiki/index.php/Fernsehen#DVB-C</link>
      <description>Looking for &amp;quot;the best&amp;quot; possibility to receive and record DVB-C with my computer, I came across the TechnoTrend TT-connect CT-3650 CI. This fine device has a CI slot. First I thought, this is the solution, but after some googeling a recognized, that a cannot put my smatcard directely into the CI slot, but that a need a &lt;font color="#000080"&gt;&amp;quot;Conditional Access Modul&amp;quot; (CAM)&lt;/font&gt; that I can place into the CI slot and can then slide the smartcard into the CAM. The CAM that should do it for me is an AlphaCrypt light, that I got today from a mail order shop.</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>DVB-C</category>
      <guid isPermaLink="false">{477D7511-99C9-4703-A2D1-929C4BE52F8A}</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
    <item>
      <title>DVB-C with the Hauppauge WinTV HVR 930C</title>
      <link>http://www.kr8.de/wiki/index.php/Hauppauge_WinTV_HVR_930C</link>
      <description>&lt;p&gt;Last year I discoverd the &lt;font color="#000080"&gt;&amp;quot;Hauppauge WinTV HVR 930C&amp;quot;&lt;/font&gt; in my local computer shop. It was relatively cheap, so I tried it out. &lt;/p&gt;
  &lt;p&gt;This little USB stick like device worked excellent on my notebook computer and I could watch and record DVB-C from Kabel Deutschland. Without smart card, it was restricted to the fully free TV stations from ARD and ZDF. &lt;/p&gt;
  &lt;p&gt;Even better: Hauppauge also offers a USB based CI module, that should work together with the HVR 930C in order to see encrypted channels as well. &lt;/p&gt;
  &lt;p&gt;Studying the internet, I finally decided not do order the Hauppauge CI module, but to change to a &lt;font color="#000080"&gt;TT-connect CT-3650 CI &lt;/font&gt;&lt;font color="#000000"&gt;which is a DVB-C receiver with a builtin CI slot.&lt;/font&gt;&lt;/p&gt;</description>
      <author>dietrich@kr8.de (Dietrich Kracht)</author>
      <category>DVB-C</category>
      <guid isPermaLink="false">{7E0101AF-0B7F-4782-A2F0-D80373B57B16}</guid>
      <pubDate>Mi, 13 Mai 2009 13:29:32 GMT</pubDate>
    </item>
  </channel>
</rss>