<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>lekkimworld.com - Misc. category</title>
  <link>http://lekkimworld.com/categories/misc/</link>
  <description>lotus notes/domino, sametime, java...</description>
  <language>en</language>
  <copyright>Mikkel Heisterberg (lekkim [at] lekkimworld [dot] com)</copyright>
  <lastBuildDate>Fri, 16 May 2008 05:54:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://pebble.sourceforge.net/common/images/powered-by-pebble.gif</url>
    <title>lekkimworld.com (Misc. category)</title>
    <link>http://lekkimworld.com/</link>
  </image>
  
  
  <item>
    <title>Subscribe to comments directly from FeedDemon - nice!</title>
    <link>http://lekkimworld.com/2006/06/12/subscribe_to_comments_directly_from_feeddemon_nice.html</link>
    
      
        <description>
          &lt;p&gt;
Isn&#039;t that cool! A way to directly subscribe to the comments to a specific post directly from the RSS reader (FeedDemon in my case). Sweet! I took a look at the RSS feed source and it is due to the use of the Comment API (http://wellformedweb.org/CommentAPI/) and the &amp;lt;wfw:commentRSS /&amp;gt; tag. This is a new feature added in FeedDemon 2.0.24 just out...
&lt;/p&gt;
&lt;p align=&#034;center&#034;&gt;
&lt;img src=&#034;http://lekkimworld.com/images/misc/subscribe_to_comments.png&#034; /&gt;
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Misc.</category>
    
    <comments>http://lekkimworld.com/2006/06/12/subscribe_to_comments_directly_from_feeddemon_nice.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/06/12/subscribe_to_comments_directly_from_feeddemon_nice.html</guid>
    <pubDate>Mon, 12 Jun 2006 14:51:26 GMT</pubDate>
  </item>
  
  <item>
    <title>Domino SuperSearch</title>
    <link>http://lekkimworld.com/2006/06/07/domino_supersearch.html</link>
    
      
        <description>
          &lt;p&gt;
In the June issue of the LotusUserGroup.org Developer Tips Newsletter Duffbert writes about the &lt;a href=&#034;http://www.martinscott.com/dominosupersearch2.nsf/Search?OpenForm&#034;&gt;Domino SuperSearch&lt;/a&gt; over at martinscott.com. Although a nice application what if the we had an application like that which also searched through all the blogs listed at &lt;a href=&#034;http://www.dominoblogs.com&#034;&gt;dominoblogs.com&lt;/a&gt;? Wouldn&#039;t that be cool and a nice way to &#034;take a penny, leave a penny&#034;? :-)
&lt;/p&gt;
&lt;p&gt;
If dominoblogs.com emitted an OPML file it could be consumed by a site that allows users to search the sites. Only issue I can see it the difference between search interfaces but it could be solved by people also submitting a search URL to the dominoblogs.com site.
&lt;/p&gt;
&lt;p&gt;
What do you think?
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Misc.</category>
    
    <comments>http://lekkimworld.com/2006/06/07/domino_supersearch.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/06/07/domino_supersearch.html</guid>
    <pubDate>Wed, 07 Jun 2006 09:57:44 GMT</pubDate>
  </item>
  
  <item>
    <title>Send kill to a processes for an user on Linux</title>
    <link>http://lekkimworld.com/2006/06/06/send_kill_to_a_processes_for_an_user_on_linux.html</link>
    
      
        <description>
          &lt;p&gt;
Got to start remembering this one - notice use of &#034;inverted pings&#034; for indirection from the ps command to the kill command...
&lt;pre class=&#034;code&#034;&gt;
kill -9 `ps -u &amp;lt;username&amp;gt;`
&lt;/pre&gt;
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Misc.</category>
    
    <comments>http://lekkimworld.com/2006/06/06/send_kill_to_a_processes_for_an_user_on_linux.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/06/06/send_kill_to_a_processes_for_an_user_on_linux.html</guid>
    <pubDate>Tue, 06 Jun 2006 09:40:32 GMT</pubDate>
  </item>
  
  <item>
    <title>Apply XSLT style sheet to an XML document for browser friendly display</title>
    <link>http://lekkimworld.com/2006/06/03/apply_xslt_style_sheet_to_an_xml_document_for_browser_friendly_display.html</link>
    
      
      
        <description>
          Do you have an agent or similar that returns XML to the browser? If so you really should provide an easy to read format of the XML document - this post will show you how.&lt;p&gt;&lt;a href=&#034;http://lekkimworld.com/2006/06/03/apply_xslt_style_sheet_to_an_xml_document_for_browser_friendly_display.html&#034;&gt;Lęs mere...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <category>Misc.</category>
    
    <comments>http://lekkimworld.com/2006/06/03/apply_xslt_style_sheet_to_an_xml_document_for_browser_friendly_display.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/06/03/apply_xslt_style_sheet_to_an_xml_document_for_browser_friendly_display.html</guid>
    <pubDate>Sat, 03 Jun 2006 08:07:07 GMT</pubDate>
  </item>
  
  <item>
    <title>Additional links for XML entity references</title>
    <link>http://lekkimworld.com/2006/05/30/additional_links_for_xml_entity_references.html</link>
    
      
        <description>
          &lt;p&gt;
Just thought I would share a couple of links on XML entity references:
&lt;ul&gt;
&lt;li&gt;developerWorks - &lt;a href=&#034;http://www-128.ibm.com/developerworks/xml/library/x-tipentref.html&#034;&gt;Tip: Simplify with entity references&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#034;http://xmlwriter.net/xml_guide/entity_declaration.shtml&#034;&gt;ENTITY declaration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#034;http://www.xml.com/pub/a/2001/03/14/trxml10.html&#034;&gt;Entities and XSLT&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Misc.</category>
    
    <comments>http://lekkimworld.com/2006/05/30/additional_links_for_xml_entity_references.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/05/30/additional_links_for_xml_entity_references.html</guid>
    <pubDate>Tue, 30 May 2006 08:33:52 GMT</pubDate>
  </item>
  
  <item>
    <title>Don&#039;t plan!!</title>
    <link>http://lekkimworld.com/2006/05/23/dont_plan.html</link>
    
      
        <description>
          &lt;p&gt;
Received a nice quote by John Preston of Boston University from my big brother: 
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;&#034;The nicest thing about &lt;u&gt;not&lt;/u&gt; planning is that failure comes as a complete surprise and not preceded by a period of worry and depression.&#034;&lt;/i&gt;
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Misc.</category>
    
    <comments>http://lekkimworld.com/2006/05/23/dont_plan.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/05/23/dont_plan.html</guid>
    <pubDate>Tue, 23 May 2006 07:50:51 GMT</pubDate>
  </item>
  
  <item>
    <title>Critical RealVNC vulnerability discovered</title>
    <link>http://lekkimworld.com/2006/05/21/critical_realvnc_vulnerability_discovered.html</link>
    
      
        <description>
          &lt;p&gt;
If you are running &lt;a href=&#034;http://www.realvnc.com&#034;&gt;RealVNC&lt;/a&gt; for remote access you should make sure to upgrade the server software due to a recently discovered critical vulnerability. This is especially true if the VNC machine is available on the standard port and without VPN requirements.
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;&#034;Using the following method, it is trivial to gain access to any RealVNC server without knowing the password. This allows full control of the target machine, with privilege levels equalling that of the user under which the RealVNC server runs - often full Administrator access on Windows desktops.&#034;&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;
Full article on securityfocus.com: &lt;a href=&#034;http://www.securityfocus.com/archive/1/433994&#034;&gt;RealVNC 4.1.1 Remote Compromise&lt;/a&gt;
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>Misc.</category>
    
    <comments>http://lekkimworld.com/2006/05/21/critical_realvnc_vulnerability_discovered.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/05/21/critical_realvnc_vulnerability_discovered.html</guid>
    <pubDate>Sun, 21 May 2006 11:50:15 GMT</pubDate>
  </item>
  
  <item>
    <title>Show &#039;n Tell Thursday: SSH tunneling - a must have tool for any travelling consultant (18 May 2006)</title>
    <link>http://lekkimworld.com/2006/05/18/show_n_tell_thursday_ssh_tunneling_a_must_have_tool_for_any_travelling_consultant_18_may_2006.html</link>
    
      
      
        <description>
          &lt;p&gt;
The post for this weeks Show &#039;n Tell Thursday is about how a travelling consultant can access their the Domino and/or Sametime server at the office while at a customer location with outbound firewall restrictions.
&lt;/p&gt;
&lt;p&gt;
Technorati tags: &lt;a href=&#034;http://technorati.com/tag/Show-n-tell+Thursday&#034; rel=&#034;tag&#034;&gt;Show-n-tell Thursday&lt;/a&gt;, &lt;a href=&#034;http://technorati.com/tag/SnTT&#034; rel=&#034;tag&#034;&gt;SnTT&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&#034;http://lekkimworld.com/2006/05/18/show_n_tell_thursday_ssh_tunneling_a_must_have_tool_for_any_travelling_consultant_18_may_2006.html&#034;&gt;Lęs mere...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <category>Misc.</category>
    
    <category>SnTT</category>
    
    <comments>http://lekkimworld.com/2006/05/18/show_n_tell_thursday_ssh_tunneling_a_must_have_tool_for_any_travelling_consultant_18_may_2006.html#comments</comments>
    <guid isPermaLink="true">http://lekkimworld.com/2006/05/18/show_n_tell_thursday_ssh_tunneling_a_must_have_tool_for_any_travelling_consultant_18_may_2006.html</guid>
    <pubDate>Thu, 18 May 2006 13:32:29 GMT</pubDate>
  </item>
  
  </channel>
</rss>
