<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.nishra.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>From the mind of Emil Soleyman-Zomalan - Programming</title>
  <link>http://www.nishra.com/</link>
  <description></description>
  <language>en</language>
  <pubDate>Thu, 24 Jul 2008 12:55:48 -0400</pubDate>
  <copyright>Copyright 2008. Emil Soleyman-Zomalan</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Zimbra Connector for Novell Evolution</title>
    <link>http://www.nishra.com/post/2007/05/13/Zimbra-Connector-for-Novell-Evolution</link>
    <guid isPermaLink="false">urn:md5:bd181e9f858621e4faad8b49f887df97</guid>
    <pubDate>Sun, 13 May 2007 14:59:00 -0400</pubDate>
    <dc:creator>Emil</dc:creator>
        <category>Programming</category>
            
    <description>    &lt;p&gt;Seeing that Zimbra released a beta version of their Novell Evolution
connector two weeks back, I went ahead and downloaded the code from their
&lt;a href=&quot;http://zimbra.svn.sourceforge.net/viewvc/zimbra/trunk/ZimbraEvolution/&quot;&gt;SVN
server&lt;/a&gt;. Today, I have created a package for Ubuntu 7.04 (aka Ubuntu Feisty)
that integrates nicely with Evolution 2.10. My unscientific testing shows that
it indeed works as expected but some small improvements are needed to polish it
up further.&lt;/p&gt;
&lt;p&gt;You can download the source and binary packages below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;pre&gt;
&lt;code&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/zimbra/evolution-zimbra_5.0.0-beta1-2_i386.deb&quot;&gt;Evolution Zimbra Connector (deb)&lt;/a&gt; - download this!&lt;/code&gt;
&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/zimbra/evolution-zimbra_5.0.0-beta1-2_i386.changes&quot;&gt;Evolution
Zimbra Connector&lt;/a&gt; (changes)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/zimbra/evolution-zimbra_5.0.0-beta1-2.dsc&quot;&gt;Evolution Zimbra
Connector&lt;/a&gt; (dsc)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/zimbra/evolution-zimbra_5.0.0-beta1-2.diff.gz&quot;&gt;Evolution Zimbra
Connector&lt;/a&gt; (diff)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/zimbra/evolution-zimbra_5.0.0-beta1.orig.tar.gz&quot;&gt;Evolution
Zimbra Connector&lt;/a&gt; (original source)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: I have researched the problems that I and some
other folks were having with syncing contacts and calendars locally to the
server. I have found that curl expects the CA certificate bundle to be
available on the local machine before it verifies the authenticity of the
remote SSL certificate coming from Zimbra. Since we don't have the Zimbra CA
certificate installed, we will never authenticate with the server. &lt;strong&gt;I
have created new packages that have disabled curl's ability to verify
authenticity until a better solution can be found.&lt;/strong&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.nishra.com/post/2007/05/13/Zimbra-Connector-for-Novell-Evolution#comment-form</comments>
      <wfw:comment>http://www.nishra.com/post/2007/05/13/Zimbra-Connector-for-Novell-Evolution#comment-form</wfw:comment>
      <wfw:commentRss>http://www.nishra.com/feed/rss2/comments/236121</wfw:commentRss>
      </item>
    
  <item>
    <title>Logitech UVC Webcams: Firmware Error</title>
    <link>http://www.nishra.com/post/2007/03/28/Logitech-UVC-Webcams%3A-Firmware-Error</link>
    <guid isPermaLink="false">urn:md5:592910572c0d5a3191a30138f73913ae</guid>
    <pubDate>Wed, 28 Mar 2007 12:08:00 -0400</pubDate>
    <dc:creator>Emil</dc:creator>
        <category>Programming</category>
            
    <description>    &lt;p&gt;It has been known that many of Logitech's UVC webcams do not work well under
Linux due to a specific firmware bug. Several developers of the linux-uvc
project have been trying to hammer out a software workaround with limited
success. I hope to have some time in the coming days to run a software-only USB
analyzer on a Windows laptop to give us more insight into this problem. Please
go to this link to find the latest USB retry patch:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mail-archive.com/linux-uvc-devel@lists.berlios.de/msg00386.html&quot;&gt;http://www.mail-archive.com/linux-uvc-devel@lists.berlios.de/msg00386.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;br /&gt;
&lt;strong&gt;UPDATE&lt;/strong&gt;: I have used SnoopyPro 0.22 to capture the USB traffic
from the camera when it was started and stopped. I have uploaded two separate
files, one binary and one text, but the binary file is much more complete.&lt;/p&gt;
&lt;p&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/Logitech_QuickCam_Ultra_Vision.txt&quot;&gt;Logitech Quick Cam Ultra
Vision (text)&lt;br /&gt;&lt;/a&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/Logitech_QuickCam_Ultra_Vision.usblog&quot;&gt;Logitech Quick Cam Ultra
Vision (binary)&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE 2&lt;/strong&gt;: It seems that the Logitech Firmware bug is there
for good and cannot be worked around in the UVC driver. The long term fix is to
hack up the Linux USB subsystem to provide a work-around but that might (will)
not happen at any time in the future. Logitech has dropped the ball on this
product!&lt;/p&gt;</description>
    
    
    
          <comments>http://www.nishra.com/post/2007/03/28/Logitech-UVC-Webcams%3A-Firmware-Error#comment-form</comments>
      <wfw:comment>http://www.nishra.com/post/2007/03/28/Logitech-UVC-Webcams%3A-Firmware-Error#comment-form</wfw:comment>
      <wfw:commentRss>http://www.nishra.com/feed/rss2/comments/236126</wfw:commentRss>
      </item>
    
  <item>
    <title>Nagios Alert Templates</title>
    <link>http://www.nishra.com/post/2007/02/28/Nagios-Alert-Templates</link>
    <guid isPermaLink="false">urn:md5:7e0ff87ca88861ae016a2896bc43d5fb</guid>
    <pubDate>Wed, 28 Feb 2007 08:56:00 -0400</pubDate>
    <dc:creator>Emil</dc:creator>
        <category>Programming</category>
            
    <description>    &lt;p&gt;Some of you may have first or second-hand knowledge of Nagios and the types
of alerts it sends out to your Network Operations Center (NOC) or similarly
functioning department. You will also notice that the alerts are difficult to
read and understand at first glance -- a usability issue. I have come up with
two similar looking but different templates: one is text-based and the other is
HTML-based.&lt;/p&gt;
&lt;p&gt;The HTML-based template allows the alert header to be color coded for ok,
warning, unknown, and critical status. For example, the below alert message
contains a green header and up arrow for the ok status. The compressed archive
contains the different types of status alerts and accompanying icons.&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://localhost/files/alerts/html/alerts.html&quot; title=&quot;View the HTML alert&quot;&gt;HTML version&lt;/a&gt; &lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;Nagios HTML Alert&quot; src=&quot;http://www.nishra.com/public/files/.alert-html_s.jpg&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://localhost/files/alerts/text/alert.txt&quot; title=&quot;View the text alert&quot;&gt;text
version&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;Nagios Alert Text&quot; src=&quot;http://www.nishra.com/public/files/.alert-txt_s.jpg&quot; /&gt; &lt;/div&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;License&lt;/strong&gt;: &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;Creative Commons
Attribution-Share Alike 3.0  License&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Download&lt;/strong&gt;: &lt;a hreflang=&quot;en&quot; href=&quot;http://www.nishra.com/public/files/alerts.tar.gz&quot;&gt;Alerts - HTML and Text (11Kb)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://i.creativecommons.org/l/by-sa/3.0/80x15.png&quot; alt=&quot;Creative Commons License&quot; title=&quot;Creative Commons License&quot; align=&quot;middle&quot; border=&quot;0&quot; height=&quot;15&quot; width=&quot;80&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.nishra.com/post/2007/02/28/Nagios-Alert-Templates#comment-form</comments>
      <wfw:comment>http://www.nishra.com/post/2007/02/28/Nagios-Alert-Templates#comment-form</wfw:comment>
      <wfw:commentRss>http://www.nishra.com/feed/rss2/comments/236129</wfw:commentRss>
      </item>
    
  <item>
    <title>Gnome-terminal Bug: Duplicate Profile Name</title>
    <link>http://www.nishra.com/post/2006/11/04/Gnome-terminal-Bug%3A-Duplicate-Profile-Name</link>
    <guid isPermaLink="false">urn:md5:37bf8072333090a8741ac092aab1195f</guid>
    <pubDate>Sat, 04 Nov 2006 13:30:00 -0400</pubDate>
    <dc:creator>Emil</dc:creator>
        <category>Programming</category>
            
    <description>    &lt;p&gt;I'm beginning my work on &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=363609&quot;&gt;Bug 363609&lt;/a&gt; for
gnome-terminal. Read the bug report for more information.&lt;/p&gt;
&lt;p&gt;I'll post my findings to this entry ...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; I'm back working on this issue. I am tracking down
the last few code paths that will lead to crashes. I hope to have some time to
fix those.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.nishra.com/post/2006/11/04/Gnome-terminal-Bug%3A-Duplicate-Profile-Name#comment-form</comments>
      <wfw:comment>http://www.nishra.com/post/2006/11/04/Gnome-terminal-Bug%3A-Duplicate-Profile-Name#comment-form</wfw:comment>
      <wfw:commentRss>http://www.nishra.com/feed/rss2/comments/236130</wfw:commentRss>
      </item>
    
</channel>
</rss>