<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comlinux</title>
    <link>http://lekkimworld.com/tags/linux/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comlinux</title>
      <url>http://lekkimworld.com/tags/linux/</url>
    </image>
    <item>
      <title>Find string in files on Linux</title>
      <link>http://lekkimworld.com/2009/04/22/find_string_in_files_on_linux.html</link>
      <content:encoded>&lt;p&gt;
Note to self: find . | xargs grep 'string' -sl 
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/linux/">linux</category>
      <pubDate>Wed, 22 Apr 2009 07:11:00 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2009-04-22:default/1240384260000</guid>
      <dc:date>2009-04-22T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Show 'n Tell Thursday: Configuring Ubuntu for Notes 8 plugin development (2 April 2009)</title>
      <link>http://lekkimworld.com/2009/04/02/show_n_tell_thursday_configuring_ubuntu_for_notes_8_plugin_development_2_april_2009.html</link>
      <content:encoded>&lt;p&gt;
&lt;img src="http://lekkimworld.com/images/domino/show-n-tell/showandtellthursdays_small.jpg" style="float: right; margin: -10px 0 10px 10px;" /&gt;
This weeks SnTT post is about configuring Eclipse on Ubuntu 8.0.4 for Notes plug-in development. I use Notes 8.5 but it should work equally well for Notes 8.0.x clients. Wan't to develop plug-ins? Well read on and do it on Ubuntu. Notes 8.x runs freakishly fast on Ubuntu. Read on...
&lt;/p&gt;
&lt;p&gt;
Actually this is a cheat post as the steps are almost the same as for doing it on Windows. Most of the stuff has to do with platform differences. My post for doing it on Windows is &lt;a href="http://lekkimworld.com/pages/eclipse34_notes85.html"&gt;here&lt;/a&gt;. I have updated this guide with steps for Linux. Enjoy!!
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/java/">Java</category>
      <category domain="http://lekkimworld.com/categories/sntt/">SnTT</category>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/linux/">linux</category>
      <category domain="http://lekkimworld.com/tags/show-n-tellthursday/">show-n-tellthursday</category>
      <category domain="http://lekkimworld.com/tags/sntt/">sntt</category>
      <category domain="http://lekkimworld.com/tags/ubuntu/">ubuntu</category>
      <pubDate>Thu, 02 Apr 2009 12:29:16 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2009-04-02:default/1238675356111</guid>
      <dc:date>2009-04-02T12:29:16Z</dc:date>
    </item>
    <item>
      <title>Installing Domino 7.0.2 on Ubuntu 6.06 LTS</title>
      <link>http://lekkimworld.com/2007/02/26/installing_domino_7_0_2_on_ubuntu_6_06_lts.html</link>
      <content:encoded>&lt;p&gt;
I have been trying to get Domino 7.0.2 running on Ubuntu 6.06 LTS but without success. Based on miscellaneous postings on the web I manage to work out a partial solution.
&lt;/p&gt;
&lt;p&gt;
The process has been as follows:
&lt;ol&gt;
&lt;li&gt;Install Ubuntu&lt;/li&gt;
&lt;li&gt;No SSH support out of the box (apt-get install openssh-server)&lt;/li&gt;
&lt;li&gt;Unable to complete install due to missing C-library (apt-get install libstdc++5, ldconfig)&lt;/li&gt;
&lt;li&gt;Configure server using remote install&lt;/li&gt;
&lt;li&gt;Launch server only to see funky nsd.sh errors on the console but it was solved using approach found on &lt;a href="http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/a9a9ae98338f98828525724700621e10?OpenDocument"&gt;notes.net&lt;/a&gt;.
&lt;ul&gt;
&lt;li&gt;apt-get install gawk &amp;lt;-- did not work&lt;/li&gt;
&lt;li&gt;edit line 86 /opt/ibm/lotus/notes/70020/linux/nsd.sh = "Linux) Awk=$(where gawk);;" --&gt; "Linux) Awk=$(where awk);;"&lt;/li&gt;
&lt;li&gt;&amp;lt;restart domino server&amp;gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ol&gt;
The above process got Domino to start successful but now I'm seeing an error on HTTP task startup (java.lang.UnstatisfiedLinkError: libawt.so) which I have been unable to solve. I found &lt;a href="http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/83dc5624fe8bfde9852570ee0041fbc5?OpenDocument"&gt;a possible solution&lt;/a&gt; on notes.net but since there's no deprecated X11 package that I could find for Ubunto I'm at a loss.
&lt;/p&gt;
&lt;p&gt;
Gotta hit Google unless anyone has some clever ideas...
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/domino_702/">domino_702</category>
      <category domain="http://lekkimworld.com/tags/linux/">linux</category>
      <category domain="http://lekkimworld.com/tags/ubuntu/">ubuntu</category>
      <pubDate>Mon, 26 Feb 2007 15:39:45 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-02-26:default/1172504385441</guid>
      <dc:date>2007-02-26T15:39:45Z</dc:date>
    </item>
    <item>
      <title>Domino_Linux_Set_Parms=1</title>
      <link>http://lekkimworld.com/2006/10/12/domino_linux_set_parms1.html</link>
      <content:encoded>&lt;p&gt;
Nice setting! Good to know when needing to configure a Domino on Linux server. &lt;a href="http://www-1.ibm.com/support/docview.wss?rs=463&amp;context=SSKTMJ&amp;dc=DB520&amp;uid=swg21214570&amp;loc=en_US&amp;cs=UTF-8&amp;lang=en&amp;rss=ct463lotus"&gt;IBM - Domino_Linux_Set_Parms=1 is not setting kernel parameters as expected&lt;/a&gt; via the Lotus Support RSS feed.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/domino/">domino</category>
      <category domain="http://lekkimworld.com/tags/linux/">linux</category>
      <pubDate>Thu, 12 Oct 2006 17:58:03 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-10-12:default/1160675883086</guid>
      <dc:date>2006-10-12T17:58:03Z</dc:date>
    </item>
  </channel>
</rss>


