<?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>MinuteButterfly</title>
	<atom:link href="http://minutebutterfly.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://minutebutterfly.de</link>
	<description>Computer Vision, Software &#38; Web Development by Régis Behmo</description>
	<lastBuildDate>Tue, 17 Jan 2012 18:18:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MinuteButterfly will blackout against SOPA</title>
		<link>http://minutebutterfly.de/2012/01/17/minutebutterfly-will-blackout-against-sopa/</link>
		<comments>http://minutebutterfly.de/2012/01/17/minutebutterfly-will-blackout-against-sopa/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:17:53 +0000</pubDate>
		<dc:creator>regis-mb</dc:creator>
				<category><![CDATA[World]]></category>

		<guid isPermaLink="false">http://minutebutterfly.de/?p=438</guid>
		<description><![CDATA[TweetSOPA and PIPA are heinous US bills that could, and will if passed, deprive you of some of your most fundamental rights of information. Any otherwise legitimate website that contains a single page that infringe, or seem to infringe, on the rights of any intellectual property rightsholder could be taken down. Depending on who makes <a href="http://minutebutterfly.de/2012/01/17/minutebutterfly-will-blackout-against-sopa/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://minutebutterfly.de/2012/01/17/minutebutterfly-will-blackout-against-sopa/" data-count="horizontal" data-via="regisb" data-text="MinuteButterfly will blackout against SOPA">Tweet</a></span></div><p>SOPA and PIPA are heinous US bills that could, and will if passed, deprive you of some of your most fundamental rights of information. Any otherwise legitimate website that contains a single page that infringe, or seem to infringe, on the rights of any intellectual property rightsholder could be taken down.</p>
<blockquote><p>Depending on who makes the request, the court order could include barring <a title="Online advertising" href="http://en.wikipedia.org/wiki/Online_advertising">online advertising</a> networks and payment facilitators, such as <a title="PayPal" href="http://en.wikipedia.org/wiki/PayPal">PayPal</a>, from doing business with the allegedly infringing website, barring <a title="Search engine" href="http://en.wikipedia.org/wiki/Search_engine">search engines</a> from linking to such sites, and requiring <a title="Internet service provider" href="http://en.wikipedia.org/wiki/Internet_service_provider">Internet service providers</a> to block access to such sites.</p>
<p>Source: <a title="Wkipedia - Stop Online Piracy Act" href="http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act">Wikipedia.org</a></p></blockquote>
<p>Think of what this would mean for user-generated content. Think <a title="Twitter" href="http://twitter.com">Twitter</a>, <a title="Tumblr" href="http://www.tumblr.com">Tumblr</a> and <a title="en.Wikipedia" href="http://en.wikipedia.org">Wikipedia</a>. This bill should not be made law. In protest of this bill, my website will go down for one day on Friday 18 January. Yes, I KNOW my website has about 30 visits per week and that no one cares.</p>
<p>Fore more information:</p>
<ul>
<li>SOPA on <a href="http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act">Wikipedia</a>.</li>
<li>La Quadrature du Net makes a <a title="ACTA.org" href="http://www.laquadrature.net/fr/stoppons-la-censure-du-net-aux-us-avant-quacta-ne-limpose-en-europe">statement</a> (in French).</li>
<li><a title="EFF" href="https://www.eff.org/deeplinks/2011/10/sopa-hollywood-finally-gets-chance-break-internet">An analysis</a> by the Electronic Frontier Foundation (EFF).</li>
</ul>
<h2>For the tech-inclined</h2>
<p>The page that will be displayed instead of all pages will be this one: <a href="http://minutebutterfly.de/blackout.html">http://minutebutterfly.de/blackout.html</a>.</p>
<p>The blackout page template was retrieved from <a title="Github - Drupal SOPA blackout" href="https://github.com/mcantelon/drupal-sopa-blackout/blob/master/template/sopa.html">this Github project</a>. As recommended by <a title="Return 503 on blakout" href="https://plus.google.com/115984868678744352358/posts/Gas8vjZ5fmB">SEO experts</a>, the whole website will return a <a title="Wikipedia 5xx Server error" href="http://en.wikipedia.org/wiki/Error_503#5xx_Server_Error">503 status code</a>. This will be achieved using the following .htaccess file:</p>
<blockquote>
<pre>ErrorDocument 503 /blackout.html
RewriteCond %{REQUEST_URI} !/blackout.html$  
RewriteCond %{TIME_MON} ^01$
RewriteCond %{TIME_DAY} ^18$
RewriteRule $ /blackout.html [R=503]
</pre>
</blockquote>
<p>Feel free to copy and modify the files you need for your own use.</p>
]]></content:encoded>
			<wfw:commentRss>http://minutebutterfly.de/2012/01/17/minutebutterfly-will-blackout-against-sopa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in my name?</title>
		<link>http://minutebutterfly.de/2012/01/13/whats-in-my-name/</link>
		<comments>http://minutebutterfly.de/2012/01/13/whats-in-my-name/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:50:09 +0000</pubDate>
		<dc:creator>regis-mb</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://minutebutterfly.de/?p=428</guid>
		<description><![CDATA[TweetIn Hebrew, Bekhmoharar, pronounced Bekhmoharash, signifies &#8220;son of our honored teacher and rabbi&#8221;. It was an honorific title granted to rabbi sons (obviously) and how it changed into a family name is actually an interesting story. In 1722, Menahem Ashkenazi, son of rabbi Isaac, and rabbi himself, decided  for some obscure reason, that he would <a href="http://minutebutterfly.de/2012/01/13/whats-in-my-name/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://minutebutterfly.de/2012/01/13/whats-in-my-name/" data-count="horizontal" data-via="regisb" data-text="What’s in my name?">Tweet</a></span></div><p>In Hebrew, Bekhmoharar, pronounced Bekhmoharash, signifies &#8220;son of our honored teacher and rabbi&#8221;. It was an honorific title granted to rabbi sons (obviously) and how it changed into a family name is actually an interesting story.</p>
<p>In 1722, Menahem Ashkenazi, son of rabbi Isaac, and rabbi himself, decided  for some obscure reason, that he would rather not have a family name at all. But his son Mordechai inherited the honorific title nonetheless, and was thus known as Mordechai Bekhmoharar Menahem instead of the longer &#8220;Mordechai Bekhmoharar Menahem Ashkenazi&#8221;. For a loooong time after that, all rabbi sons X of Y were named &#8220;X Bekhmoharar Y&#8221;. This family was known as the Bekhmoharar, which was weird, but everyone was happy about it.</p>
<p>After a couple centuries, the family had a bunch of non-rabbi branches, and being called &#8220;X Bekhmoharar&#8221; was getting a little too weird. The family decided to keep the name of Shimeon, which was common to many family members. After that, &#8220;Bekhmoharar Shimeon&#8221; passed through a dozen countries and wars to change into Behmo. Hence my name.</p>
<p>I am not so big on genealogy myself, but some people are very interested in the history of the ancient roots of the Behmoiras family. That&#8217;s how I became the webmaster of the <a title="Erensia behmoiras" href="http://www.behmoiras.org">Erensia Behmoiras</a> website. These guys are doing some terrific research work. If you are from the Behmoiras family, just send me an email asking for access credentials.</p>
]]></content:encoded>
			<wfw:commentRss>http://minutebutterfly.de/2012/01/13/whats-in-my-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neal Stephenson on innovation</title>
		<link>http://minutebutterfly.de/2011/09/25/neal-stephenson-on-innovation/</link>
		<comments>http://minutebutterfly.de/2011/09/25/neal-stephenson-on-innovation/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 10:59:24 +0000</pubDate>
		<dc:creator>regis-mb</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://minutebutterfly.de/?p=391</guid>
		<description><![CDATA[TweetThis is so true: (&#8230;) Most people who work in corporations or academia have witnessed something like the following: A number of engineers are sitting together in a room, bouncing ideas off each other. Out of the discussion emerges a new concept that seems promising. Then some laptop-wielding person in the corner, having performed a <a href="http://minutebutterfly.de/2011/09/25/neal-stephenson-on-innovation/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://minutebutterfly.de/2011/09/25/neal-stephenson-on-innovation/" data-count="horizontal" data-via="regisb" data-text="Neal Stephenson on innovation">Tweet</a></span></div><p><a href="http://www.worldpolicy.org/journal/fall2011/innovation-starvation">This</a> is so true:</p>
<blockquote><p>(&#8230;) Most people who work in corporations or academia have witnessed something like the following: A number of engineers are sitting together in a room, bouncing ideas off each other. Out of the discussion emerges a new concept that seems promising. Then some laptop-wielding person in the corner, having performed a quick Google search, announces that this “new” idea is, in fact, an old one—or at least vaguely similar—and has already been tried. Either it failed, or it succeeded. If it failed, then no manager who wants to keep his or her job will approve spending money trying to revive it. If it succeeded, then it’s patented and entry to the market is presumed to be unattainable, since the first people who thought of it will have “first-mover advantage” and will have created “barriers to entry.” The number of seemingly promising ideas that have been crushed in this way must number in the millions. (&#8230;)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://minutebutterfly.de/2011/09/25/neal-stephenson-on-innovation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSH:443 and HTTPS:443 everywhere!</title>
		<link>http://minutebutterfly.de/2011/08/30/ssh443-and-https443-everywhere/</link>
		<comments>http://minutebutterfly.de/2011/08/30/ssh443-and-https443-everywhere/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 09:19:41 +0000</pubDate>
		<dc:creator>Régis B.</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://minutebutterfly.de/?p=386</guid>
		<description><![CDATA[TweetEverybody faces annoying firewalls that prevent you from accessing certain websites or online applications, for instance by blocking certain ports. In many cases, these hindrances can be circumvented by a simple SSH tunnel. However, in many companies port 22, which is the port behind which SSH operates, is also blocked. In these cases, the only <a href="http://minutebutterfly.de/2011/08/30/ssh443-and-https443-everywhere/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://minutebutterfly.de/2011/08/30/ssh443-and-https443-everywhere/" data-count="horizontal" data-via="regisb" data-text="SSH:443 and HTTPS:443 everywhere!">Tweet</a></span></div><p>Everybody faces annoying firewalls that prevent you from accessing certain websites or online applications, for instance by blocking certain ports. In many cases, these hindrances can be circumvented by a simple SSH tunnel. However, in many companies port 22, which is the port behind which SSH operates, is also blocked. In these cases, the only ports left open are ports 80 (for HTTP) and 443 (for HTTPS). You might want your SSH server to listen to port 443, but that would prevent you from doing HTTPS on your server. The solution is to use a &#8220;port multiplexer&#8221; called <a title="SSLH" href="http://www.rutschle.net/tech/sslh.shtml">SSLH</a>. SSLH listens to port 443 and redirects the query to either your SSH or your HTTPS server, depending on the query type. Let&#8217;s see how you install and configure this beast on a Ubuntu machine with a running Apache server.</p>
<h2>Configuring self-signed HTTPS on Apache</h2>
<p><code>sudo a2enmod ssl # enable the SSL module<br />
sudo a2ensite default-ssl # enable the default SSL site described in/etc/apache2/sites-available/default-ssl</code></p>
<p>You should now be able to access your website at https://yourwebsite.com.</p>
<p>However, you do not have enough money to buy yourself a <a href="http://en.wikipedia.org/wiki/Public_key_certificate">public key certificate</a> from a certificate authority. Therefore, at each connection you will (should) receive a message from your browser warning you that this connection is insecure. DO NOT CLICK THROUGH! Certain companies intentionally perform man-in-the-middle attacks to prevent you from making HTTPS connections, such as to your mailbox. You would not want your employer to peek on your passwords and emails, right? Instead, you should verify the integrity of the SHA1 (or MD5, though less secure) fingerprint produced by the HTTPS connection. To do so, issue the following command on your server:</p>
<p><code>openssl x509 -sha1 -in /etc/ssl/certs/ssl-cert-snakeoil.pem -fingerprint # This is the SSL certificate employed by default-ssl, as described in its configuration file (see above)</code></p>
<p>If the produced fingerprint does not match the fingerprint shown by your browser: <a title="Bad stuff happened" href="http://www.youtube.com/watch?v=59BHNYpKx2A">fly, you fools</a>. Someone is spying on you. Seriously, this kind of stuff happens. Now, on to SSH.</p>
<h2>Installing an SSH server</h2>
<p>On Ubuntu (or Debian, I guess), this is as simple as it gets:<br />
<code>sudo apt-get install openssh-server openssh-client # Installing the client and server packages</code></p>
<h2>Installing and configuring SSLH</h2>
<p>SSLH is neatly packaged for Ubuntu:</p>
<p><code>sudo apt-get install sslh</code></p>
<p>However, the package comes intentionally unconfigured. You must edit the SSLH configuration file:</p>
<h4>/etc/default/sslh</h4>
<p><code># Redirect port 443 of your server to either your SSH server (port 22) or Apache.<br />
DAEMON_OPTS="-u sslh -p yourserveripaddress:443 -s 127.0.0.1:22 -l 127.0.0.1:443 -P /var/run/sslh.pid"<br />
RUN=yes</code></p>
<p>Here, &#8220;yourserveripaddress&#8221; refers to the address of your server on your local network (if there is one). For instance, on my home server which is behind a router, the address is 192.168.0.3.</p>
<p>You must also ask Apache to listen to HTTPS connections to 127.0.0.1 only:</p>
<h4>/etc/apache2/ports.conf</h4>
<p><code>&lt;IfModule mod_ssl.c&gt;<br />
Listen 127.0.0.1:443<br />
&lt;/IfModule&gt;</code></p>
<p>Finally, restart Apache and start SSLH:<br />
<code>sudo apache2ctl -k graceful<br />
sudo /etc/init.d/sslh start</code></p>
<h2>Testing SSH</h2>
<p>To connect to your server on port 443, try out: <code>ssh -p 443 username@servername.com</code></p>
<p>You will need to verify the RSA fingerprint (agin), which is different from the Apache SSL fingerprint:<br />
<code>ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub # location of your SSH server public key</code></p>
]]></content:encoded>
			<wfw:commentRss>http://minutebutterfly.de/2011/08/30/ssh443-and-https443-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SFR 0 &#8211; 1 Régis</title>
		<link>http://minutebutterfly.de/2011/07/27/sfr-0-1-regis/</link>
		<comments>http://minutebutterfly.de/2011/07/27/sfr-0-1-regis/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 14:30:38 +0000</pubDate>
		<dc:creator>Régis B.</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://minutebutterfly.de/?p=373</guid>
		<description><![CDATA[TweetLes offres mobiles dites &#8220;illimitées&#8221; des opérateurs téléphoniques en France sont plus bridées que des coupés sport chinois. En novembre 2009 (J+0), je souscris à un forfait internet SFR Illimythics accompagné d&#8217;un HTC Hero, qui à l&#8217;époque était considéré comme un bon téléphone. Le reste n&#8217;a été qu&#8217;une suite de déceptions : J+1h : Je <a href="http://minutebutterfly.de/2011/07/27/sfr-0-1-regis/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://minutebutterfly.de/2011/07/27/sfr-0-1-regis/" data-count="horizontal" data-via="regisb" data-text="SFR 0 – 1 Régis">Tweet</a></span></div><p>Les offres mobiles dites &#8220;illimitées&#8221; des opérateurs téléphoniques en France sont plus bridées que des coupés sport chinois. En novembre 2009 (J+0), je souscris à un forfait internet SFR Illimythics accompagné d&#8217;un HTC Hero, qui à l&#8217;époque était considéré comme un <em>bon</em> téléphone. Le reste n&#8217;a été qu&#8217;une suite de déceptions :</p>
<ul>
<li>J+1h : Je me rends compte que je n&#8217;ai pas accès à l&#8217;<a title="Android Market" href="https://market.android.com/">Android Market</a> sur le réseau 3G.</li>
<li>J+2h : Ah bon, pas d&#8217;IMAP ni de POP3 non plus ?</li>
<li>J+1 : Et pour le SSH, j&#8217;imagine que c&#8217;est même pas la peine de rêver ?</li>
<li>J+7 : Pas de VOIP ? Pas de YouTube ? Pas de POST vers Facebook ?</li>
</ul>
<p>A mon retour de Chine, je me sentais comme <a title="C'est pas ma guerre" href="http://www.youtube.com/watch?v=YlmNaMHhat0">Rambo qui revient du Vietnam</a> et qui se rend compte qu&#8217;il doit continuer à mener sa guerre. Sortez les proxys ! Après deux ans de galère chez SFR et plusieurs heures de négociation avec les opérateurs de la hotline, j&#8217;ai enfin trouvé la solution à <span style="text-decoration: underline;">tous</span> mes problèmes.</p>
<h2>Préambule : Course à l&#8217;armement</h2>
<p>Il faut que vous vous équipiez d&#8217;un serveur SSH qui écoute sur le port 443. Donc une machine qui tourne en permanence, quelque part dans le monde. Et le port 443, c&#8217;est parce que le port 22 est bloqué chez SFR, mais ça vous l&#8217;aviez deviné, non ? La manière la plus simple de réaliser ce montage, c&#8217;est de laisser une babasse sous Linux allumée chez soi avec openssl-server et de rediriger le port 443 de votre Live/Free/Bouygues/SFR/Neuf/Orange/Pourpre-box vers le port 22 de la babasse en question.</p>
<p>Passez à la suite dès que vous pouvez vous connecter à votre babasse à partir d&#8217;un terminal :</p>
<pre>ssh -p 443 mon_nom_dutilisateur@le.petit.nom.de.ma.babasse.com</pre>
<p>Bientôt, vous allez tellement aimer votre babasse que vous vous surprendrez à murmurer son petit nom dans vos rêves les plus doux.</p>
<h2>Ouverture des hostilités : <a title="Enlarge Your Android Market" href="http://www.youtube.com/watch?v=zLwcVG_qF74">Freedom Like A Shopping Cart</a></h2>
<p>Premier exercice : profiter de votre petit tunnel SSH tout neuf pour enfin télécharger des applis sur l&#8217;Android Market.</p>
<ol start="0">
<li>Devenez super-utilisateur et reprenez le contrôle de votre téléphone grâce à <a title="SuperUser" href="https://market.android.com/details?id=com.noshufou.android.su">SuperUser</a>.</li>
<li>Téléchargez l&#8217;appli <a title="SSHTunnel" href="https://market.android.com/details?id=org.sshtunnel">SSHTunnel</a> à partir d&#8217;un réseau Wifi. Si aucun réseau Wifi n&#8217;est disponible à proximité, vous pouvez télécharger directement l&#8217;appli à partir du <a title="SSHTunnel website" href="http://code.google.com/p/sshtunnel/downloads/list">site du développeur</a>.</li>
<li>Créez un profil avec la configuration suivante : host = le.petit.nom.de.ma.babasse.com, user = mon_nom_dutilisateur, password = monmotdepasse, port=443, Use socks proxy = coché, local port = 1984, Global proxy = coché</li>
<li>Activez le profil (Tunnel switch), autorisez l&#8217;appli à devenir super user et lancez le Market. Tadam !</li>
</ol>
<h2>Opération <a title="Mortal Kombaaaaaaaaaaaaat!" href="http://www.youtube.com/watch?v=q9e_w_CYrrk">Tunnel Fatality</a></h2>
<p>Et maintenant vous aimeriez bien consulter votre boîte mail sans passer par un webmail pourri ? Comme je vous comprends. En ce qui me concerne je dispose d&#8217;un serveur SMTP qui écoute sur le port 465 et un serveur IMAP qui écoute sur le port 993. Ces deux ports étant bloqués par SFR et gnagnagna et gnagnagna. La solution :<a title="Redirection de ports" href="http://fr.wikipedia.org/wiki/Redirection_de_port"> la  redirection de ports</a> !</p>
<ol>
<li>Installez <a title="ConnectBot" href="https://market.android.com/details?id=org.connectbot">ConnectBot</a> grâce à votre tunnel SSH tout neuf.</li>
<li>Créez un profil avec le même genre d&#8217;infos que pour SSHTunnel (utilisateur, mot de passe, serveur, port 443). En option, vous pouvez créer un couple clé publique/clé privée sur votre babasse et copier votre clé privée sur votre téléphone pour ne pas avoir à retaper votre mot de passe à chaque connexion.</li>
<li>Ajouter deux redirections de ports :
<ul>
<li>Type = local, port source = 6665, destination = adresse.serveur.smtp:465</li>
<li>Type = local, port source = 6666, destination = adresse.serveur.imap:993 (localhost:993 dés lors que votre serveur IMAP se trouve sur la même machine que votre serveur SSH)</li>
</ul>
</li>
<li>Installez un client mail IMAP, par exemple l&#8217;excellent <a title="K-9 Mail" href="https://market.android.com/details?id=com.fsck.k9">K-9 Mail</a></li>
<li>Après avoir activé votre redirection de ports sous ConnectBot, configurez vos serveurs IMAP/SMTP sous K-9 Mail : localhost:6666 pour IMAP et localhost:6665 pour SMTP. Et ouala.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://minutebutterfly.de/2011/07/27/sfr-0-1-regis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Home Server Saves Polar Bears</title>
		<link>http://minutebutterfly.de/2011/07/20/my-home-server-saves-polar-bears/</link>
		<comments>http://minutebutterfly.de/2011/07/20/my-home-server-saves-polar-bears/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 14:41:12 +0000</pubDate>
		<dc:creator>Régis B.</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://minutebutterfly.de/?p=354</guid>
		<description><![CDATA[TweetAfter I measured an impressive 29W peak power consumption on my Atom 330 dual core home server (admittedly, without any HD video rendering), and also because I love to show off a bit, I decided to publish my hardware configuration: it&#8217;s right here.]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://minutebutterfly.de/2011/07/20/my-home-server-saves-polar-bears/" data-count="horizontal" data-via="regisb" data-text="My Home Server Saves Polar Bears">Tweet</a></span></div><p>After I measured an impressive 29W peak power consumption on my Atom 330 dual core home server (admittedly, without any HD video rendering), and also because I love to show off a bit, I decided to publish my hardware configuration: it&#8217;s <a title="Low-Power, Silent Home Server Build" href="http://minutebutterfly.de/?page_id=348">right here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://minutebutterfly.de/2011/07/20/my-home-server-saves-polar-bears/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photoroid &#8211; An image-sharing web application</title>
		<link>http://minutebutterfly.de/2011/07/20/photoroid-an-image-sharing-web-application/</link>
		<comments>http://minutebutterfly.de/2011/07/20/photoroid-an-image-sharing-web-application/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 11:50:15 +0000</pubDate>
		<dc:creator>Régis B.</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://minutebutterfly.de/?p=337</guid>
		<description><![CDATA[TweetGreat day! I just open-sourced Photoroid, which is an application meant to help you share pictures between friends. Its main strength, as opposed to other picture-sharing applications such as Picasa, Flickr, Facebook or Google+, is that it makes it very easy to gather images from many different people. More info on the project web page.]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://minutebutterfly.de/2011/07/20/photoroid-an-image-sharing-web-application/" data-count="horizontal" data-via="regisb" data-text="Photoroid – An image-sharing web application">Tweet</a></span></div><p>Great day! I just open-sourced <strong>Photoroid</strong>, which is an application meant to help you share pictures between friends. Its main strength, as opposed to other picture-sharing applications such as Picasa, Flickr, Facebook or Google+, is that it makes it very easy to gather images from many different people. More info on the <a title="Photoroid" href="http://minutebutterfly.de/?page_id=327">project web page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://minutebutterfly.de/2011/07/20/photoroid-an-image-sharing-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

