Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://wannesrams.wordpress.com/feed/

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
  9. >
  10.  
  11. <channel>
  12. <title>Wannes Rams</title>
  13. <atom:link href="https://wannesrams.wordpress.com/feed/" rel="self" type="application/rss+xml" />
  14. <link>https://wannesrams.wordpress.com</link>
  15. <description>The greatest WordPress.com site in all the land!</description>
  16. <lastBuildDate>Fri, 31 Jul 2015 08:44:17 +0000</lastBuildDate>
  17. <language>en</language>
  18. <sy:updatePeriod>
  19. hourly </sy:updatePeriod>
  20. <sy:updateFrequency>
  21. 1 </sy:updateFrequency>
  22. <generator>http://wordpress.com/</generator>
  23. <cloud domain='wannesrams.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
  24. <image>
  25. <url>https://s0.wp.com/i/buttonw-com.png</url>
  26. <title>Wannes Rams</title>
  27. <link>https://wannesrams.wordpress.com</link>
  28. </image>
  29. <atom:link rel="search" type="application/opensearchdescription+xml" href="https://wannesrams.wordpress.com/osd.xml" title="Wannes Rams" />
  30. <atom:link rel='hub' href='https://wannesrams.wordpress.com/?pushpress=hub'/>
  31. <item>
  32. <title>WebSphere nodes no longer syncing</title>
  33. <link>https://wannesrams.wordpress.com/2015/07/31/websphere-nodes-no-longer-syncing/</link>
  34. <comments>https://wannesrams.wordpress.com/2015/07/31/websphere-nodes-no-longer-syncing/#respond</comments>
  35. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  36. <pubDate>Fri, 31 Jul 2015 08:44:17 +0000</pubDate>
  37. <category><![CDATA[IBM Connections]]></category>
  38. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=183</guid>
  39.  
  40. <description><![CDATA[Came across this issue recently, took em a while to get it solved. None of the nodes could sync with the deployment manager due to following error: ADFS0119E: An unexpected exception occurred: java.io.FileNotFoundException: File download failed: java.io.IOException: ADFS0140E: The file &#8230; <a href="https://wannesrams.wordpress.com/2015/07/31/websphere-nodes-no-longer-syncing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  41. <content:encoded><![CDATA[<p>Came across this issue recently, took em a while to get it solved. None of the nodes could sync with the deployment manager due to following error:</p>
  42. <p>ADFS0119E: An unexpected exception occurred: java.io.FileNotFoundException: File download failed: java.io.IOException: ADFS0140E: The file transfer server cannot download the download%2Fcells%2FSocialCell%2FLotusConnections-config%2F%0D__5655077188255192541.tmp file. The server returned HTTP error code 500.<br />
  43. at com.ibm.websphere.management.filetransfer.client.FileDownloadInputStream.getStream(FileDownloadInputStream.java:230)<br />
  44. at com.ibm.websphere.management.repository.RepositoryInputStream.read(RepositoryInputStream.java:137)<br />
  45. at java.security.DigestInputStream.read(DigestInputStream.java:112)<br />
  46. at java.io.FilterInputStream.read(FilterInputStream.java:101)<br />
  47. at com.ibm.ws.management.repository.FileDocument.copyDocument(FileDocument.java:452)<br />
  48. at com.ibm.ws.management.repository.FileDocument.create(FileDocument.java:118)<br />
  49. at com.ibm.ws.management.repository.FileRepository.createInternal(FileRepository.java:775)<br />
  50. at com.ibm.ws.management.repository.FileRepository.updateInternal(FileRepository.java:1481)<br />
  51. at com.ibm.ws.management.repository.FileRepository.update(FileRepository.java:1397)<br />
  52. at com.ibm.ws.management.repository.FileRepository.create(FileRepository.java:709)<br />
  53. at com.ibm.ws.management.repository.FileRepository.create(FileRepository.java:698)<br />
  54. at com.ibm.ws.management.sync.NodeSyncTask.processFolderSyncUpdate(NodeSyncTask.java:457)<br />
  55. at com.ibm.ws.management.sync.NodeSyncTask.doSync(NodeSyncTask.java:283)</p>
  56. <p>This got me puzzled for a while, I searched for a file starting with D_ in the Deployment managers LotusConnections-config directory but could not find anything.</p>
  57. <p>I deleted profiles/dmgr/wstemp/, profiles/dmgr/temp/, profiles/dmgr/config/temp/, no change.<br />
  58. I then manually ran the syncnode command using the -trace option to generate some more logging.<br />
  59. This is what I got:</p>
  60. <p>[2/25/15 10:55:28:451 CET] 00000002 FileTransferC &lt; openConnection Exit com.ibm.net.ssl.www2.protocol.https.e:<a href="https://hostname" rel="nofollow">https://hostname</a>: 9043/FileTransfer/transfer/download%2Fcells%2FSocialCell%2FLotusConnecti ons-config%2F%0D__8828909330741519452.tmp?compress=true&amp;deleteOnCompleti on=true [2/25/15 10:55:28:477 CET] 00000002 FileTransferU &gt; streamToString<br />
  61. Entry<br />
  62. [2/25/15 10:55:28:479 CET] 00000002 FileTransferU &lt; streamToString Exit<br />
  63. Error 500:<br />
  64. java.lang.IllegalArgumentException: Invalid CR not followed by LF</p>
  65. <p>[2/25/15 10:55:28:479 CET] 00000002 FileTransferC 3 getResponseCode:<br />
  66. server error stream = Error 500: java.lang.IllegalArgumentException:<br />
  67. Invalid CR not followed by LF</p>
  68. <p>Not really getting me more info, except that I was still having an issue with a file starting with D_</p>
  69. <p>But after having another look at the LotusConnections-config directory I saw something I did not realize before.<br />
  70. In the file list I had a file called ? with a size of 0 bytes</p>
  71. <p><img src="https://i0.wp.com/www.ramsit.com/wp-content/uploads/2015/07/Untitled-300x151.png" alt="Untitled" /></p>
  72. <p>This seems to be an issue for the sync process, it cannot handle that file. Not sure how it got there, but after removing it sync ran fine</p>
  73. ]]></content:encoded>
  74. <wfw:commentRss>https://wannesrams.wordpress.com/2015/07/31/websphere-nodes-no-longer-syncing/feed/</wfw:commentRss>
  75. <slash:comments>0</slash:comments>
  76. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  77. <media:title type="html">palm35</media:title>
  78. </media:content>
  79.  
  80. <media:content url="http://www.ramsit.com/wp-content/uploads/2015/07/Untitled-300x151.png" medium="image">
  81. <media:title type="html">Untitled</media:title>
  82. </media:content>
  83. </item>
  84. <item>
  85. <title>Social Connections VII Stockholm, looking back</title>
  86. <link>https://wannesrams.wordpress.com/2014/11/15/social-connections-vii-stockholm-looking-back/</link>
  87. <comments>https://wannesrams.wordpress.com/2014/11/15/social-connections-vii-stockholm-looking-back/#respond</comments>
  88. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  89. <pubDate>Sat, 15 Nov 2014 09:38:52 +0000</pubDate>
  90. <category><![CDATA[Uncategorized]]></category>
  91. <category><![CDATA[soccnx]]></category>
  92. <category><![CDATA[stockholm]]></category>
  93. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=181</guid>
  94.  
  95. <description><![CDATA[Sitting in a very tiny little Swedish airportwaiting for a 4,5 hour delayed fligth is the perfect excuse to write a little roundup on the Social Connections event. This 7th version was a bit special for me, it w the &#8230; <a href="https://wannesrams.wordpress.com/2014/11/15/social-connections-vii-stockholm-looking-back/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  96. <content:encoded><![CDATA[<p> Sitting in a very tiny little Swedish airportwaiting for a 4,5 hour delayed fligth is the perfect excuse to write a little roundup on the Social Connections event.</p>
  97. <p>This 7<font size="4">th</font> version was a bit special for me, it w the 4th one I attended, but after being a visitor in Cardiff and a speaker in Amsterdam and Prague, this one was a bit different.</p>
  98. <p>Yes I had a session ( together with Klaus Bild), but there is mor to it. for the first time i was part of the organisation team for the event.</p>
  99. <p>I jumped on this train a couple of months ago, when the team already started the organisation for this event. I did not know what to expect working on a team spread all over Europe and US, with people having daytime jobs and doing this in their private time, but actually using the products we evangalise worked out pretty well. We worked hard, had a lot of fun in calls and chats, had some troubles along the road, but it was worth it</p>
  100. <p>At the event itself, we did not run into any major issues, the event seemed to run smoothly all by itself (must be the stuff they call preparation) and the feedback we got from sponors and visitors was great. When the event was finished and over with yesterday evening I got my (unexpected) reward for spending a certain amount of my private time on this conference (way less than most of the others on the team) and I did not expect it to happen, it took me by surprise. The feedback from people, all the kind words, appreciation, collaboration in the team, and the knowledge that we just &#8220;rocked&#8221; the event was my reward and it made me feel great. This is the best type of reward you can get.</p>
  101. <p>So thanks Stuart, thanks Brian for giving me the opportunity to be part of this and thanks Lars, thanks Maria, thanks, Martin, thanks Jan for making up a great team.</p>
  102. <div class="separator" style="clear:both;text-align:none;"><a href="https://wannesrams.files.wordpress.com/2014/11/wpid-photo-20141115103850.jpg" target="_blank"><img src="https://wannesrams.files.wordpress.com/2014/11/wpid-photo-20141115103850.jpg?w=500&#038;h=413" id="blogsy-1416044332896.1863" class="alignnone" width="500" height="413" alt=""></a></div>
  103. <p>I look forward to the next one&#8230;..</p>
  104. <p>&nbsp;</p>
  105. ]]></content:encoded>
  106. <wfw:commentRss>https://wannesrams.wordpress.com/2014/11/15/social-connections-vii-stockholm-looking-back/feed/</wfw:commentRss>
  107. <slash:comments>0</slash:comments>
  108. <media:thumbnail url="https://wannesrams.files.wordpress.com/2014/11/the-team.jpg" />
  109. <media:content url="https://wannesrams.files.wordpress.com/2014/11/the-team.jpg" medium="image">
  110. <media:title type="html">The Team</media:title>
  111. </media:content>
  112.  
  113. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  114. <media:title type="html">palm35</media:title>
  115. </media:content>
  116.  
  117. <media:content url="https://wannesrams.files.wordpress.com/2014/11/wpid-photo-20141115103850.jpg?w=500" medium="image" />
  118. </item>
  119. <item>
  120. <title>Social Connections slides posted</title>
  121. <link>https://wannesrams.wordpress.com/2014/11/15/social-connections-slides-posted/</link>
  122. <comments>https://wannesrams.wordpress.com/2014/11/15/social-connections-slides-posted/#respond</comments>
  123. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  124. <pubDate>Sat, 15 Nov 2014 08:43:29 +0000</pubDate>
  125. <category><![CDATA[Uncategorized]]></category>
  126. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=176</guid>
  127.  
  128. <description><![CDATA[I have posted my slides from the presentation Klaus Bild and I gave at Social Connections Stockholm to Slideshare, you can get them here Our session was called &#8220;The lazy administrator, how to make your life easier by using tdi &#8230; <a href="https://wannesrams.wordpress.com/2014/11/15/social-connections-slides-posted/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  129. <content:encoded><![CDATA[<p>I have posted my slides from the presentation <a href="http://kbild.ch/" target="_blank">Klaus Bild</a> and I gave at Social Connections Stockholm to Slideshare, you can get them <a href="http://www.slideshare.net/palmke/the-lazy-administrator-how-to-make-your-life-easier-by-using-tdi-to-automate-your-work-41556980" target="_blank">here</a></p>
  130. <p>Our session was called &#8220;The lazy administrator, how to make your life easier by using tdi to automate your work&#8221;</p>
  131. <p>The main goal of the session was to give people a basic insight on how to use data in Domino and connections using TDI</p>
  132. ]]></content:encoded>
  133. <wfw:commentRss>https://wannesrams.wordpress.com/2014/11/15/social-connections-slides-posted/feed/</wfw:commentRss>
  134. <slash:comments>0</slash:comments>
  135. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  136. <media:title type="html">palm35</media:title>
  137. </media:content>
  138. </item>
  139. <item>
  140. <title>How to update the IBM Connections Favicons</title>
  141. <link>https://wannesrams.wordpress.com/2014/09/30/how-to-update-the-ibm-connections-favicons/</link>
  142. <comments>https://wannesrams.wordpress.com/2014/09/30/how-to-update-the-ibm-connections-favicons/#comments</comments>
  143. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  144. <pubDate>Tue, 30 Sep 2014 07:32:17 +0000</pubDate>
  145. <category><![CDATA[IBM Connections]]></category>
  146. <category><![CDATA[Technical]]></category>
  147. <category><![CDATA[connections]]></category>
  148. <category><![CDATA[customization]]></category>
  149. <category><![CDATA[favicon]]></category>
  150. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=173</guid>
  151.  
  152. <description><![CDATA[Every Connections application has its own favicon. Our current customer wants to replace them by 1 corporate favicon. After looking trough the documentation, we found that this is not very well documented. Therefore this article. After some help from IBM &#8230; <a href="https://wannesrams.wordpress.com/2014/09/30/how-to-update-the-ibm-connections-favicons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  153. <content:encoded><![CDATA[<p>Every Connections application has its own favicon. Our current customer wants to replace them by 1 corporate favicon.</p>
  154. <p>After looking trough the documentation, we found that this is not very well documented. Therefore this article.</p>
  155. <p>After some help from IBM support and some help from Salim to rectify an error in the feedback from support this is what you need to do</p>
  156. <p dir="ltr">Locate the customization directory location by referencing the WebSphere variable CONNECTIONS_CUSTOMIZATION_PATH.</p>
  157. <p dir="ltr">Once located, place your custom favicon image at the following paths,</p>
  158. <p dir="ltr"><strong>Profiles </strong></p>
  159. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary\Icons\ComponentsGray\ProfilesGray.ico</p>
  160. <p dir="ltr"><strong>Bookmarks </strong></p>
  161. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary\Icons\ComponentsGray\BookmarksGray .ico</p>
  162. <p dir="ltr"><strong>Forums </strong></p>
  163. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  164. <p dir="ltr">\Icons\ComponentsGray\ForumsGray.ico</p>
  165. <p dir="ltr"><strong>Blogs </strong></p>
  166. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  167. <p dir="ltr">\Icons\ComponentsGray\BlogsGray.ico</p>
  168. <p dir="ltr"><strong>Wikis </strong></p>
  169. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  170. <p dir="ltr">\Icons\ComponentsGray\WikisGray.ico</p>
  171. <p dir="ltr"><strong>Activities </strong></p>
  172. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  173. <p dir="ltr">\Icons\ComponentsGray\ActivitiesGray.ico</p>
  174. <p dir="ltr"><strong>Communities </strong></p>
  175. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageL</p>
  176. <p dir="ltr">ibrary\Icons\ComponentsGray\CommunitiesGray.ico</p>
  177. <p dir="ltr"><strong>Files </strong></p>
  178. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  179. <p dir="ltr">\Icons\ComponentsGray\FilesGray.ico</p>
  180. <p dir="ltr"><strong>Homepage </strong></p>
  181. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  182. <p dir="ltr">\Icons\ComponentsGray\HomeGray.ico</p>
  183. <p dir="ltr"><strong>Search</strong></p>
  184. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  185. <p dir="ltr">\Branding\Other\ConnectionsBlue16.ico</p>
  186. <p dir="ltr"><strong>Metrics </strong></p>
  187. <p dir="ltr">&lt;CONNECTIONS_CUSTOMIZATION_PATH&gt;\javascript\com\ibm\oneui3\styles\imageLibrary</p>
  188. <p dir="ltr">\Icons\ComponentsGray\MetricsGray.ico</p>
  189. <p>&nbsp;</p>
  190. ]]></content:encoded>
  191. <wfw:commentRss>https://wannesrams.wordpress.com/2014/09/30/how-to-update-the-ibm-connections-favicons/feed/</wfw:commentRss>
  192. <slash:comments>3</slash:comments>
  193. <media:thumbnail url="https://wannesrams.files.wordpress.com/2014/09/favicons.jpg" />
  194. <media:content url="https://wannesrams.files.wordpress.com/2014/09/favicons.jpg" medium="image">
  195. <media:title type="html">Favicons</media:title>
  196. </media:content>
  197.  
  198. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  199. <media:title type="html">palm35</media:title>
  200. </media:content>
  201. </item>
  202. <item>
  203. <title>I will not be speaking @ ICONUK</title>
  204. <link>https://wannesrams.wordpress.com/2014/09/09/i-will-not-be-speaking-iconuk/</link>
  205. <comments>https://wannesrams.wordpress.com/2014/09/09/i-will-not-be-speaking-iconuk/#comments</comments>
  206. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  207. <pubDate>Tue, 09 Sep 2014 12:06:31 +0000</pubDate>
  208. <category><![CDATA[Personal]]></category>
  209. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=170</guid>
  210.  
  211. <description><![CDATA[A big disappointment for myself. I will not be speaking at the IconUK conference. I had a session set up with Klaus Bild. So I am letting down a lot of people. Klaus, the organization and myself. Thanks to Klaus &#8230; <a href="https://wannesrams.wordpress.com/2014/09/09/i-will-not-be-speaking-iconuk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  212. <content:encoded><![CDATA[<p>A big disappointment for myself. I will not be speaking at the <a href="http://iconuk.org/iconuk/iconuk2014.nsf/home.xsp">IconUK </a>conference.</p>
  213. <p>I had a session set up with <a href="http://kbild.ch/">Klaus Bild</a>. So I am letting down a lot of people. Klaus, the organization and myself.</p>
  214. <p>Thanks to Klaus I won&#8217;t have to let down the people that had this session on their agenda, as Klaus will takover the session on his own. Thx Klaus.</p>
  215. <p>My cancellation is due to not getting travel approval&#8230;..</p>
  216. <p>On top of that I was looking forward to meet up with some people and watch some great sessions at this conference packed with quality <a href="http://iconuk.org/iconuk/iconuk2014.nsf/speakers.xsp">speakers</a> and <a href="http://iconuk.org/iconuk/iconuk2014.nsf/sessions.xsp">sessions</a>.</p>
  217. ]]></content:encoded>
  218. <wfw:commentRss>https://wannesrams.wordpress.com/2014/09/09/i-will-not-be-speaking-iconuk/feed/</wfw:commentRss>
  219. <slash:comments>4</slash:comments>
  220. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  221. <media:title type="html">palm35</media:title>
  222. </media:content>
  223. </item>
  224. <item>
  225. <title>IBM WebSphere on Raspberry PI</title>
  226. <link>https://wannesrams.wordpress.com/2014/09/05/ibm-websphere-in-raspberry-pi/</link>
  227. <comments>https://wannesrams.wordpress.com/2014/09/05/ibm-websphere-in-raspberry-pi/#comments</comments>
  228. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  229. <pubDate>Fri, 05 Sep 2014 07:27:20 +0000</pubDate>
  230. <category><![CDATA[Technical]]></category>
  231. <category><![CDATA[lego]]></category>
  232. <category><![CDATA[Libertyprofile]]></category>
  233. <category><![CDATA[raspberry]]></category>
  234. <category><![CDATA[raspberrypi]]></category>
  235. <category><![CDATA[WebSphere]]></category>
  236. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=167</guid>
  237.  
  238. <description><![CDATA[I happen to have a Raspberry PI at home connected to my tv to stream content from my NAS to my television. I think it does a great job, but I could not imagine using it for something work related. &#8230; <a href="https://wannesrams.wordpress.com/2014/09/05/ibm-websphere-in-raspberry-pi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  239. <content:encoded><![CDATA[<p>I happen to have a Raspberry PI at home connected to my tv to stream content from my NAS to my television. I think it does a great job, but I could not imagine using it for something work related. And then I came across <a href="http://devangelist.blogspot.be/2012/04/liberty-pi-running-websphere-on.html">this article</a> from <a href="https://www.blogger.com/profile/01598225687431093637">Simon Maple</a> on running the IBM WebSphere Liberty profile an a Raspberry PI.</p>
  240. <p>Next step, IBM Connections on Raspberry PI??</p>
  241. <p>I guess we won&#8217;t be running any enterprise apps on this platform, but it shows how valuable the new Liberty profile truly is from a resource perspective..</p>
  242. <p>Unless you wanted to do something like <a href="http://www.zdnet.com/raspberry-pi-meets-lego-in-supercomputer-like-cluster-photos-7000004209/">this</a>.</p>
  243. <p> </p>
  244. <p><a href="https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg"><img data-attachment-id="166" data-permalink="https://wannesrams.wordpress.com/raspberry-pi-supercomputer-1-620x465/" data-orig-file="https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg" data-orig-size="620,465" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="raspberry-pi-supercomputer-1-620&#215;465" data-image-description="" data-image-caption="" data-medium-file="https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg?w=300" data-large-file="https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg?w=620" class="alignnone size-medium wp-image-166" src="https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg?w=300&#038;h=225" alt="raspberry-pi-supercomputer-1-620x465" width="300" height="225" srcset="https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg?w=300 300w, https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg?w=600 600w, https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
  245. <p> </p>
  246. <p>More info about the <a href="https://developer.ibm.com/wasdev/2013/03/29/introducing_the_liberty_profile/">liberty profile</a></p>
  247. ]]></content:encoded>
  248. <wfw:commentRss>https://wannesrams.wordpress.com/2014/09/05/ibm-websphere-in-raspberry-pi/feed/</wfw:commentRss>
  249. <slash:comments>1</slash:comments>
  250. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  251. <media:title type="html">palm35</media:title>
  252. </media:content>
  253.  
  254. <media:content url="https://wannesrams.files.wordpress.com/2014/09/raspberry-pi-supercomputer-1-620x465.jpg?w=300" medium="image">
  255. <media:title type="html">raspberry-pi-supercomputer-1-620x465</media:title>
  256. </media:content>
  257. </item>
  258. <item>
  259. <title>How to change a password on AIX as an admin without following the password policy</title>
  260. <link>https://wannesrams.wordpress.com/2014/06/05/how-to-change-a-password-on-aix-as-an-admin-without-following-the-password-policy/</link>
  261. <comments>https://wannesrams.wordpress.com/2014/06/05/how-to-change-a-password-on-aix-as-an-admin-without-following-the-password-policy/#respond</comments>
  262. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  263. <pubDate>Thu, 05 Jun 2014 06:47:51 +0000</pubDate>
  264. <category><![CDATA[AIX]]></category>
  265. <category><![CDATA[aix]]></category>
  266. <category><![CDATA[password]]></category>
  267. <category><![CDATA[pwdadm]]></category>
  268. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=155</guid>
  269.  
  270. <description><![CDATA[I used this on a project where the systems were protected by a non local policy I had no access to. Your best friend is the pwdadm command As root execute the following: pwdadm -f NOCHECK &#8216;youruser&#8217; This will allow &#8230; <a href="https://wannesrams.wordpress.com/2014/06/05/how-to-change-a-password-on-aix-as-an-admin-without-following-the-password-policy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  271. <content:encoded><![CDATA[<p>I used this on a project where the systems were protected by a non local policy I had no access to. Your best friend is the pwdadm command</p>
  272. <p>As root execute the following:</p>
  273. <ul>
  274. <li>pwdadm -f NOCHECK &#8216;youruser&#8217;<br />
  275. This will allow you to change the password in the next step without policy validation</li>
  276. <li>pwdadm &#8216;youruser&#8217;<br />
  277. Type the new password twice</li>
  278. <li>pwdadm -f ADMCHG &#8216;youruser&#8217;<br />
  279. This will remove the change password on next logon checkbox</li>
  280. </ul>
  281. <p>&nbsp;</p>
  282. ]]></content:encoded>
  283. <wfw:commentRss>https://wannesrams.wordpress.com/2014/06/05/how-to-change-a-password-on-aix-as-an-admin-without-following-the-password-policy/feed/</wfw:commentRss>
  284. <slash:comments>0</slash:comments>
  285. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  286. <media:title type="html">palm35</media:title>
  287. </media:content>
  288. </item>
  289. <item>
  290. <title>Function keys not working on AIX (smitty) when using Putty</title>
  291. <link>https://wannesrams.wordpress.com/2014/05/08/function-keys-not-working-on-aix-smitty-when-using-putty/</link>
  292. <comments>https://wannesrams.wordpress.com/2014/05/08/function-keys-not-working-on-aix-smitty-when-using-putty/#comments</comments>
  293. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  294. <pubDate>Thu, 08 May 2014 13:08:05 +0000</pubDate>
  295. <category><![CDATA[AIX]]></category>
  296. <category><![CDATA[Technical]]></category>
  297. <category><![CDATA[aix]]></category>
  298. <category><![CDATA[function]]></category>
  299. <category><![CDATA[putty]]></category>
  300. <category><![CDATA[smitty]]></category>
  301. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=150</guid>
  302.  
  303. <description><![CDATA[Working on a AIX deployment for the moment. A very usefull tool on AIX for configuring a lot of stuff on the system is smitty Issue is that on smitty you have to use the keyboards function keys to navigate. &#8230; <a href="https://wannesrams.wordpress.com/2014/05/08/function-keys-not-working-on-aix-smitty-when-using-putty/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  304. <content:encoded><![CDATA[<p>Working on a AIX deployment for the moment.</p>
  305. <p>A very usefull tool on AIX for configuring a lot of stuff on the system is smitty</p>
  306. <p><a href="https://wannesrams.files.wordpress.com/2014/05/capture.png"><img data-attachment-id="152" data-permalink="https://wannesrams.wordpress.com/2014/05/08/function-keys-not-working-on-aix-smitty-when-using-putty/capture/" data-orig-file="https://wannesrams.files.wordpress.com/2014/05/capture.png" data-orig-size="645,388" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Capture" data-image-description="" data-image-caption="" data-medium-file="https://wannesrams.files.wordpress.com/2014/05/capture.png?w=300" data-large-file="https://wannesrams.files.wordpress.com/2014/05/capture.png?w=640" class="alignnone size-medium wp-image-152" src="https://wannesrams.files.wordpress.com/2014/05/capture.png?w=300&#038;h=180" alt="Capture" width="300" height="180" srcset="https://wannesrams.files.wordpress.com/2014/05/capture.png?w=300 300w, https://wannesrams.files.wordpress.com/2014/05/capture.png?w=598 598w, https://wannesrams.files.wordpress.com/2014/05/capture.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
  307. <p>Issue is that on smitty you have to use the keyboards function keys to navigate. These don&#8217;t work.</p>
  308. <p>There is a simple solution for this.</p>
  309. <p>Go to you Putty preferences and alter your &#8220;Terminal &#8211; Keyboard&#8221; settings for the &#8220;function keys and keypad&#8221; to &#8220;Xterm R6&#8221;</p>
  310. <p>Make sure to save this setting to your server connection.</p>
  311. <p><a href="https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png"><img data-attachment-id="151" data-permalink="https://wannesrams.wordpress.com/2014/05/08/function-keys-not-working-on-aix-smitty-when-using-putty/2014-05-08-15_04_40-putty-configuration/" data-orig-file="https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png" data-orig-size="465,444" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="2014-05-08 15_04_40-PuTTY Configuration" data-image-description="" data-image-caption="" data-medium-file="https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png?w=300" data-large-file="https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png?w=465" class="alignnone size-medium wp-image-151" src="https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png?w=300&#038;h=286" alt="2014-05-08 15_04_40-PuTTY Configuration" width="300" height="286" srcset="https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png?w=300 300w, https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png?w=150 150w, https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png 465w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
  312. ]]></content:encoded>
  313. <wfw:commentRss>https://wannesrams.wordpress.com/2014/05/08/function-keys-not-working-on-aix-smitty-when-using-putty/feed/</wfw:commentRss>
  314. <slash:comments>4</slash:comments>
  315. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  316. <media:title type="html">palm35</media:title>
  317. </media:content>
  318.  
  319. <media:content url="https://wannesrams.files.wordpress.com/2014/05/capture.png?w=300" medium="image">
  320. <media:title type="html">Capture</media:title>
  321. </media:content>
  322.  
  323. <media:content url="https://wannesrams.files.wordpress.com/2014/05/2014-05-08-15_04_40-putty-configuration.png?w=300" medium="image">
  324. <media:title type="html">2014-05-08 15_04_40-PuTTY Configuration</media:title>
  325. </media:content>
  326. </item>
  327. <item>
  328. <title>IBM Connections 4.5 CR4 brings new functionalities</title>
  329. <link>https://wannesrams.wordpress.com/2014/04/01/ibm-connections-4-5-cr4-brings-new-functionalities/</link>
  330. <comments>https://wannesrams.wordpress.com/2014/04/01/ibm-connections-4-5-cr4-brings-new-functionalities/#respond</comments>
  331. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  332. <pubDate>Tue, 01 Apr 2014 07:24:39 +0000</pubDate>
  333. <category><![CDATA[Uncategorized]]></category>
  334. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=140</guid>
  335.  
  336. <description><![CDATA[CR4 for IBM Connections 4.5 has been released. You can download it here Fix list can be found here As before, this CR adds some new functionalities, find them here Coolest one for integration is the ability to use @mentions &#8230; <a href="https://wannesrams.wordpress.com/2014/04/01/ibm-connections-4-5-cr4-brings-new-functionalities/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  337. <content:encoded><![CDATA[<p>CR4 for IBM Connections 4.5 has been released. You can download it <a href="http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Lotus&amp;product=ibm/Lotus/Lotus+Connections&amp;release=4.5.0.0&amp;platform=All&amp;function=fixId&amp;fixids=+4.5.0.0-IC-Multi-CR04-LO78429&amp;includeSupersedes=0">here</a></p>
  338. <p>Fix list can be found <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21666249">here</a></p>
  339. <p>As before, this CR adds some new functionalities, find them <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21667272">here</a></p>
  340. <p>Coolest one for integration is the ability to use @mentions through the activity stream API</p>
  341. <p>Go and install it</p>
  342. <p>&nbsp;</p>
  343. <p>Update: Luis Benitez has posted some mobile improvements on <a href="http://www.lbenitez.com/2014/04/introducing-file-sync-for-mobile-and.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+SocializeMe+%28Socialize+Me%29">his blog</a></p>
  344. ]]></content:encoded>
  345. <wfw:commentRss>https://wannesrams.wordpress.com/2014/04/01/ibm-connections-4-5-cr4-brings-new-functionalities/feed/</wfw:commentRss>
  346. <slash:comments>0</slash:comments>
  347. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  348. <media:title type="html">palm35</media:title>
  349. </media:content>
  350. </item>
  351. <item>
  352. <title>@Mentions not working on Connections 4.5 CR3</title>
  353. <link>https://wannesrams.wordpress.com/2014/03/21/mentions-not-working-on-connections-4-5-cr3/</link>
  354. <comments>https://wannesrams.wordpress.com/2014/03/21/mentions-not-working-on-connections-4-5-cr3/#respond</comments>
  355. <dc:creator><![CDATA[Wannes Rams]]></dc:creator>
  356. <pubDate>Fri, 21 Mar 2014 14:47:55 +0000</pubDate>
  357. <category><![CDATA[Uncategorized]]></category>
  358. <guid isPermaLink="false">http://wannesrams.wordpress.com/?p=134</guid>
  359.  
  360. <description><![CDATA[We are experiencing issues with @mentions in Internet Explorer 9 at a customer. The customer uses dutch and french keyboards. If we change the keyboard layout to US everything works as expected. In Firefox everything is working as expected even &#8230; <a href="https://wannesrams.wordpress.com/2014/03/21/mentions-not-working-on-connections-4-5-cr3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
  361. <content:encoded><![CDATA[<p>We are experiencing issues with @mentions in Internet Explorer 9 at a customer. The customer uses dutch and french keyboards. If we change the keyboard layout to US everything works as expected.</p>
  362. <p>In Firefox everything is working as expected even with a dutch or french keyboard.</p>
  363. <p>This issue seems to be a revert bug from <a href="http://www-01.ibm.com/support/docview.wss?uid=swg1LO74403">Connections 4.0</a> that was fixed in CR4</p>
  364. <p>Pmr opened, waiting for a fix <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
  365. <p>In the meanwhile we are using &#8220;alt + 64&#8221; to get to the @ symbol. That works</p>
  366. ]]></content:encoded>
  367. <wfw:commentRss>https://wannesrams.wordpress.com/2014/03/21/mentions-not-working-on-connections-4-5-cr3/feed/</wfw:commentRss>
  368. <slash:comments>0</slash:comments>
  369. <media:content url="https://1.gravatar.com/avatar/1bbf35d32308f41cedaf33dff5011ee5103205c0c0648c053771db02cfcbdbd1?s=96&#38;d=monsterid&#38;r=G" medium="image">
  370. <media:title type="html">palm35</media:title>
  371. </media:content>
  372. </item>
  373. </channel>
  374. </rss>
  375.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//wannesrams.wordpress.com/feed/

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda