<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LouiSe</title>
	<atom:link href="http://louise.hu/poet/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://louise.hu/poet</link>
	<description>Versek, hogy ne felejtsek...</description>
	<lastBuildDate>Thu, 17 May 2012 15:06:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A jövő TV távirányítója</title>
		<link>http://louise.hu/poet/?p=5933</link>
		<comments>http://louise.hu/poet/?p=5933#comments</comments>
		<pubDate>Thu, 17 May 2012 15:06:23 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Ideas / Ötletek]]></category>
		<category><![CDATA[távirányító]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5933</guid>
		<description><![CDATA[Tegnap éjjel eszembe jutott egy ötlet arra vonatkozóan, hogy miként lehetne a televízió készülékek új távirányítását megoldani. Ezek a masinák már mind számítógépek, hamarosan Android és iOS, vagy ezek klónjai fogják az alap operációs rendszert adni bennük. A telefonoknál és a táblagépeknél nagyon jól bevált a touchscreen és a hozzá kapcsolódó gesztusok, mint vezérlés. Az [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5933</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>removePermission for all users/groups workaround</title>
		<link>http://louise.hu/poet/?p=5922</link>
		<comments>http://louise.hu/poet/?p=5922#comments</comments>
		<pubDate>Thu, 17 May 2012 13:34:10 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5922</guid>
		<description><![CDATA[I take an ugly bug in removePermission JavaScript function of Alfresco 4.0.d Community Edition. You can reproduce by this sample script: var node = companyhome.childByNamePath&#40;&#34;User Homes/louise&#34;&#41;; &#160; permissions = node.getPermissions&#40;&#41;; print&#40;&#34;Before removePermission:&#34;&#41;; print&#40;permissions&#41;; &#160; node.removePermission&#40;&#34;Coordinator&#34;&#41;; &#160; permissions = node.getPermissions&#40;&#41;; print&#40;&#34;After removePermission:&#34;&#41;; print&#40;permissions&#41;; Results should be: Before removePermission: 0 : ALLOWED;louise;All 1 : ALLOWED;ROLE_OWNER;All 2 : [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5922</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inbound e-mail and gmail.com accounts</title>
		<link>http://louise.hu/poet/?p=5915</link>
		<comments>http://louise.hu/poet/?p=5915#comments</comments>
		<pubDate>Fri, 11 May 2012 14:37:36 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[google mail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5915</guid>
		<description><![CDATA[I&#8217;ve tested Alfresco 4.0.d inbound email (to Space with Alias) configuration with Google Mail STMP, but mails not received&#8230; To get the solution first increase logging level for subethamail package: log4j.logger.org.subethamail.smtp.server=debug Let see the log events: 00:08:30,585 DEBUG &#91;org.subethamail.smtp.server.Session&#93; SMTP connection from mail-wg0-f45.google.com/74.125.82.45, new connection count: 1 00:08:30,586 DEBUG &#91;org.subethamail.smtp.server.Session&#93; Server: 220 alfresco.louise.hu ESMTP SubEthaSMTP [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5915</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimbra briefcase export tool</title>
		<link>http://louise.hu/poet/?p=5904</link>
		<comments>http://louise.hu/poet/?p=5904#comments</comments>
		<pubDate>Thu, 10 May 2012 14:30:26 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[briefcase]]></category>
		<category><![CDATA[táska]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5904</guid>
		<description><![CDATA[Simple shell script to retrieve all user accounts from Zimbra, and recursively download Briefcase contents into user-named subfolders. Script requires https url of zimbra server with active admin account/password. #!/bin/bash # # Zimbra Briefcases export tool by LouiSe@louise.hu # # Usage (run on Zimbra server): # ./zimbra-briefcase-export.sh &#34;https://myzimbra.com:7071&#34; &#34;admin@myzimbra.com&#34; &#34;mypassword&#34; # &#160; ZIMBRA_HOST=$1 ACCOUNT_LIST=/tmp/zimbra_accounts.txt ACCOUNT_ADMIN=$2 [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5904</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gázkazán és mosógép javítás</title>
		<link>http://louise.hu/poet/?p=5887</link>
		<comments>http://louise.hu/poet/?p=5887#comments</comments>
		<pubDate>Wed, 21 Mar 2012 14:27:54 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Personal / Személyes]]></category>
		<category><![CDATA[kazán]]></category>
		<category><![CDATA[mosógép]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5887</guid>
		<description><![CDATA[Úgy alakult, hogy ezek a nagydarab és jó drága szerkezetek viccelődni kezdtek az utóbbi napokban. Először az Ariston (BS24CF) kazán kezdett megőrülni, naponta többször leállt és arra panaszkodott, hogy az elektronikájával van baja. Gondoltam, hogy valami zavar lehetett az erőben, mert ezeknek a szerkentyűknek működnie kell, az a dolguk és nem az hogy nyafogjanak. A [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5887</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Az álmom ára &#8211; ELSŐ NAP</title>
		<link>http://louise.hu/poet/?p=5875</link>
		<comments>http://louise.hu/poet/?p=5875#comments</comments>
		<pubDate>Thu, 08 Mar 2012 12:51:19 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Publication / Publikáció]]></category>
		<category><![CDATA[könyv]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5875</guid>
		<description><![CDATA[Hosszabb szünet után folytattam ezt a könyvet, sorozat lett belőle &#8211; az első részt a Kulcs-Soft Könyv-Tár szoftverén keresztül lehet olvasni &#8211; illetve megvásárolható a Publio-nál és a DigitalBooks-nál is. Az Álmom ára &#8211; melynek első részét tartja most kezében az olvasó &#8211; egy nagyobb lélegzetű, filozofikus hangvételű sci-fi, ami a nem is olyan távoli [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5875</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A tél színe</title>
		<link>http://louise.hu/poet/?p=5860</link>
		<comments>http://louise.hu/poet/?p=5860#comments</comments>
		<pubDate>Sun, 05 Feb 2012 12:23:31 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Budakeszi]]></category>
		<category><![CDATA[házikó]]></category>
		<category><![CDATA[hó]]></category>
		<category><![CDATA[tél]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5860</guid>
		<description><![CDATA[A tél színe a fehér, nem a latyak-szürke, nem a sötét. Világítson és takarjon a hó, az a dolga, ezért szeretjük. Lehet vele rémisztgetni, hogy jajmilesz&#8217; de a hó akkor is természetes, minden télen kell hogy legyen, hozzá tartozik. Igen, ilyenkor nehezebb közlekedni, csúszik az út, lapátolni kell. Jó, hogy van hol, van mit és [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5860</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alfresco with Zimbra LDAP</title>
		<link>http://louise.hu/poet/?p=5856</link>
		<comments>http://louise.hu/poet/?p=5856#comments</comments>
		<pubDate>Tue, 31 Jan 2012 10:53:35 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5856</guid>
		<description><![CDATA[So, i&#8217;ve done with a working LDAP configuration to sync users and groups from Zimbra (see below), but one thing missing yet&#8230; The Alfresco synchronizer service reads from LDAP and writes all users and all groups into repository, but does not reproduce nested group hierarchy. Retrieve Zimbra LDAP root password: zmlocalconfig -s zimbra_ldap_password Let see [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5856</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-home ki, PR Telecom be</title>
		<link>http://louise.hu/poet/?p=5844</link>
		<comments>http://louise.hu/poet/?p=5844#comments</comments>
		<pubDate>Thu, 19 Jan 2012 10:41:36 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Budakeszi]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5844</guid>
		<description><![CDATA[Igencsak időszerű lett a házi kommunikációs szolgáltató lecserélése, ugyanis elegem lett a naponta újraindítandó Pirelli router-ből és a telefonálás közben &#8211; közel nullára &#8211; leszabályozott internet sebességből is. A letöltési sebesség nem változott érdemben, viszont a feltöltési közel nyolcszorosára nőtt, ami magában igen jelentős eredmény. Bónuszként az IPTV-től is megszabadultunk&#8230; Persze az sem elhanyagolható változás, [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5844</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recseg, ropog egy dualista világ</title>
		<link>http://louise.hu/poet/?p=5840</link>
		<comments>http://louise.hu/poet/?p=5840#comments</comments>
		<pubDate>Fri, 13 Jan 2012 14:50:51 +0000</pubDate>
		<dc:creator>LouiSe</dc:creator>
				<category><![CDATA[Personal / Személyes]]></category>
		<category><![CDATA[filozófia]]></category>
		<category><![CDATA[mese]]></category>

		<guid isPermaLink="false">http://louise.hu/poet/?p=5840</guid>
		<description><![CDATA[Ha nagy jólétünkben, vagy éppen ínségünkben az az elvárásunk a körülöttünk észlelhető világ felé, hogy az recsegjen, ropogjon, hát az recsegni és ropogni is fog. A jóslatok nagyon erősek. Talán genetikusan vagyunk fogékonyak a jóslatokra, csodavárásra, a mesére. A mese nem csak gyerekkorban fontos, a mese különbözteti meg az embert az állatoktól. A mese alkotásának [...]]]></description>
		<wfw:commentRss>http://louise.hu/poet/?feed=rss2&#038;p=5840</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

